simplelogin-client 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -4,10 +4,13 @@
|
|
|
4
4
|
<strong>Zero-dependency TypeScript client for the <a href="https://simplelogin.io">SimpleLogin.io</a> API. Compatible with NodeJS and browsers.</strong>
|
|
5
5
|
</p>
|
|
6
6
|
<p>
|
|
7
|
-
<a href="https://kennethwussmann.github.io/simplelogin-client/typedoc/index.html">Documentation</a> • <a href="https://kennethwussmann.github.io/simplelogin-client/redoc/index.html">API Spec</a>
|
|
7
|
+
<a href="https://kennethwussmann.github.io/simplelogin-client/typedoc/index.html">Documentation</a> • <a href="https://kennethwussmann.github.io/simplelogin-client/redoc/index.html">API Spec</a> • <a href="https://github.com/KennethWussmann/simplelogin-cli">CLI Tool</a>
|
|
8
8
|
</p>
|
|
9
9
|
</div>
|
|
10
10
|
|
|
11
|
+
> [!TIP]
|
|
12
|
+
> No time to code? Check out the [CLI tool](https://github.com/KennethWussmann/simplelogin-cli) based on this client SDK to get started quickly!
|
|
13
|
+
|
|
11
14
|
## Features
|
|
12
15
|
|
|
13
16
|
> Interested in the state of the project? [Check the faq!](./docs/faq.md#whats-the-current-project-state)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "simplelogin-client",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "Zero-dependency TypeScript client for the SimpleLogin.io API",
|
|
5
5
|
"main": "tscBuild/index.js",
|
|
6
6
|
"types": "tscBuild/index.d.ts",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"rest",
|
|
14
14
|
"simplelogin.io"
|
|
15
15
|
],
|
|
16
|
-
"homepage": "https://github.
|
|
16
|
+
"homepage": "https://kennethwussmann.github.io/simplelogin-client/",
|
|
17
17
|
"bugs": {
|
|
18
18
|
"url": "https://github.com/KennethWussmann/simplelogin-client/issues"
|
|
19
19
|
},
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"lint": "tsx scripts/index.ts lint",
|
|
31
31
|
"format": "tsx scripts/index.ts format",
|
|
32
32
|
"dependency-update": "tsx scripts/index.ts dependencyUpdate",
|
|
33
|
-
"prepare": "husky
|
|
33
|
+
"prepare": "husky"
|
|
34
34
|
},
|
|
35
35
|
"files": [
|
|
36
36
|
"README.md",
|