@super-protocol/pki-sync-client 5.0.7 → 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.
Files changed (2) hide show
  1. package/npm-shrinkwrap.json +21 -21
  2. package/package.json +4 -4
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@super-protocol/pki-sync-client",
3
- "version": "5.0.7",
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.7",
9
+ "version": "5.0.9",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
12
  "@sinclair/typebox": "0.33.22",
13
- "@super-protocol/attestation-common": "0.1.2",
14
- "@super-protocol/attestation-wasm": "0.1.2",
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
- "@super-protocol/pki-client": "5.0.2",
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",
@@ -2128,8 +2128,8 @@
2128
2128
  "license": "MIT"
2129
2129
  },
2130
2130
  "node_modules/@super-protocol/attestation-common": {
2131
- "version": "0.1.2",
2132
- "integrity": "sha512-j+uEOuoppwuUHlSDupSpBdG+o5eknGSv5lIzfH1KQwAGVXA78OcA93dp1eeXlPfss/+cNyD+GprZyKXd3J1Qhw==",
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.1.2",
2173
- "integrity": "sha512-1WR6AA3CGxb0V4Egw1fpHBSjqMe8zI5O9fuInfPPfuQMKBQ8YJpNBOTG0qWGAMLlEd1C2Dkt3e+cZ8WXhtQPuA==",
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.1.2",
2176
+ "@super-protocol/attestation-common": "^0.2.0",
2177
2177
  "protobufjs": "^7.4.0"
2178
2178
  },
2179
2179
  "engines": {
@@ -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.7",
3
+ "version": "5.0.9",
4
4
  "description": "PKI sync client utility",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -28,10 +28,10 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@sinclair/typebox": "0.33.22",
31
- "@super-protocol/attestation-common": "0.1.2",
32
- "@super-protocol/attestation-wasm": "0.1.2",
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
- "@super-protocol/pki-client": "5.0.2",
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",