dcql 0.2.7 → 0.2.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.
- package/dist/src/dcql-presentation/index.d.ts +1 -0
- package/dist/src/dcql-presentation/index.d.ts.map +1 -1
- package/dist/src/dcql-presentation/index.js +1 -0
- package/dist/src/dcql-presentation/index.js.map +1 -1
- package/dist/src/dcql-presentation/m-dcql-presentation-query.d.ts +835 -0
- package/dist/src/dcql-presentation/m-dcql-presentation-query.d.ts.map +1 -0
- package/dist/src/dcql-presentation/m-dcql-presentation-query.js +129 -0
- package/dist/src/dcql-presentation/m-dcql-presentation-query.js.map +1 -0
- package/dist/src/dcql-presentation/m-dcql-presentation-record.d.ts +0 -10
- package/dist/src/dcql-presentation/m-dcql-presentation-record.d.ts.map +1 -1
- package/dist/src/dcql-presentation/m-dcql-presentation-record.js +1 -26
- package/dist/src/dcql-presentation/m-dcql-presentation-record.js.map +1 -1
- package/dist/src/dcql-query/dcql-query.test.js +52 -4
- package/dist/src/dcql-query/dcql-query.test.js.map +1 -1
- package/dist/src/dcql-query/m-dcql-credential-query.d.ts +2 -2
- package/dist/src/dcql-query/m-dcql-credential-query.d.ts.map +1 -1
- package/dist/src/dcql-query/m-dcql-credential-query.js +2 -2
- package/dist/src/dcql-query/m-dcql-credential-query.js.map +1 -1
- package/dist/src/dcql-query/m-dcql-query.d.ts +5 -5
- package/dist/src/dcql-query-result/dcql-claims-query-result.js.map +1 -1
- package/dist/src/dcql-query-result/m-dcql-query-result.d.ts +6 -6
- package/dist/src/e-dcql.d.ts +0 -6
- package/dist/src/e-dcql.d.ts.map +1 -1
- package/dist/src/e-dcql.js +1 -7
- package/dist/src/e-dcql.js.map +1 -1
- package/dist/src/index.d.ts +2 -2
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +2 -1
- package/dist/src/index.js.map +1 -1
- package/dist/src/u-dcql-credential-representation.d.ts +1 -0
- package/dist/src/u-dcql-credential-representation.d.ts.map +1 -1
- package/package.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/dcql-presentation/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC"}
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/dcql-presentation/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC"}
|
@@ -14,5 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
15
15
|
};
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
17
|
+
__exportStar(require("./m-dcql-presentation-query.js"), exports);
|
17
18
|
__exportStar(require("./m-dcql-presentation-record.js"), exports);
|
18
19
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/dcql-presentation/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kEAAgD"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/dcql-presentation/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C;AAC/C,kEAAgD"}
|