Skip to content

Commit

Permalink
released v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KnockOutEZ committed Feb 28, 2024
1 parent 904bdfc commit ae3925b
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/index.cjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* prest-client v0.0.0
* prest-client v0.0.1
* (c) pgEdge
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/index.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* prest-client v0.0.0
* prest-client v0.0.1
* (c) pgEdge
* Released under the MIT License.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/index.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.umd.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ contain only alphanumeric characters or underscores, and be between 3 and 15 cha

#### Defined in

[index.ts:5](https://github.com/pgEdge/prest-client/blob/3b78fbb/src/index.ts#L5)
[index.ts:5](https://github.com/pgEdge/prest-client/blob/904bdfc/src/index.ts#L5)

## Functions

Expand All @@ -48,7 +48,7 @@ Whether the string is a valid username.

#### Defined in

[index.ts:12](https://github.com/pgEdge/prest-client/blob/3b78fbb/src/index.ts#L12)
[index.ts:12](https://github.com/pgEdge/prest-client/blob/904bdfc/src/index.ts#L12)

___

Expand All @@ -72,4 +72,4 @@ The parsed integer value.

#### Defined in

[index.ts:22](https://github.com/pgEdge/prest-client/blob/3b78fbb/src/index.ts#L22)
[index.ts:22](https://github.com/pgEdge/prest-client/blob/904bdfc/src/index.ts#L22)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prest-client",
"version": "0.0.0",
"version": "0.0.1",
"description": "",
"cdn": "dist/index.umd.js",
"main": "dist/index.js",
Expand Down

0 comments on commit ae3925b

Please sign in to comment.