@twin.org/rights-management-models 0.0.3-next.37 → 0.0.3-next.39

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 (2) hide show
  1. package/docs/changelog.md +14 -0
  2. package/package.json +3 -3
package/docs/changelog.md CHANGED
@@ -6,6 +6,20 @@
6
6
 
7
7
  * remove EcosystemPolicy models/DTOs and standardize policy typing on `OdrlPolicyType` for v2.
8
8
 
9
+ ## [0.0.3-next.39](https://github.com/iotaledger/twin-rights-management/compare/rights-management-models-v0.0.3-next.38...rights-management-models-v0.0.3-next.39) (2026-06-02)
10
+
11
+
12
+ ### Miscellaneous Chores
13
+
14
+ * **rights-management-models:** Synchronize repo versions
15
+
16
+ ## [0.0.3-next.38](https://github.com/iotaledger/twin-rights-management/compare/rights-management-models-v0.0.3-next.37...rights-management-models-v0.0.3-next.38) (2026-06-02)
17
+
18
+
19
+ ### Miscellaneous Chores
20
+
21
+ * **rights-management-models:** Synchronize repo versions
22
+
9
23
  ## [0.0.3-next.37](https://github.com/iotaledger/twin-rights-management/compare/rights-management-models-v0.0.3-next.36...rights-management-models-v0.0.3-next.37) (2026-05-26)
10
24
 
11
25
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@twin.org/rights-management-models",
3
- "version": "0.0.3-next.37",
3
+ "version": "0.0.3-next.39",
4
4
  "description": "Data model definitions for rights management policies, negotiations, and service contracts.",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/iotaledger/rights-management.git",
7
+ "url": "git+https://github.com/iotaledger/twin-rights-management.git",
8
8
  "directory": "packages/rights-management-models"
9
9
  },
10
10
  "author": "martyn.janes@iota.org",
@@ -54,7 +54,7 @@
54
54
  "schemas"
55
55
  ],
56
56
  "bugs": {
57
- "url": "git+https://github.com/iotaledger/rights-management/issues"
57
+ "url": "git+https://github.com/iotaledger/twin-rights-management/issues"
58
58
  },
59
59
  "homepage": "https://twindev.org"
60
60
  }