@super-protocol/pki-sync-client 5.0.0 → 5.0.1
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 +10 -11
- 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.1",
|
|
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.1",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@sinclair/typebox": "0.33.22",
|
|
13
|
-
"@super-protocol/pki-attestation-engine": "5.0.
|
|
14
|
-
"@super-protocol/pki-client": "5.0.
|
|
13
|
+
"@super-protocol/pki-attestation-engine": "5.0.1",
|
|
14
|
+
"@super-protocol/pki-client": "5.0.1",
|
|
15
15
|
"@super-protocol/pki-common": "5.0.0",
|
|
16
16
|
"axios": "^1.16.0",
|
|
17
17
|
"js-yaml": "^4.1.0",
|
|
@@ -2092,8 +2092,8 @@
|
|
|
2092
2092
|
}
|
|
2093
2093
|
},
|
|
2094
2094
|
"node_modules/@super-protocol/addons-tee": {
|
|
2095
|
-
"version": "
|
|
2096
|
-
"integrity": "sha512-
|
|
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",
|
|
@@ -2165,11 +2165,11 @@
|
|
|
2165
2165
|
},
|
|
2166
2166
|
"node_modules/@super-protocol/pki-attestation-engine": {
|
|
2167
2167
|
"name": "@super-protocol/pki-attestation-engine",
|
|
2168
|
-
"version": "5.0.
|
|
2168
|
+
"version": "5.0.1",
|
|
2169
2169
|
"license": "ISC",
|
|
2170
2170
|
"dependencies": {
|
|
2171
2171
|
"@sinclair/typebox": "0.33.22",
|
|
2172
|
-
"@super-protocol/addons-tee": "^
|
|
2172
|
+
"@super-protocol/addons-tee": "^3.0.0",
|
|
2173
2173
|
"@super-protocol/pki-common": "^5.0.0",
|
|
2174
2174
|
"@super-protocol/sp-nvtrust-wrapper": "^2.1.0"
|
|
2175
2175
|
},
|
|
@@ -2179,11 +2179,11 @@
|
|
|
2179
2179
|
},
|
|
2180
2180
|
"node_modules/@super-protocol/pki-client": {
|
|
2181
2181
|
"name": "@super-protocol/pki-client",
|
|
2182
|
-
"version": "5.0.
|
|
2182
|
+
"version": "5.0.1",
|
|
2183
2183
|
"license": "ISC",
|
|
2184
2184
|
"dependencies": {
|
|
2185
2185
|
"@super-protocol/pki-api-client": "^5.0.0",
|
|
2186
|
-
"@super-protocol/pki-attestation-engine": "^5.0.
|
|
2186
|
+
"@super-protocol/pki-attestation-engine": "^5.0.1",
|
|
2187
2187
|
"@super-protocol/pki-common": "^5.0.0",
|
|
2188
2188
|
"yaml": "^2.6.0"
|
|
2189
2189
|
}
|
|
@@ -2195,7 +2195,6 @@
|
|
|
2195
2195
|
"dependencies": {
|
|
2196
2196
|
"@peculiar/x509": "^1.13.0",
|
|
2197
2197
|
"@sinclair/typebox": "0.33.22",
|
|
2198
|
-
"@super-protocol/addons-tee": "^2.0.5",
|
|
2199
2198
|
"hi-base32": "^0.5.1",
|
|
2200
2199
|
"pino": "^9.4.0"
|
|
2201
2200
|
}
|
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.1",
|
|
4
4
|
"description": "PKI sync client utility",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"license": "ISC",
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@sinclair/typebox": "0.33.22",
|
|
27
|
-
"@super-protocol/pki-attestation-engine": "5.0.
|
|
28
|
-
"@super-protocol/pki-client": "5.0.
|
|
27
|
+
"@super-protocol/pki-attestation-engine": "5.0.1",
|
|
28
|
+
"@super-protocol/pki-client": "5.0.1",
|
|
29
29
|
"@super-protocol/pki-common": "5.0.0",
|
|
30
30
|
"axios": "^1.16.0",
|
|
31
31
|
"js-yaml": "^4.1.0",
|