@super-protocol/pki-sync-client 5.0.8 → 5.0.9
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/npm-shrinkwrap.json +14 -14
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@super-protocol/pki-sync-client",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.9",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@super-protocol/pki-sync-client",
|
|
9
|
-
"version": "5.0.
|
|
9
|
+
"version": "5.0.9",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@sinclair/typebox": "0.33.22",
|
|
13
13
|
"@super-protocol/attestation-common": "0.2.0",
|
|
14
14
|
"@super-protocol/attestation-wasm": "0.2.0",
|
|
15
15
|
"@super-protocol/pki-attestation-engine": "5.0.3",
|
|
16
|
-
"@super-protocol/pki-client": "5.0.
|
|
16
|
+
"@super-protocol/pki-client": "5.0.3",
|
|
17
17
|
"@super-protocol/pki-common": "5.0.1",
|
|
18
18
|
"axios": "^1.16.0",
|
|
19
19
|
"js-yaml": "^4.1.0",
|
|
@@ -2267,6 +2267,17 @@
|
|
|
2267
2267
|
"@super-protocol/sdk-js": "*"
|
|
2268
2268
|
}
|
|
2269
2269
|
},
|
|
2270
|
+
"node_modules/@super-protocol/pki-client": {
|
|
2271
|
+
"name": "@super-protocol/pki-client",
|
|
2272
|
+
"version": "5.0.3",
|
|
2273
|
+
"license": "ISC",
|
|
2274
|
+
"dependencies": {
|
|
2275
|
+
"@super-protocol/pki-api-client": "^5.0.0",
|
|
2276
|
+
"@super-protocol/pki-attestation-engine": "^5.0.3",
|
|
2277
|
+
"@super-protocol/pki-common": "^5.0.1",
|
|
2278
|
+
"yaml": "^2.6.0"
|
|
2279
|
+
}
|
|
2280
|
+
},
|
|
2270
2281
|
"node_modules/@super-protocol/pki-common": {
|
|
2271
2282
|
"name": "@super-protocol/pki-common",
|
|
2272
2283
|
"version": "5.0.1",
|
|
@@ -7061,17 +7072,6 @@
|
|
|
7061
7072
|
"funding": {
|
|
7062
7073
|
"url": "https://github.com/sponsors/colinhacks"
|
|
7063
7074
|
}
|
|
7064
|
-
},
|
|
7065
|
-
"packages/pki-sync-client/node_modules/@super-protocol/pki-client": {
|
|
7066
|
-
"version": "5.0.2",
|
|
7067
|
-
"integrity": "sha512-GcoAN9/I+WtJbah/SoYJBzI1HCQbmIpubTxJZqP3EWTzEOm46i/0GI3GQRlMovB1rKmkLkAhizGAmBNASzY9Cw==",
|
|
7068
|
-
"license": "ISC",
|
|
7069
|
-
"dependencies": {
|
|
7070
|
-
"@super-protocol/pki-api-client": "^5.0.0",
|
|
7071
|
-
"@super-protocol/pki-attestation-engine": "^5.0.2",
|
|
7072
|
-
"@super-protocol/pki-common": "^5.0.1",
|
|
7073
|
-
"yaml": "^2.6.0"
|
|
7074
|
-
}
|
|
7075
7075
|
}
|
|
7076
7076
|
}
|
|
7077
7077
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@super-protocol/pki-sync-client",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.9",
|
|
4
4
|
"description": "PKI sync client utility",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@super-protocol/attestation-common": "0.2.0",
|
|
32
32
|
"@super-protocol/attestation-wasm": "0.2.0",
|
|
33
33
|
"@super-protocol/pki-attestation-engine": "5.0.3",
|
|
34
|
-
"@super-protocol/pki-client": "5.0.
|
|
34
|
+
"@super-protocol/pki-client": "5.0.3",
|
|
35
35
|
"@super-protocol/pki-common": "5.0.1",
|
|
36
36
|
"axios": "^1.16.0",
|
|
37
37
|
"js-yaml": "^4.1.0",
|