@sygnl/identity-manager 1.0.1 → 1.0.3
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 +3 -1
- package/package.json +4 -3
- package/LICENSE +0 -12
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sygnl/identity-manager",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Lightweight identity and session management with cookie + localStorage fallback",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
"license": "Apache-2.0",
|
|
51
51
|
"repository": {
|
|
52
52
|
"type": "git",
|
|
53
|
-
"url": "https://github.com/
|
|
54
|
-
}
|
|
53
|
+
"url": "https://github.com/edgefoundryinc/id-manager"
|
|
54
|
+
},
|
|
55
|
+
"homepage": "https://sygnl.app/"
|
|
55
56
|
}
|
package/LICENSE
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
All Rights Reserved
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2025 Edge Foundry, Inc.
|
|
4
|
-
|
|
5
|
-
This software and associated documentation files (the "Software") are proprietary
|
|
6
|
-
and confidential to Edge Foundry, Inc.
|
|
7
|
-
|
|
8
|
-
Unauthorized copying, modification, distribution, or use of this Software,
|
|
9
|
-
via any medium, is strictly prohibited without the express written permission
|
|
10
|
-
of Edge Foundry, Inc.
|
|
11
|
-
|
|
12
|
-
For licensing inquiries, please contact: legal@sygnl.com
|