@twin.org/rights-management-models 0.0.3-next.32 → 0.0.3-next.33

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 +12 -5
  2. package/package.json +3 -3
package/docs/changelog.md CHANGED
@@ -6,26 +6,33 @@
6
6
 
7
7
  * remove EcosystemPolicy models/DTOs and standardize policy typing on `OdrlPolicyType` for v2.
8
8
 
9
- ## [0.0.3-next.32](https://github.com/twinfoundation/twin-rights-management/compare/rights-management-models-v0.0.3-next.31...rights-management-models-v0.0.3-next.32) (2026-05-05)
9
+ ## [0.0.3-next.33](https://github.com/iotaledger/twin-rights-management/compare/rights-management-models-v0.0.3-next.32...rights-management-models-v0.0.3-next.33) (2026-05-11)
10
+
11
+
12
+ ### Features
13
+
14
+ * typescript 6 update ([18f6f1e](https://github.com/iotaledger/twin-rights-management/commit/18f6f1edba890462c068ba0b76ae6dd005e798be))
15
+
16
+ ## [0.0.3-next.32](https://github.com/iotaledger/twin-rights-management/compare/rights-management-models-v0.0.3-next.31...rights-management-models-v0.0.3-next.32) (2026-05-05)
10
17
 
11
18
 
12
19
  ### Miscellaneous Chores
13
20
 
14
21
  * **rights-management-models:** Synchronize repo versions
15
22
 
16
- ## [0.0.3-next.31](https://github.com/twinfoundation/twin-rights-management/compare/rights-management-models-v0.0.3-next.30...rights-management-models-v0.0.3-next.31) (2026-05-01)
23
+ ## [0.0.3-next.31](https://github.com/iotaledger/twin-rights-management/compare/rights-management-models-v0.0.3-next.30...rights-management-models-v0.0.3-next.31) (2026-05-01)
17
24
 
18
25
 
19
26
  ### Features
20
27
 
21
- * pnp callback encryption, getDatasetTargets helper, engine-driven callbackPath ([#132](https://github.com/twinfoundation/twin-rights-management/issues/132)) ([e642154](https://github.com/twinfoundation/twin-rights-management/commit/e6421546336bfa73a7c0a9fe102beeaa518249dd))
28
+ * pnp callback encryption, getDatasetTargets helper, engine-driven callbackPath ([#132](https://github.com/iotaledger/twin-rights-management/issues/132)) ([e642154](https://github.com/iotaledger/twin-rights-management/commit/e6421546336bfa73a7c0a9fe102beeaa518249dd))
22
29
 
23
- ## [0.0.3-next.30](https://github.com/twinfoundation/twin-rights-management/compare/rights-management-models-v0.0.3-next.29...rights-management-models-v0.0.3-next.30) (2026-04-29)
30
+ ## [0.0.3-next.30](https://github.com/iotaledger/twin-rights-management/compare/rights-management-models-v0.0.3-next.29...rights-management-models-v0.0.3-next.30) (2026-04-29)
24
31
 
25
32
 
26
33
  ### Features
27
34
 
28
- * add canonical twin:jsonPath operand support with legacy compatibility ([#126](https://github.com/twinfoundation/twin-rights-management/issues/126)) ([3ab8078](https://github.com/twinfoundation/twin-rights-management/commit/3ab8078cacc47a09202e73d66d788276ae218025))
35
+ * add canonical twin:jsonPath operand support with legacy compatibility ([#126](https://github.com/iotaledger/twin-rights-management/issues/126)) ([3ab8078](https://github.com/iotaledger/twin-rights-management/commit/3ab8078cacc47a09202e73d66d788276ae218025))
29
36
 
30
37
  ## [0.0.3-next.29](https://github.com/iotaledger/twin-rights-management/compare/rights-management-models-v0.0.3-next.28...rights-management-models-v0.0.3-next.29) (2026-04-10)
31
38
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@twin.org/rights-management-models",
3
- "version": "0.0.3-next.32",
3
+ "version": "0.0.3-next.33",
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/twinfoundation/rights-management.git",
7
+ "url": "git+https://github.com/iotaledger/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/twinfoundation/rights-management/issues"
57
+ "url": "git+https://github.com/iotaledger/rights-management/issues"
58
58
  },
59
59
  "homepage": "https://twindev.org"
60
60
  }