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