@nmshd/runtime 2.4.0 → 2.4.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.
@@ -7,10 +7,10 @@ const content_1 = require("@nmshd/content");
7
7
  const crypto_1 = require("@nmshd/crypto");
8
8
  const transport_1 = require("@nmshd/transport");
9
9
  exports.buildInformation = {
10
- version: "2.4.0",
11
- build: "143",
12
- date: "2023-02-17T12:55:49+00:00",
13
- commit: "c76dcfc9a49087d2e20a6f8f7c079197ef85fd2c",
10
+ version: "2.4.1",
11
+ build: "144",
12
+ date: "2023-02-17T15:36:34+00:00",
13
+ commit: "0a8ae8c748cd3fcb2998e9d89420b8b634530d44",
14
14
  dependencies: {"@js-soft/docdb-querytranslator":"1.1.0","@js-soft/logging-abstractions":"1.0.0","@js-soft/ts-serval":"2.0.7","@js-soft/ts-utils":"^2.3.1","@nmshd/consumption":"3.1.1","@nmshd/content":"2.3.1","@nmshd/crypto":"2.0.3","@nmshd/transport":"2.0.3","ajv":"^8.12.0","ajv-errors":"^3.0.0","ajv-formats":"^2.1.1","json-stringify-safe":"^5.0.1","lodash":"^4.17.21","luxon":"^3.2.1","qrcode":"1.5.1","reflect-metadata":"0.1.13","ts-simple-nameof":"1.3.1","typescript-ioc":"3.2.2"},
15
15
  libraries: {
16
16
  serval: ts_serval_1.buildInformation,
@@ -1,4 +1,5 @@
1
1
  export * from "./anonymous";
2
+ export * from "./common/Base64ForIdPrefix";
2
3
  export * from "./common/OwnerRestriction";
3
4
  export * from "./common/RuntimeErrors";
4
5
  export * from "./consumption";
@@ -15,6 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./anonymous"), exports);
18
+ __exportStar(require("./common/Base64ForIdPrefix"), exports);
18
19
  __exportStar(require("./common/OwnerRestriction"), exports);
19
20
  __exportStar(require("./common/RuntimeErrors"), exports);
20
21
  __exportStar(require("./consumption"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/useCases/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,4DAA0C;AAC1C,yDAAuC;AACvC,gDAA8B;AAC9B,8CAA4B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/useCases/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAC5B,6DAA2C;AAC3C,4DAA0C;AAC1C,yDAAuC;AACvC,gDAA8B;AAC9B,8CAA4B"}
@@ -548,10 +548,10 @@ const content_1 = __webpack_require__(/*! @nmshd/content */ "@nmshd/content");
548
548
  const crypto_1 = __webpack_require__(/*! @nmshd/crypto */ "@nmshd/crypto");
549
549
  const transport_1 = __webpack_require__(/*! @nmshd/transport */ "@nmshd/transport");
550
550
  exports.buildInformation = {
551
- version: "2.4.0",
552
- build: "143",
553
- date: "2023-02-17T12:55:49+00:00",
554
- commit: "c76dcfc9a49087d2e20a6f8f7c079197ef85fd2c",
551
+ version: "2.4.1",
552
+ build: "144",
553
+ date: "2023-02-17T15:36:34+00:00",
554
+ commit: "0a8ae8c748cd3fcb2998e9d89420b8b634530d44",
555
555
  dependencies: {"@js-soft/docdb-querytranslator":"1.1.0","@js-soft/logging-abstractions":"1.0.0","@js-soft/ts-serval":"2.0.7","@js-soft/ts-utils":"^2.3.1","@nmshd/consumption":"3.1.1","@nmshd/content":"2.3.1","@nmshd/crypto":"2.0.3","@nmshd/transport":"2.0.3","ajv":"^8.12.0","ajv-errors":"^3.0.0","ajv-formats":"^2.1.1","json-stringify-safe":"^5.0.1","lodash":"^4.17.21","luxon":"^3.2.1","qrcode":"1.5.1","reflect-metadata":"0.1.13","ts-simple-nameof":"1.3.1","typescript-ioc":"3.2.2"},
556
556
  libraries: {
557
557
  serval: ts_serval_1.buildInformation,
@@ -32345,6 +32345,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
32345
32345
  };
32346
32346
  Object.defineProperty(exports, "__esModule", ({ value: true }));
32347
32347
  __exportStar(__webpack_require__(/*! ./anonymous */ "./dist/useCases/anonymous/index.js"), exports);
32348
+ __exportStar(__webpack_require__(/*! ./common/Base64ForIdPrefix */ "./dist/useCases/common/Base64ForIdPrefix.js"), exports);
32348
32349
  __exportStar(__webpack_require__(/*! ./common/OwnerRestriction */ "./dist/useCases/common/OwnerRestriction.js"), exports);
32349
32350
  __exportStar(__webpack_require__(/*! ./common/RuntimeErrors */ "./dist/useCases/common/RuntimeErrors.js"), exports);
32350
32351
  __exportStar(__webpack_require__(/*! ./consumption */ "./dist/useCases/consumption/index.js"), exports);