@nmshd/consumption 6.22.0 → 6.23.0
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
CHANGED
|
@@ -6,10 +6,10 @@ const content_1 = require("@nmshd/content");
|
|
|
6
6
|
const crypto_1 = require("@nmshd/crypto");
|
|
7
7
|
const transport_1 = require("@nmshd/transport");
|
|
8
8
|
exports.buildInformation = {
|
|
9
|
-
version: "6.
|
|
10
|
-
build: "
|
|
11
|
-
date: "2025-01-
|
|
12
|
-
commit: "
|
|
9
|
+
version: "6.23.0",
|
|
10
|
+
build: "188",
|
|
11
|
+
date: "2025-01-14T16:14:47+00:00",
|
|
12
|
+
commit: "986b153da04417b609dedac5d3f1c0899e1fbe7b",
|
|
13
13
|
dependencies: {"@js-soft/docdb-querytranslator":"^1.1.5","@js-soft/ts-serval":"2.0.11","@js-soft/ts-utils":"2.3.3","@nmshd/content":"*","@nmshd/core-types":"*","@nmshd/iql":"^1.0.2","@nmshd/transport":"*","lodash":"^4.17.21","ts-simple-nameof":"^1.3.1"},
|
|
14
14
|
libraries: {
|
|
15
15
|
transport: transport_1.buildInformation,
|
|
@@ -140,7 +140,7 @@ class Attributes {
|
|
|
140
140
|
return new core_types_1.CoreError("error.consumption.attributes.wrongOwnerOfRepositoryAttribute", "A wrong owner was provided wanting to create a RepositoryAttribute. You can only create RepositoryAttributes for yourself.");
|
|
141
141
|
}
|
|
142
142
|
isNotRepositoryAttribute(attributeId) {
|
|
143
|
-
return new core_types_1.CoreError("error.consumption.attributes.isNotRepositoryAttribute", `The
|
|
143
|
+
return new core_types_1.CoreError("error.consumption.attributes.isNotRepositoryAttribute", `The Attribute (id: ${attributeId}) is not a RepositoryAttribute.`);
|
|
144
144
|
}
|
|
145
145
|
isNotSharedAttribute(attributeId) {
|
|
146
146
|
return new core_types_1.CoreError("error.consumption.attributes.isNotSharedAttribute", `The Attribute (id: '${attributeId}') is not a shared Attribute.`);
|
package/package.json
CHANGED
|
@@ -62,10 +62,10 @@
|
|
|
62
62
|
"@js-soft/docdb-querytranslator": "^1.1.5",
|
|
63
63
|
"@js-soft/ts-serval": "2.0.11",
|
|
64
64
|
"@js-soft/ts-utils": "2.3.3",
|
|
65
|
-
"@nmshd/content": "6.
|
|
66
|
-
"@nmshd/core-types": "6.
|
|
65
|
+
"@nmshd/content": "6.23.0",
|
|
66
|
+
"@nmshd/core-types": "6.23.0",
|
|
67
67
|
"@nmshd/iql": "^1.0.2",
|
|
68
|
-
"@nmshd/transport": "6.
|
|
68
|
+
"@nmshd/transport": "6.23.0",
|
|
69
69
|
"lodash": "^4.17.21",
|
|
70
70
|
"ts-simple-nameof": "^1.3.1"
|
|
71
71
|
},
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"access": "public",
|
|
81
81
|
"provenance": true
|
|
82
82
|
},
|
|
83
|
-
"version": "6.
|
|
83
|
+
"version": "6.23.0"
|
|
84
84
|
}
|