@twin.org/standards-dataspace-protocol 0.0.3-next.42 → 0.0.3-next.43

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.
Files changed (22) hide show
  1. package/dist/es/schemas/DataspaceProtocolCatalogError.json +1 -2
  2. package/dist/es/schemas/DataspaceProtocolCatalogRequestMessage.json +1 -2
  3. package/dist/es/schemas/DataspaceProtocolContractAgreementMessage.json +1 -2
  4. package/dist/es/schemas/DataspaceProtocolContractAgreementVerificationMessage.json +1 -2
  5. package/dist/es/schemas/DataspaceProtocolContractNegotiation.json +1 -2
  6. package/dist/es/schemas/DataspaceProtocolContractNegotiationError.json +1 -2
  7. package/dist/es/schemas/DataspaceProtocolContractNegotiationEventMessage.json +1 -2
  8. package/dist/es/schemas/DataspaceProtocolContractNegotiationTerminationMessage.json +1 -2
  9. package/dist/es/schemas/DataspaceProtocolContractOfferMessage.json +1 -2
  10. package/dist/es/schemas/DataspaceProtocolContractRequestMessage.json +1 -2
  11. package/dist/es/schemas/DataspaceProtocolDataAddress.json +1 -2
  12. package/dist/es/schemas/DataspaceProtocolDatasetRequestMessage.json +1 -2
  13. package/dist/es/schemas/DataspaceProtocolEndpointProperty.json +1 -2
  14. package/dist/es/schemas/DataspaceProtocolTransferCompletionMessage.json +1 -2
  15. package/dist/es/schemas/DataspaceProtocolTransferError.json +1 -2
  16. package/dist/es/schemas/DataspaceProtocolTransferProcess.json +1 -2
  17. package/dist/es/schemas/DataspaceProtocolTransferRequestMessage.json +1 -2
  18. package/dist/es/schemas/DataspaceProtocolTransferStartMessage.json +1 -2
  19. package/dist/es/schemas/DataspaceProtocolTransferSuspensionMessage.json +1 -2
  20. package/dist/es/schemas/DataspaceProtocolTransferTerminationMessage.json +1 -2
  21. package/docs/changelog.md +17 -0
  22. package/package.json +3 -3
@@ -73,6 +73,5 @@
73
73
  "@context",
74
74
  "@type",
75
75
  "code"
76
- ],
77
- "additionalProperties": false
76
+ ]
78
77
  }
@@ -68,6 +68,5 @@
68
68
  "required": [
69
69
  "@context",
70
70
  "@type"
71
- ],
72
- "additionalProperties": false
71
+ ]
73
72
  }
@@ -82,6 +82,5 @@
82
82
  "providerPid",
83
83
  "consumerPid",
84
84
  "agreement"
85
- ],
86
- "additionalProperties": false
85
+ ]
87
86
  }
@@ -73,6 +73,5 @@
73
73
  "@type",
74
74
  "providerPid",
75
75
  "consumerPid"
76
- ],
77
- "additionalProperties": false
76
+ ]
78
77
  }
@@ -78,6 +78,5 @@
78
78
  "providerPid",
79
79
  "consumerPid",
80
80
  "state"
81
- ],
82
- "additionalProperties": false
81
+ ]
83
82
  }
@@ -82,6 +82,5 @@
82
82
  "@type",
83
83
  "providerPid",
84
84
  "consumerPid"
85
- ],
86
- "additionalProperties": false
85
+ ]
87
86
  }
@@ -78,6 +78,5 @@
78
78
  "providerPid",
79
79
  "consumerPid",
80
80
  "event"
81
- ],
82
- "additionalProperties": false
81
+ ]
83
82
  }
@@ -82,6 +82,5 @@
82
82
  "@type",
83
83
  "providerPid",
84
84
  "consumerPid"
85
- ],
86
- "additionalProperties": false
85
+ ]
87
86
  }
@@ -81,6 +81,5 @@
81
81
  "@type",
82
82
  "providerPid",
83
83
  "offer"
