@sphereon/ssi-sdk.pd-manager 0.32.1-feature.VDX.341.53 → 0.32.1-feature.VDX.341.55
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/package.json +4 -4
- package/plugin.schema.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sphereon/ssi-sdk.pd-manager",
|
|
3
|
-
"version": "0.32.1-feature.VDX.341.
|
|
3
|
+
"version": "0.32.1-feature.VDX.341.55+3f5d8950",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -17,14 +17,14 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@sphereon/pex": "5.0.0-unstable.28",
|
|
19
19
|
"@sphereon/pex-models": "^2.3.2",
|
|
20
|
-
"@sphereon/ssi-sdk.data-store": "0.32.1-feature.VDX.341.
|
|
20
|
+
"@sphereon/ssi-sdk.data-store": "0.32.1-feature.VDX.341.55+3f5d8950",
|
|
21
21
|
"cross-fetch": "^3.1.8",
|
|
22
22
|
"debug": "^4.3.5",
|
|
23
23
|
"semver": "^7.6.3",
|
|
24
24
|
"typeorm": "^0.3.20"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@sphereon/ssi-sdk.agent-config": "0.32.1-feature.VDX.341.
|
|
27
|
+
"@sphereon/ssi-sdk.agent-config": "0.32.1-feature.VDX.341.55+3f5d8950",
|
|
28
28
|
"@types/semver": "^7.5.8",
|
|
29
29
|
"@veramo/remote-client": "4.2.0",
|
|
30
30
|
"@veramo/remote-server": "4.2.0"
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"PD Manager"
|
|
52
52
|
],
|
|
53
53
|
"nx": {},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "3f5d89507b1a6b1027554e8822e99d4cb3cd9650"
|
|
55
55
|
}
|
package/plugin.schema.json
CHANGED
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"$ref": "#/components/schemas/IPresentationDefinition"
|
|
109
109
|
},
|
|
110
110
|
"dcqlPayload": {
|
|
111
|
-
"$ref": "#/components/schemas/
|
|
111
|
+
"$ref": "#/components/schemas/DcqlQueryREST"
|
|
112
112
|
},
|
|
113
113
|
"createdAt": {
|
|
114
114
|
"type": "string",
|
|
@@ -832,7 +832,7 @@
|
|
|
832
832
|
}
|
|
833
833
|
}
|
|
834
834
|
},
|
|
835
|
-
"
|
|
835
|
+
"DcqlQueryREST": {
|
|
836
836
|
"type": "object",
|
|
837
837
|
"properties": {
|
|
838
838
|
"credentials": {
|
|
@@ -965,7 +965,7 @@
|
|
|
965
965
|
"$ref": "#/components/schemas/IPresentationDefinition"
|
|
966
966
|
},
|
|
967
967
|
"dcqlPayload": {
|
|
968
|
-
"$ref": "#/components/schemas/
|
|
968
|
+
"$ref": "#/components/schemas/DcqlQueryREST"
|
|
969
969
|
}
|
|
970
970
|
},
|
|
971
971
|
"required": [
|