@twin.org/standards-dataspace-protocol 0.0.3-next.61 → 0.0.3-next.62

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.
@@ -3,7 +3,7 @@
3
3
  "$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolContractNegotiationEventType",
4
4
  "title": "DataspaceProtocolContractNegotiationEventType",
5
5
  "description": "The types for Dataspace Protocol Contract Negotiation Events.",
6
- "oneOf": [
6
+ "anyOf": [
7
7
  {
8
8
  "const": "ACCEPTED",
9
9
  "description": "Accepted."
@@ -3,7 +3,7 @@
3
3
  "$id": "https://schema.twindev.org/dataspace-protocol/DataspaceProtocolContractNegotiationStateType",
4
4
  "title": "DataspaceProtocolContractNegotiationStateType",
5
5
  "description": "The types for Dataspace Protocol Contract Negotiation States.",
6
- "oneOf": [
6
+ "anyOf": [
7
7
  {
8
8
  "const": "REQUESTED",
9
9
  "description": "Requested."
package/docs/changelog.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.0.3-next.62](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.61...standards-dataspace-protocol-v0.0.3-next.62) (2026-05-18)
4
+
5
+
6
+ ### Features
7
+
8
+ * update schemas with new enum format ([4851603](https://github.com/iotaledger/twin-standards/commit/4851603f26910fafd7fe22b46533814dba3b041c))
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.61 to 0.0.3-next.62
16
+ * @twin.org/standards-w3c-odrl bumped from 0.0.3-next.61 to 0.0.3-next.62
17
+ * devDependencies
18
+ * @twin.org/standards-ld-contexts bumped from 0.0.3-next.61 to 0.0.3-next.62
19
+
3
20
  ## [0.0.3-next.61](https://github.com/iotaledger/twin-standards/compare/standards-dataspace-protocol-v0.0.3-next.60...standards-dataspace-protocol-v0.0.3-next.61) (2026-05-11)
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.61",
3
+ "version": "0.0.3-next.62",
4
4
  "description": "Data models for the Dataspace Protocol specification.",
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.61",
21
- "@twin.org/standards-w3c-odrl": "0.0.3-next.61",
20
+ "@twin.org/standards-w3c-dcat": "0.0.3-next.62",
21
+ "@twin.org/standards-w3c-odrl": "0.0.3-next.62",
22
22
  "@twin.org/web": "next"
23
23
  },
24
24
  "main": "./dist/es/index.js",