@sphereon/ssi-sdk.pd-manager-rest-api 0.33.1-feature.vcdm2.tsup.24 → 0.33.1-feature.vcdm2.tsup.26
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/dist/index.cjs +0 -10
- package/package.json +8 -8
package/dist/index.cjs
CHANGED
|
@@ -231,14 +231,4 @@ var PdManagerApiServer = class {
|
|
|
231
231
|
return this._opts;
|
|
232
232
|
}
|
|
233
233
|
};
|
|
234
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
235
|
-
0 && (module.exports = {
|
|
236
|
-
PdManagerApiServer,
|
|
237
|
-
pdDeleteEndpoint,
|
|
238
|
-
pdHasEndpoint,
|
|
239
|
-
pdPersistEndpoint,
|
|
240
|
-
pdReadEndpoint,
|
|
241
|
-
pdsDeleteEndpoint,
|
|
242
|
-
pdsReadEndpoint
|
|
243
|
-
});
|
|
244
234
|
//# sourceMappingURL=index.cjs.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphereon/ssi-sdk.pd-manager-rest-api",
|
|
3
|
-
"version": "0.33.1-feature.vcdm2.tsup.
|
|
3
|
+
"version": "0.33.1-feature.vcdm2.tsup.26+11eb36ce",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"start:dev": "ts-node __tests__/RestAPI.ts"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@sphereon/ssi-express-support": "^0.33.1-feature.vcdm2.tsup.
|
|
26
|
-
"@sphereon/ssi-sdk.core": "^0.33.1-feature.vcdm2.tsup.
|
|
27
|
-
"@sphereon/ssi-sdk.data-store": "^0.33.1-feature.vcdm2.tsup.
|
|
28
|
-
"@sphereon/ssi-sdk.pd-manager": "^0.33.1-feature.vcdm2.tsup.
|
|
29
|
-
"@sphereon/ssi-types": "^0.33.1-feature.vcdm2.tsup.
|
|
25
|
+
"@sphereon/ssi-express-support": "^0.33.1-feature.vcdm2.tsup.26+11eb36ce",
|
|
26
|
+
"@sphereon/ssi-sdk.core": "^0.33.1-feature.vcdm2.tsup.26+11eb36ce",
|
|
27
|
+
"@sphereon/ssi-sdk.data-store": "^0.33.1-feature.vcdm2.tsup.26+11eb36ce",
|
|
28
|
+
"@sphereon/ssi-sdk.pd-manager": "^0.33.1-feature.vcdm2.tsup.26+11eb36ce",
|
|
29
|
+
"@sphereon/ssi-types": "^0.33.1-feature.vcdm2.tsup.26+11eb36ce",
|
|
30
30
|
"@veramo/core": "4.2.0",
|
|
31
31
|
"body-parser": "^1.20.2",
|
|
32
32
|
"casbin": "^5.30.0",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@decentralized-identity/ion-sdk": "^0.6.0",
|
|
44
|
-
"@sphereon/ssi-sdk.agent-config": "^0.33.1-feature.vcdm2.tsup.
|
|
44
|
+
"@sphereon/ssi-sdk.agent-config": "^0.33.1-feature.vcdm2.tsup.26+11eb36ce",
|
|
45
45
|
"@types/body-parser": "^1.19.5",
|
|
46
46
|
"@types/cookie-parser": "^1.4.7",
|
|
47
47
|
"@types/cors": "^2.8.17",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"pd-management",
|
|
90
90
|
"presentation-definition-management"
|
|
91
91
|
],
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "11eb36cec6ae50669c0cdb9028eed52e2dc3ccb7"
|
|
93
93
|
}
|