@idp.global/sdk 1.4.0 → 2.0.0
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/changelog.md
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 2026-06-20 - 2.0.0
|
|
4
4
|
|
|
5
|
+
### Breaking Changes
|
|
6
|
+
|
|
7
|
+
- upgrade idp interface contracts to v2 (deps)
|
|
8
|
+
- Updates @idp.global/interfaces from ^1.1.0 to ^2.0.0.
|
|
9
|
+
- Updates tsbuild, tsdoc, and Node.js type definitions.
|
|
5
10
|
|
|
6
11
|
## 2026-05-19 - 1.4.0
|
|
7
12
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@idp.global/sdk',
|
|
6
|
-
version: '
|
|
6
|
+
version: '2.0.0',
|
|
7
7
|
description: 'Reusable browser and server SDK for idp.global authentication.'
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxpQkFBaUI7SUFDdkIsT0FBTyxFQUFFLE9BQU87SUFDaEIsV0FBVyxFQUFFLGdFQUFnRTtDQUM5RSxDQUFBIn0=
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@idp.global/sdk",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Reusable browser and server SDK for idp.global authentication.",
|
|
6
6
|
"type": "module",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@api.global/typedrequest": "^3.3.0",
|
|
18
18
|
"@api.global/typedsocket": "^4.1.2",
|
|
19
|
-
"@idp.global/interfaces": "^
|
|
19
|
+
"@idp.global/interfaces": "^2.0.0",
|
|
20
20
|
"@push.rocks/smartdata": "^7.1.7",
|
|
21
21
|
"@push.rocks/smartjson": "^6.0.1",
|
|
22
22
|
"@push.rocks/smartpromise": "^4.2.4",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"@push.rocks/webstore": "^2.0.22"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@git.zone/tsbuild": "^4.4.
|
|
31
|
-
"@git.zone/tsdoc": "^2.
|
|
30
|
+
"@git.zone/tsbuild": "^4.4.2",
|
|
31
|
+
"@git.zone/tsdoc": "^2.1.1",
|
|
32
32
|
"@git.zone/tsrun": "^2.0.4",
|
|
33
33
|
"@git.zone/tstest": "^3.6.6",
|
|
34
34
|
"@push.rocks/smartdb": "^2.10.0",
|
|
35
|
-
"@types/node": "^
|
|
35
|
+
"@types/node": "^26.0.0"
|
|
36
36
|
},
|
|
37
37
|
"files": [
|
|
38
38
|
"ts/**/*",
|