@nauth-toolkit/core 0.1.3 → 0.1.6
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 +2 -23
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,30 +1,9 @@
|
|
|
1
1
|
# @nauth-toolkit/core
|
|
2
2
|
|
|
3
|
-
Core authentication toolkit for
|
|
3
|
+
Core authentication toolkit for Node JS
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Preview Release Notice
|
|
6
6
|
|
|
7
7
|
**This is a preview release for internal testing. Do not use in production yet.**
|
|
8
8
|
|
|
9
9
|
This package is part of nauth-toolkit and is currently in early access/preview. Features and APIs may change between releases. For production use, please wait for the stable v1.0 release.
|
|
10
|
-
|
|
11
|
-
## Installation
|
|
12
|
-
|
|
13
|
-
```bash
|
|
14
|
-
npm install @nauth-toolkit/core@preview
|
|
15
|
-
# or
|
|
16
|
-
yarn add @nauth-toolkit/core@preview
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
## License
|
|
20
|
-
|
|
21
|
-
See LICENSE file in the package root for full license terms.
|
|
22
|
-
|
|
23
|
-
## Documentation
|
|
24
|
-
|
|
25
|
-
Full documentation: https://nauth.dev
|
|
26
|
-
|
|
27
|
-
## Support
|
|
28
|
-
|
|
29
|
-
- Issues/Discussions: GitHub (when repository is public)
|
|
30
|
-
- Documentation: https://nauth.dev
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nauth-toolkit/core",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Core authentication toolkit for
|
|
3
|
+
"version": "0.1.6",
|
|
4
|
+
"description": "Core authentication toolkit for Node JS",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
},
|
|
62
62
|
"publishConfig": {
|
|
63
63
|
"access": "public",
|
|
64
|
-
"tag": "
|
|
64
|
+
"tag": "latest"
|
|
65
65
|
},
|
|
66
66
|
"license": "UNLICENSED",
|
|
67
67
|
"keywords": [
|