84
- ],
85
- "additionalProperties": false
84
+ ]
86
85
  }
@@ -81,6 +81,5 @@
81
81
  "@type",
82
82
  "consumerPid",
83
83
  "offer"
84
- ],
85
- "additionalProperties": false
84
+ ]
86
85
  }
@@ -28,6 +28,5 @@
28
28
  "required": [
29
29
  "@type",
30
30
  "endpointType"
31
- ],
32
- "additionalProperties": false
31
+ ]
33
32
  }
@@ -68,6 +68,5 @@
68
68
  "@context",
69
69
  "@type",
70
70
  "dataset"
71
- ],
72
- "additionalProperties": false
71
+ ]
73
72
  }
@@ -22,6 +22,5 @@
22
22
  "@type",
23
23
  "name",
24
24
  "value"
25
- ],
26
- "additionalProperties": false
25
+ ]
27
26
  }
@@ -73,6 +73,5 @@
73
73
  "@type",
74
74
  "consumerPid",
75
75
  "providerPid"
76
- ],
77
- "additionalProperties": false
76
+ ]
78
77
  }
@@ -82,6 +82,5 @@
82
82
  "@type",
83
83
  "consumerPid",
84
84
  "providerPid"
85
- ],
86
- "additionalProperties": false
85
+ ]
87
86
  }
@@ -78,6 +78,5 @@
78
78
  "consumerPid",
79
79
  "providerPid",
80
80
  "state"
81
- ],
82
- "additionalProperties": false
81
+ ]
83
82
  }
@@ -87,6 +87,5 @@
87
87
  "callbackAddress",
88
88
  "consumerPid",
89
89
  "format"
90
- ],
91
- "additionalProperties": false
90
+ ]
92
91
  }
@@ -77,6 +77,5 @@
77
77
  "@type",
78
78
  "consumerPid",
79
79
  "providerPid"
80
- ],
81
- "additionalProperties": false
80
+ ]
82
81
  }
@@ -82,6 +82,5 @@
82
82
  "@type",
83
83
  "consumerPid",
84
84
  "providerPid"
85
- ],
86
- "additionalProperties": false
85
+ ]
87
86
  }
@@ -82,6 +82,5 @@
82
82
  "@type",
83
83
  "consumerPid",
84
84
  "providerPid"
85
- ],
86
- "additionalProperties": false
85
+ ]
87
86
  }
package/docs/changelog.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.43](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.42...standards-dataspace-protocol-v0.0.3-next.43) (2026-02-25)
4
+
5
+
6
+ ### Features
7
+
8
+ * update schemas to support additional properties ([4679e21](https://github.com/twinfoundation/standards/commit/4679e21728a54cb587f120874841c3d1ed3771de))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/standards-w3c-dcat bumped from 0.0.3-next.42 to 0.0.3-next.43
16
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.42 to 0.0.3-next.43
17
+ * devDependencies
18
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.42 to 0.0.3-next.43
19
+
3
20
  ## [0.0.3-next.42](https://github.com/twinfoundation/standards/compare/standards-dataspace-protocol-v0.0.3-next.41...standards-dataspace-protocol-v0.0.3-next.42) (2026-02-25)
4
21
 
5
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-dataspace-protocol",
3
- "version": "0.0.3-next.42",
3
+ "version": "0.0.3-next.43",
4
4
  "description": "Models which define the structure of Dataspace Protocol",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,8 +17,8 @@
17
17
  "@twin.org/core": "next",
18
18
  "@twin.org/data-core": "next",
19
19
  "@twin.org/data-json-ld": "next",
20
- "@twin.org/standards-w3c-dcat": "0.0.3-next.42",
21
- "@twin.org/standards-w3c-odrl": "0.0.3-next.42",
20
+ "@twin.org/standards-w3c-dcat": "0.0.3-next.43",
21
+ "@twin.org/standards-w3c-odrl": "0.0.3-next.43",
22
22
  "@twin.org/web": "next"
23
23
  },
24
24
  "main": "./dist/es/index.js",