@nmshd/runtime 1.3.4 → 1.3.5
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/buildInformation.js +5 -5
- package/lib-web/nmshd.runtime.js +5 -5
- package/lib-web/nmshd.runtime.js.map +1 -1
- package/lib-web/nmshd.runtime.min.js +1 -1
- package/lib-web/nmshd.runtime.min.js.map +1 -1
- package/package.json +6 -6
- package/dist/events/transport/RelationshipChangeReceivedEvent.d.ts +0 -6
- package/dist/events/transport/RelationshipChangeReceivedEvent.js +0 -12
- package/dist/events/transport/RelationshipChangeReceivedEvent.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nmshd/runtime",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.5",
|
|
4
4
|
"description": "The Enmeshed client runtime.",
|
|
5
5
|
"homepage": "https://enmeshed.eu",
|
|
6
6
|
"license": "MIT",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"@js-soft/logging-abstractions": "1.0.0",
|
|
50
50
|
"@js-soft/ts-serval": "1.0.2",
|
|
51
51
|
"@js-soft/ts-utils": "^1.1.1",
|
|
52
|
-
"@nmshd/consumption": "1.0.
|
|
53
|
-
"@nmshd/content": "1.1.
|
|
52
|
+
"@nmshd/consumption": "1.0.14",
|
|
53
|
+
"@nmshd/content": "1.1.5",
|
|
54
54
|
"@nmshd/crypto": "1.0.8",
|
|
55
55
|
"@nmshd/transport": "1.1.10",
|
|
56
56
|
"ajv": "^8.10.0",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@types/jest": "^27.4.1",
|
|
75
75
|
"@types/jest-expect-message": "^1.0.3",
|
|
76
76
|
"@types/json-stringify-safe": "^5.0.0",
|
|
77
|
-
"@types/luxon": "^2.0
|
|
77
|
+
"@types/luxon": "^2.3.0",
|
|
78
78
|
"@types/node": "^17.0.21",
|
|
79
79
|
"@types/qrcode": "^1.4.2",
|
|
80
80
|
"@types/qs": "^6.9.7",
|
|
@@ -85,9 +85,9 @@
|
|
|
85
85
|
"prettier": "^2.5.1",
|
|
86
86
|
"ts-jest": "^27.1.3",
|
|
87
87
|
"ts-json-schema-generator": "^0.98.0",
|
|
88
|
-
"tsconfig-paths": "^3.
|
|
88
|
+
"tsconfig-paths": "^3.13.0",
|
|
89
89
|
"typescript": "^4.6.2",
|
|
90
|
-
"webpack": "^5.
|
|
90
|
+
"webpack": "^5.70.0",
|
|
91
91
|
"webpack-cli": "^4.9.2"
|
|
92
92
|
},
|
|
93
93
|
"publishConfig": {
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { RelationshipDTO } from "../../types";
|
|
2
|
-
import { DataEvent } from "../DataEvent";
|
|
3
|
-
export declare class RelationshipChangeReceivedEvent extends DataEvent<RelationshipDTO> {
|
|
4
|
-
static readonly namespace = "transport.relationshipChangeReceived";
|
|
5
|
-
constructor(eventTargetAddress: string, data: RelationshipDTO);
|
|
6
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.RelationshipChangeReceivedEvent = void 0;
|
|
4
|
-
const DataEvent_1 = require("../DataEvent");
|
|
5
|
-
class RelationshipChangeReceivedEvent extends DataEvent_1.DataEvent {
|
|
6
|
-
constructor(eventTargetAddress, data) {
|
|
7
|
-
super(RelationshipChangeReceivedEvent.namespace, eventTargetAddress, data);
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
exports.RelationshipChangeReceivedEvent = RelationshipChangeReceivedEvent;
|
|
11
|
-
RelationshipChangeReceivedEvent.namespace = "transport.relationshipChangeReceived";
|
|
12
|
-
//# sourceMappingURL=RelationshipChangeReceivedEvent.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RelationshipChangeReceivedEvent.js","sourceRoot":"","sources":["../../../src/events/transport/RelationshipChangeReceivedEvent.ts"],"names":[],"mappings":";;;AACA,4CAAyC;AAEzC,MAAa,+BAAgC,SAAQ,qBAA0B;IAG3E,YAAmB,kBAA0B,EAAE,IAAqB;QAChE,KAAK,CAAC,+BAA+B,CAAC,SAAS,EAAE,kBAAkB,EAAE,IAAI,CAAC,CAAC;IAC/E,CAAC;;AALL,0EAMC;AAL0B,yCAAS,GAAG,sCAAsC,CAAC"}
|