ns-auth-sdk 1.2.4 → 1.2.5

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.
Files changed (2) hide show
  1. package/README.md +2 -21
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,8 @@ SSO library for NS Auth - Authentication, membership, and profile management com
4
4
 
5
5
  ## Installation
6
6
 
7
+ Install from [npm](https://www.npmjs.com/package/ns-auth-sdk):
8
+
7
9
  ```bash
8
10
  npm install ns-auth-sdk
9
11
  # or
@@ -12,26 +14,6 @@ pnpm install ns-auth-sdk
12
14
  yarn add ns-auth-sdk
13
15
  ```
14
16
 
15
- ### Local Development
16
-
17
- For local development in a monorepo:
18
-
19
- ```bash
20
- cd packages/ns-auth-sdk
21
- pnpm install
22
- pnpm build
23
- ```
24
-
25
- Then in your main app's `package.json`:
26
-
27
- ```json
28
- {
29
- "dependencies": {
30
- "ns-auth-sdk": "file:./packages/ns-auth-sdk"
31
- }
32
- }
33
- ```
34
-
35
17
  ## Peer Dependencies
36
18
 
37
19
  This library requires the following peer dependencies:
@@ -238,4 +220,3 @@ This library is written in TypeScript and includes full type definitions.
238
220
  ## License
239
221
 
240
222
  MIT
241
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ns-auth-sdk",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "SSO library for NS Auth - Authentication, membership, and profile management compatible with applesauce",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",