@nmshd/content 2.0.2 → 2.1.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.
- package/dist/attributes/ThirdPartyRelationshipAttributeQuery.d.ts +4 -3
- package/dist/attributes/ThirdPartyRelationshipAttributeQuery.js +9 -3
- package/dist/attributes/ThirdPartyRelationshipAttributeQuery.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryAttributeValue.d.ts +12 -0
- package/dist/attributes/types/proprietary/ProprietaryAttributeValue.js +3 -0
- package/dist/attributes/types/proprietary/ProprietaryAttributeValue.js.map +1 -0
- package/dist/attributes/types/proprietary/ProprietaryBoolean.d.ts +6 -6
- package/dist/attributes/types/proprietary/ProprietaryBoolean.js +9 -0
- package/dist/attributes/types/proprietary/ProprietaryBoolean.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryCountry.d.ts +6 -6
- package/dist/attributes/types/proprietary/ProprietaryCountry.js +9 -0
- package/dist/attributes/types/proprietary/ProprietaryCountry.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryEMailAddress.d.ts +6 -6
- package/dist/attributes/types/proprietary/ProprietaryEMailAddress.js +9 -0
- package/dist/attributes/types/proprietary/ProprietaryEMailAddress.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryFileReference.d.ts +6 -6
- package/dist/attributes/types/proprietary/ProprietaryFileReference.js +9 -0
- package/dist/attributes/types/proprietary/ProprietaryFileReference.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryFloat.d.ts +6 -6
- package/dist/attributes/types/proprietary/ProprietaryFloat.js +9 -0
- package/dist/attributes/types/proprietary/ProprietaryFloat.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryHEXColor.d.ts +6 -6
- package/dist/attributes/types/proprietary/ProprietaryHEXColor.js +9 -0
- package/dist/attributes/types/proprietary/ProprietaryHEXColor.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryInteger.d.ts +5 -11
- package/dist/attributes/types/proprietary/ProprietaryInteger.js +0 -8
- package/dist/attributes/types/proprietary/ProprietaryInteger.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryLanguage.d.ts +6 -6
- package/dist/attributes/types/proprietary/ProprietaryLanguage.js +9 -0
- package/dist/attributes/types/proprietary/ProprietaryLanguage.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryPhoneNumber.d.ts +6 -6
- package/dist/attributes/types/proprietary/ProprietaryPhoneNumber.js +9 -0
- package/dist/attributes/types/proprietary/ProprietaryPhoneNumber.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryString.d.ts +6 -6
- package/dist/attributes/types/proprietary/ProprietaryString.js +9 -0
- package/dist/attributes/types/proprietary/ProprietaryString.js.map +1 -1
- package/dist/attributes/types/proprietary/ProprietaryURL.d.ts +6 -6
- package/dist/attributes/types/proprietary/ProprietaryURL.js +9 -0
- package/dist/attributes/types/proprietary/ProprietaryURL.js.map +1 -1
- package/dist/buildInformation.js +4 -4
- package/dist/requests/RequestItem.d.ts +3 -3
- package/dist/requests/response/AcceptResponseItem.d.ts +3 -3
- package/dist/requests/response/ErrorResponseItem.d.ts +3 -3
- package/dist/requests/response/RejectResponseItem.d.ts +3 -3
- package/dist/requests/response/ResponseItem.d.ts +3 -3
- package/lib-web/nmshd.content.js +103 -15
- package/lib-web/nmshd.content.min.js +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nmshd/content",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "The content library defines data structures that can be transmitted using the transport library.",
|
|
5
5
|
"homepage": "https://enmeshed.eu",
|
|
6
6
|
"repository": "github:nmshd/cns-content",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@js-soft/eslint-config-ts": "1.6.1",
|
|
47
|
-
"@js-soft/license-check": "1.0.
|
|
47
|
+
"@js-soft/license-check": "1.0.6",
|
|
48
48
|
"@js-soft/ts-serval": "2.0.5",
|
|
49
49
|
"@nmshd/crypto": "2.0.2",
|
|
50
50
|
"@nmshd/transport": "2.0.0",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"terser-webpack-plugin": "^5.3.6",
|
|
63
63
|
"ts-node": "^10.9.1",
|
|
64
64
|
"tsconfig-paths": "^4.1.0",
|
|
65
|
-
"typescript": "^4.
|
|
65
|
+
"typescript": "^4.9.3",
|
|
66
66
|
"webpack": "^5.75.0",
|
|
67
67
|
"webpack-cli": "^4.10.0"
|
|
68
68
|
},
|