@nmshd/transport 2.1.0 → 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/buildInformation.js +5 -5
- package/dist/core/CoreIdHelper.js.map +1 -1
- package/dist/core/CoreSerializable.js +2 -1
- package/dist/core/CoreSerializable.js.map +1 -1
- package/dist/core/CoreSerializableAsync.js +2 -1
- package/dist/core/CoreSerializableAsync.js.map +1 -1
- package/dist/core/backbone/RequestError.js.map +1 -1
- package/dist/core/types/CoreAddress.js +2 -1
- package/dist/core/types/CoreAddress.js.map +1 -1
- package/dist/core/types/CoreDate.js +2 -1
- package/dist/core/types/CoreDate.js.map +1 -1
- package/dist/core/types/CoreHash.js +2 -1
- package/dist/core/types/CoreHash.js.map +1 -1
- package/dist/core/types/CoreId.js +2 -1
- package/dist/core/types/CoreId.js.map +1 -1
- package/dist/modules/accounts/AccountController.d.ts +5 -5
- package/dist/modules/accounts/AccountController.js +9 -9
- package/dist/modules/accounts/AccountController.js.map +1 -1
- package/dist/modules/accounts/data/Identity.js +2 -1
- package/dist/modules/accounts/data/Identity.js.map +1 -1
- package/dist/modules/accounts/data/IdentitySecretCredentials.js +2 -1
- package/dist/modules/accounts/data/IdentitySecretCredentials.js.map +1 -1
- package/dist/modules/certificates/data/Certificate.js +2 -1
- package/dist/modules/certificates/data/Certificate.js.map +1 -1
- package/dist/modules/certificates/data/CertificateConstraint.js +2 -1
- package/dist/modules/certificates/data/CertificateConstraint.js.map +1 -1
- package/dist/modules/certificates/data/CertificateContent.js +2 -1
- package/dist/modules/certificates/data/CertificateContent.js.map +1 -1
- package/dist/modules/certificates/data/CertificateItem.js +2 -1
- package/dist/modules/certificates/data/CertificateItem.js.map +1 -1
- package/dist/modules/certificates/data/constraints/CertificateBorderConstraint.js +2 -1
- package/dist/modules/certificates/data/constraints/CertificateBorderConstraint.js.map +1 -1
- package/dist/modules/certificates/data/constraints/CertificateCityConstraint.js +2 -1
- package/dist/modules/certificates/data/constraints/CertificateCityConstraint.js.map +1 -1
- package/dist/modules/certificates/data/constraints/CertificateIdentityConstraint.js +2 -1
- package/dist/modules/certificates/data/constraints/CertificateIdentityConstraint.js.map +1 -1
- package/dist/modules/certificates/data/constraints/CertificateTimeConstraint.js +2 -1
- package/dist/modules/certificates/data/constraints/CertificateTimeConstraint.js.map +1 -1
- package/dist/modules/certificates/data/items/CertificateAuthorizationItem.js +2 -1
- package/dist/modules/certificates/data/items/CertificateAuthorizationItem.js.map +1 -1
- package/dist/modules/certificates/data/items/CertificateDelegateItem.js +2 -1
- package/dist/modules/certificates/data/items/CertificateDelegateItem.js.map +1 -1
- package/dist/modules/certificates/data/items/CertificatePrivateAttributeItem.js +2 -1
- package/dist/modules/certificates/data/items/CertificatePrivateAttributeItem.js.map +1 -1
- package/dist/modules/certificates/data/items/CertificatePrivateAttributeItemSource.js +2 -1
- package/dist/modules/certificates/data/items/CertificatePrivateAttributeItemSource.js.map +1 -1
- package/dist/modules/certificates/data/items/CertificatePublicAttributeItem.js +2 -1
- package/dist/modules/certificates/data/items/CertificatePublicAttributeItem.js.map +1 -1
- package/dist/modules/certificates/data/items/CertificateRoleItem.js +2 -1
- package/dist/modules/certificates/data/items/CertificateRoleItem.js.map +1 -1
- package/dist/modules/challenges/ChallengeController.js +3 -2
- package/dist/modules/challenges/ChallengeController.js.map +1 -1
- package/dist/modules/challenges/data/Challenge.js +2 -1
- package/dist/modules/challenges/data/Challenge.js.map +1 -1
- package/dist/modules/challenges/data/ChallengeSigned.js +2 -1
- package/dist/modules/challenges/data/ChallengeSigned.js.map +1 -1
- package/dist/modules/devices/DevicesController.js +1 -1
- package/dist/modules/devices/DevicesController.js.map +1 -1
- package/dist/modules/devices/local/Device.js +2 -1
- package/dist/modules/devices/local/Device.js.map +1 -1
- package/dist/modules/devices/local/DeviceSecretCredentials.js +2 -1
- package/dist/modules/devices/local/DeviceSecretCredentials.js.map +1 -1
- package/dist/modules/devices/local/SendDeviceParameters.js +2 -1
- package/dist/modules/devices/local/SendDeviceParameters.js.map +1 -1
- package/dist/modules/devices/transmission/DeviceSharedSecret.js +2 -1
- package/dist/modules/devices/transmission/DeviceSharedSecret.js.map +1 -1
- package/dist/modules/files/local/CachedFile.js +2 -1
- package/dist/modules/files/local/CachedFile.js.map +1 -1
- package/dist/modules/files/local/File.js +2 -1
- package/dist/modules/files/local/File.js.map +1 -1
- package/dist/modules/files/local/SendFileParameters.js +2 -1
- package/dist/modules/files/local/SendFileParameters.js.map +1 -1
- package/dist/modules/files/transmission/FileMetadata.js +2 -1
- package/dist/modules/files/transmission/FileMetadata.js.map +1 -1
- package/dist/modules/files/transmission/FileReference.js +2 -1
- package/dist/modules/files/transmission/FileReference.js.map +1 -1
- package/dist/modules/messages/local/CachedMessage.js +2 -1
- package/dist/modules/messages/local/CachedMessage.js.map +1 -1
- package/dist/modules/messages/local/Message.js +2 -1
- package/dist/modules/messages/local/Message.js.map +1 -1
- package/dist/modules/messages/local/SendMessageParameters.js +2 -1
- package/dist/modules/messages/local/SendMessageParameters.js.map +1 -1
- package/dist/modules/messages/transmission/MessageContentWrapper.js +2 -1
- package/dist/modules/messages/transmission/MessageContentWrapper.js.map +1 -1
- package/dist/modules/messages/transmission/MessageEnvelope.js +2 -1
- package/dist/modules/messages/transmission/MessageEnvelope.js.map +1 -1
- package/dist/modules/messages/transmission/MessageEnvelopeRecipient.js +2 -1
- package/dist/modules/messages/transmission/MessageEnvelopeRecipient.js.map +1 -1
- package/dist/modules/messages/transmission/MessageSignature.js +2 -1
- package/dist/modules/messages/transmission/MessageSignature.js.map +1 -1
- package/dist/modules/messages/transmission/MessageSigned.js +2 -1
- package/dist/modules/messages/transmission/MessageSigned.js.map +1 -1
- package/dist/modules/relationshipTemplates/local/CachedRelationshipTemplate.js +2 -1
- package/dist/modules/relationshipTemplates/local/CachedRelationshipTemplate.js.map +1 -1
- package/dist/modules/relationshipTemplates/local/RelationshipTemplate.js +2 -1
- package/dist/modules/relationshipTemplates/local/RelationshipTemplate.js.map +1 -1
- package/dist/modules/relationshipTemplates/local/SendRelationshipTemplateParameters.js +2 -1
- package/dist/modules/relationshipTemplates/local/SendRelationshipTemplateParameters.js.map +1 -1
- package/dist/modules/relationshipTemplates/transmission/RelationshipTemplateContentWrapper.js +2 -1
- package/dist/modules/relationshipTemplates/transmission/RelationshipTemplateContentWrapper.js.map +1 -1
- package/dist/modules/relationshipTemplates/transmission/RelationshipTemplatePublicKey.js +2 -1
- package/dist/modules/relationshipTemplates/transmission/RelationshipTemplatePublicKey.js.map +1 -1
- package/dist/modules/relationshipTemplates/transmission/RelationshipTemplateReference.js +2 -1
- package/dist/modules/relationshipTemplates/transmission/RelationshipTemplateReference.js.map +1 -1
- package/dist/modules/relationshipTemplates/transmission/RelationshipTemplateSigned.js +2 -1
- package/dist/modules/relationshipTemplates/transmission/RelationshipTemplateSigned.js.map +1 -1
- package/dist/modules/relationships/local/CachedRelationship.js +2 -1
- package/dist/modules/relationships/local/CachedRelationship.js.map +1 -1
- package/dist/modules/relationships/local/Relationship.js +2 -1
- package/dist/modules/relationships/local/Relationship.js.map +1 -1
- package/dist/modules/relationships/local/SendRelationshipParameters.js +2 -1
- package/dist/modules/relationships/local/SendRelationshipParameters.js.map +1 -1
- package/dist/modules/relationships/transmission/changes/RelationshipChange.js +2 -1
- package/dist/modules/relationships/transmission/changes/RelationshipChange.js.map +1 -1
- package/dist/modules/relationships/transmission/changes/RelationshipChangeRequest.js +2 -1
- package/dist/modules/relationships/transmission/changes/RelationshipChangeRequest.js.map +1 -1
- package/dist/modules/relationships/transmission/changes/RelationshipChangeResponse.js +2 -1
- package/dist/modules/relationships/transmission/changes/RelationshipChangeResponse.js.map +1 -1
- package/dist/modules/relationships/transmission/requests/RelationshipCreationChangeRequestCipher.js +2 -1
- package/dist/modules/relationships/transmission/requests/RelationshipCreationChangeRequestCipher.js.map +1 -1
- package/dist/modules/relationships/transmission/requests/RelationshipCreationChangeRequestContentWrapper.js +2 -1
- package/dist/modules/relationships/transmission/requests/RelationshipCreationChangeRequestContentWrapper.js.map +1 -1
- package/dist/modules/relationships/transmission/requests/RelationshipCreationChangeRequestSigned.js +2 -1
- package/dist/modules/relationships/transmission/requests/RelationshipCreationChangeRequestSigned.js.map +1 -1
- package/dist/modules/relationships/transmission/responses/RelationshipCreationChangeResponseCipher.js +2 -1
- package/dist/modules/relationships/transmission/responses/RelationshipCreationChangeResponseCipher.js.map +1 -1
- package/dist/modules/relationships/transmission/responses/RelationshipCreationChangeResponseContentWrapper.js +2 -1
- package/dist/modules/relationships/transmission/responses/RelationshipCreationChangeResponseContentWrapper.js.map +1 -1
- package/dist/modules/relationships/transmission/responses/RelationshipCreationChangeResponseSigned.js +2 -1
- package/dist/modules/relationships/transmission/responses/RelationshipCreationChangeResponseSigned.js.map +1 -1
- package/dist/modules/secrets/data/SecretContainerCipher.js +2 -1
- package/dist/modules/secrets/data/SecretContainerCipher.js.map +1 -1
- package/dist/modules/secrets/data/SecretContainerPlain.js +2 -1
- package/dist/modules/secrets/data/SecretContainerPlain.js.map +1 -1
- package/dist/modules/sync/local/DatawalletModification.js +2 -1
- package/dist/modules/sync/local/DatawalletModification.js.map +1 -1
- package/dist/modules/tokens/local/CachedToken.js +2 -1
- package/dist/modules/tokens/local/CachedToken.js.map +1 -1
- package/dist/modules/tokens/local/SendTokenParameters.js +2 -1
- package/dist/modules/tokens/local/SendTokenParameters.js.map +1 -1
- package/dist/modules/tokens/local/Token.js +2 -1
- package/dist/modules/tokens/local/Token.js.map +1 -1
- package/dist/modules/tokens/transmission/TokenContentDeviceSharedSecret.js +2 -1
- package/dist/modules/tokens/transmission/TokenContentDeviceSharedSecret.js.map +1 -1
- package/dist/modules/tokens/transmission/TokenContentFile.js +2 -1
- package/dist/modules/tokens/transmission/TokenContentFile.js.map +1 -1
- package/dist/modules/tokens/transmission/TokenContentRelationshipTemplate.js +2 -1
- package/dist/modules/tokens/transmission/TokenContentRelationshipTemplate.js.map +1 -1
- package/dist/modules/tokens/transmission/TokenReference.js +2 -1
- package/dist/modules/tokens/transmission/TokenReference.js.map +1 -1
- package/lib-web/nmshd.transport.js +251 -145
- package/lib-web/nmshd.transport.js.map +1 -1
- package/lib-web/nmshd.transport.min.js +1 -1
- package/lib-web/nmshd.transport.min.js.map +1 -1
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nmshd/transport",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "The transport library handles backbone communication and content encryption.",
|
|
5
5
|
"homepage": "https://enmeshed.eu",
|
|
6
6
|
"repository": "github:nmshd/cns-transport",
|
|
@@ -56,54 +56,54 @@
|
|
|
56
56
|
"@js-soft/logging-abstractions": "1.0.0",
|
|
57
57
|
"@js-soft/simple-logger": "1.0.2",
|
|
58
58
|
"@js-soft/ts-utils": "2.3.1",
|
|
59
|
-
"axios": "^1.
|
|
59
|
+
"axios": "^1.5.0",
|
|
60
60
|
"deep-equal": "^2.2.2",
|
|
61
61
|
"fast-json-patch": "^3.1.1",
|
|
62
62
|
"form-data": "^4.0.0",
|
|
63
63
|
"json-stringify-safe": "^5.0.1",
|
|
64
64
|
"lodash": "^4.17.21",
|
|
65
|
-
"luxon": "^3.4.
|
|
65
|
+
"luxon": "^3.4.3",
|
|
66
66
|
"qs": "^6.11.2",
|
|
67
67
|
"reflect-metadata": "^0.1.13",
|
|
68
68
|
"ts-simple-nameof": "^1.3.1",
|
|
69
69
|
"uuid": "^9.0.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@js-soft/docdb-access-loki": "1.0.
|
|
73
|
-
"@js-soft/docdb-access-mongo": "1.1.
|
|
74
|
-
"@js-soft/eslint-config-ts": "1.6.
|
|
72
|
+
"@js-soft/docdb-access-loki": "1.0.4",
|
|
73
|
+
"@js-soft/docdb-access-mongo": "1.1.4",
|
|
74
|
+
"@js-soft/eslint-config-ts": "1.6.4",
|
|
75
75
|
"@js-soft/license-check": "1.0.6",
|
|
76
76
|
"@js-soft/node-logger": "1.0.3",
|
|
77
77
|
"@js-soft/ts-serval": "2.0.9",
|
|
78
78
|
"@js-soft/web-logger": "1.0.2",
|
|
79
79
|
"@nmshd/crypto": "2.0.4",
|
|
80
|
-
"@types/chai": "^4.3.
|
|
81
|
-
"@types/chai-as-promised": "^7.1.
|
|
80
|
+
"@types/chai": "^4.3.6",
|
|
81
|
+
"@types/chai-as-promised": "^7.1.6",
|
|
82
82
|
"@types/deep-equal": "^1.0.1",
|
|
83
83
|
"@types/glob": "^8.1.0",
|
|
84
84
|
"@types/json-stringify-safe": "^5.0.0",
|
|
85
|
-
"@types/lodash": "^4.14.
|
|
86
|
-
"@types/luxon": "^3.3.
|
|
85
|
+
"@types/lodash": "^4.14.198",
|
|
86
|
+
"@types/luxon": "^3.3.2",
|
|
87
87
|
"@types/mocha": "^10.0.1",
|
|
88
|
-
"@types/node": "^20.
|
|
89
|
-
"@types/qs": "^6.9.
|
|
90
|
-
"@types/uuid": "^9.0.
|
|
88
|
+
"@types/node": "^20.6.0",
|
|
89
|
+
"@types/qs": "^6.9.8",
|
|
90
|
+
"@types/uuid": "^9.0.3",
|
|
91
91
|
"bt-runner": "4.0.2",
|
|
92
|
-
"chai": "^4.3.
|
|
92
|
+
"chai": "^4.3.8",
|
|
93
93
|
"chai-as-promised": "^7.1.1",
|
|
94
94
|
"chai-exclude": "^2.1.0",
|
|
95
95
|
"chai-quantifiers": "^1.0.17",
|
|
96
96
|
"copy-webpack-plugin": "^11.0.0",
|
|
97
|
-
"eslint": "8.
|
|
97
|
+
"eslint": "8.49.0",
|
|
98
98
|
"madge": "^6.1.0",
|
|
99
99
|
"mocha": "^10.2.0",
|
|
100
100
|
"mocha-param": "^2.0.1",
|
|
101
|
-
"prettier": "^3.0.
|
|
101
|
+
"prettier": "^3.0.3",
|
|
102
102
|
"terser-webpack-plugin": "5.3.9",
|
|
103
103
|
"ts-mockito": "^2.6.1",
|
|
104
104
|
"ts-node": "^10.9.1",
|
|
105
105
|
"tsconfig-paths": "^4.2.0",
|
|
106
|
-
"typescript": "^5.
|
|
106
|
+
"typescript": "^5.2.2",
|
|
107
107
|
"webpack": "^5.88.2",
|
|
108
108
|
"webpack-cli": "^5.1.4"
|
|
109
109
|
},
|