@super-protocol/pki-sync-client 5.0.0 → 5.0.2

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 +17 -19
  2. package/package.json +4 -4
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@super-protocol/pki-sync-client",
3
- "version": "5.0.0",
3
+ "version": "5.0.2",
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.0",
9
+ "version": "5.0.2",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
12
  "@sinclair/typebox": "0.33.22",
13
- "@super-protocol/pki-attestation-engine": "5.0.0",
14
- "@super-protocol/pki-client": "5.0.0",
15
- "@super-protocol/pki-common": "5.0.0",
13
+ "@super-protocol/pki-attestation-engine": "5.0.2",
14
+ "@super-protocol/pki-client": "5.0.2",
15
+ "@super-protocol/pki-common": "5.0.1",
16
16
  "axios": "^1.16.0",
17
17
  "js-yaml": "^4.1.0",
18
18
  "yargs": "^17.7.2"
@@ -2092,8 +2092,8 @@
2092
2092
  }
2093
2093
  },
2094
2094
  "node_modules/@super-protocol/addons-tee": {
2095
- "version": "2.0.5",
2096
- "integrity": "sha512-Fj5q2XQKGGcDr1vZHedq5ePrrpMqOI4/gvEy2VKG2yHSMFbKiHHYfgL3dgAIQJ5dT9h4/Lwkl/xPav31odFmNw==",
2095
+ "version": "3.0.0",
2096
+ "integrity": "sha512-Jrvt2ED7DXcjw8EUiaxXaAo8cfF+WWws5Y+qp4TitIWOCF8O+6gWCWHOnlVwj4iZIKzuQ4sqMob8EG3AptTy3g==",
2097
2097
  "license": "ISC",
2098
2098
  "dependencies": {
2099
2099
  "@sinclair/typebox": "0.33.17",
@@ -2148,29 +2148,28 @@
2148
2148
  "version": "5.0.0",
2149
2149
  "license": "ISC",
2150
2150
  "dependencies": {
2151
- "@super-protocol/pki-api-common": "^5.0.0",
2152
- "@super-protocol/pki-common": "^5.0.0",
2151
+ "@super-protocol/pki-api-common": "^5.0.1",
2153
2152
  "axios": "^1.16.0",
2154
2153
  "typescript-retry-decorator": "^2.4.2"
2155
2154
  }
2156
2155
  },
2157
2156
  "node_modules/@super-protocol/pki-api-common": {
2158
2157
  "name": "@super-protocol/pki-api-common",
2159
- "version": "5.0.0",
2158
+ "version": "5.0.1",
2160
2159
  "license": "ISC",
2161
2160
  "dependencies": {
2162
2161
  "@sinclair/typebox": "0.33.22",
2163
- "@super-protocol/pki-common": "^5.0.0"
2162
+ "@super-protocol/pki-common": "^5.0.1"
2164
2163
  }
2165
2164
  },
2166
2165
  "node_modules/@super-protocol/pki-attestation-engine": {
2167
2166
  "name": "@super-protocol/pki-attestation-engine",
2168
- "version": "5.0.0",
2167
+ "version": "5.0.2",
2169
2168
  "license": "ISC",
2170
2169
  "dependencies": {
2171
2170
  "@sinclair/typebox": "0.33.22",
2172
- "@super-protocol/addons-tee": "^2.0.5",
2173
- "@super-protocol/pki-common": "^5.0.0",
2171
+ "@super-protocol/addons-tee": "^3.0.0",
2172
+ "@super-protocol/pki-common": "^5.0.1",
2174
2173
  "@super-protocol/sp-nvtrust-wrapper": "^2.1.0"
2175
2174
  },
2176
2175
  "peerDependencies": {
@@ -2179,23 +2178,22 @@
2179
2178
  },
2180
2179
  "node_modules/@super-protocol/pki-client": {
2181
2180
  "name": "@super-protocol/pki-client",
2182
- "version": "5.0.0",
2181
+ "version": "5.0.2",
2183
2182
  "license": "ISC",
2184
2183
  "dependencies": {
2185
2184
  "@super-protocol/pki-api-client": "^5.0.0",
2186
- "@super-protocol/pki-attestation-engine": "^5.0.0",
2187
- "@super-protocol/pki-common": "^5.0.0",
2185
+ "@super-protocol/pki-attestation-engine": "^5.0.2",
2186
+ "@super-protocol/pki-common": "^5.0.1",
2188
2187
  "yaml": "^2.6.0"
2189
2188
  }
2190
2189
  },
2191
2190
  "node_modules/@super-protocol/pki-common": {
2192
2191
  "name": "@super-protocol/pki-common",
2193
- "version": "5.0.0",
2192
+ "version": "5.0.1",
2194
2193
  "license": "ISC",
2195
2194
  "dependencies": {
2196
2195
  "@peculiar/x509": "^1.13.0",
2197
2196
  "@sinclair/typebox": "0.33.22",
2198
- "@super-protocol/addons-tee": "^2.0.5",
2199
2197
  "hi-base32": "^0.5.1",
2200
2198
  "pino": "^9.4.0"
2201
2199
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@super-protocol/pki-sync-client",
3
- "version": "5.0.0",
3
+ "version": "5.0.2",
4
4
  "description": "PKI sync client utility",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -24,9 +24,9 @@
24
24
  "license": "ISC",
25
25
  "dependencies": {
26
26
  "@sinclair/typebox": "0.33.22",
27
- "@super-protocol/pki-attestation-engine": "5.0.0",
28
- "@super-protocol/pki-client": "5.0.0",
29
- "@super-protocol/pki-common": "5.0.0",
27
+ "@super-protocol/pki-attestation-engine": "5.0.2",
28
+ "@super-protocol/pki-client": "5.0.2",
29
+ "@super-protocol/pki-common": "5.0.1",
30
30
  "axios": "^1.16.0",
31
31
  "js-yaml": "^4.1.0",
32
32
  "yargs": "^17.7.2"