@super-protocol/pki-sync-client 5.0.7 → 5.0.8
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 +9 -9
- package/package.json +3 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@super-protocol/pki-sync-client",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.8",
|
|
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.8",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@sinclair/typebox": "0.33.22",
|
|
13
|
-
"@super-protocol/attestation-common": "0.
|
|
14
|
-
"@super-protocol/attestation-wasm": "0.
|
|
13
|
+
"@super-protocol/attestation-common": "0.2.0",
|
|
14
|
+
"@super-protocol/attestation-wasm": "0.2.0",
|
|
15
15
|
"@super-protocol/pki-attestation-engine": "5.0.3",
|
|
16
16
|
"@super-protocol/pki-client": "5.0.2",
|
|
17
17
|
"@super-protocol/pki-common": "5.0.1",
|
|
@@ -2128,8 +2128,8 @@
|
|
|
2128
2128
|
"license": "MIT"
|
|
2129
2129
|
},
|
|
2130
2130
|
"node_modules/@super-protocol/attestation-common": {
|
|
2131
|
-
"version": "0.
|
|
2132
|
-
"integrity": "sha512-
|
|
2131
|
+
"version": "0.2.0",
|
|
2132
|
+
"integrity": "sha512-oEPNrayVEVFz9RcUvj307zZcXHspnUbFVNffW9ULuqKR7fxgV4l+AMz6YcY5vIiGnNTKUpj4/tdQW6gOp/QdXQ==",
|
|
2133
2133
|
"license": "BSL-1.0",
|
|
2134
2134
|
"dependencies": {
|
|
2135
2135
|
"@aws-sdk/client-s3": "^3.735.0",
|
|
@@ -2169,11 +2169,11 @@
|
|
|
2169
2169
|
}
|
|
2170
2170
|
},
|
|
2171
2171
|
"node_modules/@super-protocol/attestation-wasm": {
|
|
2172
|
-
"version": "0.
|
|
2173
|
-
"integrity": "sha512-
|
|
2172
|
+
"version": "0.2.0",
|
|
2173
|
+
"integrity": "sha512-aIWrr7Pe3BbkruqBy+LSbJDHkcwFIW+51R3DUMDRPwa+zfvUjU874eXRXhggtPi8XEhXIreLq4KYyKx2YUZCyQ==",
|
|
2174
2174
|
"license": "BSL-1.0",
|
|
2175
2175
|
"dependencies": {
|
|
2176
|
-
"@super-protocol/attestation-common": "^0.
|
|
2176
|
+
"@super-protocol/attestation-common": "^0.2.0",
|
|
2177
2177
|
"protobufjs": "^7.4.0"
|
|
2178
2178
|
},
|
|
2179
2179
|
"engines": {
|
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.8",
|
|
4
4
|
"description": "PKI sync client utility",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@sinclair/typebox": "0.33.22",
|
|
31
|
-
"@super-protocol/attestation-common": "0.
|
|
32
|
-
"@super-protocol/attestation-wasm": "0.
|
|
31
|
+
"@super-protocol/attestation-common": "0.2.0",
|
|
32
|
+
"@super-protocol/attestation-wasm": "0.2.0",
|
|
33
33
|
"@super-protocol/pki-attestation-engine": "5.0.3",
|
|
34
34
|
"@super-protocol/pki-client": "5.0.2",
|
|
35
35
|
"@super-protocol/pki-common": "5.0.1",
|