@super-protocol/pki-sync-client 4.0.4 → 4.0.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/npm-shrinkwrap.json +8 -8
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@super-protocol/pki-sync-client",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@super-protocol/pki-sync-client",
|
|
9
|
-
"version": "4.0.
|
|
9
|
+
"version": "4.0.6",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@sinclair/typebox": "0.33.22",
|
|
13
|
-
"@super-protocol/pki-attestation-engine": "4.0.
|
|
13
|
+
"@super-protocol/pki-attestation-engine": "4.0.6",
|
|
14
14
|
"@super-protocol/pki-client": "4.0.1",
|
|
15
15
|
"@super-protocol/pki-common": "4.0.1",
|
|
16
16
|
"axios": "^1.7.0",
|
|
@@ -2165,13 +2165,13 @@
|
|
|
2165
2165
|
},
|
|
2166
2166
|
"node_modules/@super-protocol/pki-attestation-engine": {
|
|
2167
2167
|
"name": "@super-protocol/pki-attestation-engine",
|
|
2168
|
-
"version": "4.0.
|
|
2168
|
+
"version": "4.0.6",
|
|
2169
2169
|
"license": "ISC",
|
|
2170
2170
|
"dependencies": {
|
|
2171
2171
|
"@sinclair/typebox": "0.33.22",
|
|
2172
2172
|
"@super-protocol/addons-tee": "^1.1.8",
|
|
2173
2173
|
"@super-protocol/pki-common": "^4.0.1",
|
|
2174
|
-
"@super-protocol/sp-nvtrust-wrapper": "^2.0
|
|
2174
|
+
"@super-protocol/sp-nvtrust-wrapper": "^2.1.0"
|
|
2175
2175
|
},
|
|
2176
2176
|
"peerDependencies": {
|
|
2177
2177
|
"@super-protocol/sdk-js": "*"
|
|
@@ -2183,7 +2183,7 @@
|
|
|
2183
2183
|
"license": "ISC",
|
|
2184
2184
|
"dependencies": {
|
|
2185
2185
|
"@super-protocol/pki-api-client": "^4.0.0",
|
|
2186
|
-
"@super-protocol/pki-attestation-engine": "^4.0.
|
|
2186
|
+
"@super-protocol/pki-attestation-engine": "^4.0.6",
|
|
2187
2187
|
"@super-protocol/pki-common": "^4.0.0",
|
|
2188
2188
|
"yaml": "^2.6.0"
|
|
2189
2189
|
}
|
|
@@ -2314,8 +2314,8 @@
|
|
|
2314
2314
|
}
|
|
2315
2315
|
},
|
|
2316
2316
|
"node_modules/@super-protocol/sp-nvtrust-wrapper": {
|
|
2317
|
-
"version": "2.0
|
|
2318
|
-
"integrity": "sha512-
|
|
2317
|
+
"version": "2.1.0",
|
|
2318
|
+
"integrity": "sha512-B2EGDKwrQJgAl/ycLGOrBFX9xL8VEtVgdGNQO/zbQaEmaLsNW6raGfJkD1a9fCAgvTYsruoK5nyaOr7Xz3Zkqg==",
|
|
2319
2319
|
"hasInstallScript": true,
|
|
2320
2320
|
"license": "MIT",
|
|
2321
2321
|
"dependencies": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@super-protocol/pki-sync-client",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.6",
|
|
4
4
|
"description": "PKI sync client utility",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"license": "ISC",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@sinclair/typebox": "0.33.22",
|
|
27
|
-
"@super-protocol/pki-attestation-engine": "4.0.
|
|
27
|
+
"@super-protocol/pki-attestation-engine": "4.0.6",
|
|
28
28
|
"@super-protocol/pki-client": "4.0.1",
|
|
29
29
|
"@super-protocol/pki-common": "4.0.1",
|
|
30
30
|
"axios": "^1.7.0",
|