@twin.org/rights-management-service 0.9.0-next.1 → 0.9.0
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 +8 -0
- package/package.json +12 -12
package/docs/changelog.md
CHANGED
|
@@ -6,6 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
* remove EcosystemPolicy support from PAP/REST routes and generated API surface for v2.
|
|
8
8
|
|
|
9
|
+
## [0.9.0](https://github.com/iotaledger/twin-rights-management/compare/rights-management-service-v0.9.0...rights-management-service-v0.9.0) (2026-06-25)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
* release to production ([947f85a](https://github.com/iotaledger/twin-rights-management/commit/947f85ab9e23c117135dba7008a75c2d85435259))
|
|
15
|
+
* release to production ([#223](https://github.com/iotaledger/twin-rights-management/issues/223)) ([8188fe6](https://github.com/iotaledger/twin-rights-management/commit/8188fe643107e3d4989b45a313d3f451e51e4b52))
|
|
16
|
+
|
|
9
17
|
## [0.9.0-next.1](https://github.com/iotaledger/twin-rights-management/compare/rights-management-service-v0.9.0-next.0...rights-management-service-v0.9.0-next.1) (2026-06-23)
|
|
10
18
|
|
|
11
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/rights-management-service",
|
|
3
|
-
"version": "0.9.0
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "Unified rights management service exposing policy and negotiation capabilities.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -18,17 +18,17 @@
|
|
|
18
18
|
"node": ">=20.0.0"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@twin.org/api-models": "0.9.0
|
|
22
|
-
"@twin.org/context": "0.9.0
|
|
23
|
-
"@twin.org/core": "0.9.0
|
|
24
|
-
"@twin.org/data-json-ld": "0.9.0
|
|
25
|
-
"@twin.org/entity": "0.9.0
|
|
26
|
-
"@twin.org/nameof": "0.9.0
|
|
27
|
-
"@twin.org/rights-management-models": "0.9.0
|
|
28
|
-
"@twin.org/standards-dataspace-protocol": "0.9.0
|
|
29
|
-
"@twin.org/standards-w3c-did": "0.9.0
|
|
30
|
-
"@twin.org/standards-w3c-odrl": "0.9.0
|
|
31
|
-
"@twin.org/web": "0.9.0
|
|
21
|
+
"@twin.org/api-models": "^0.9.0",
|
|
22
|
+
"@twin.org/context": "^0.9.0",
|
|
23
|
+
"@twin.org/core": "^0.9.0",
|
|
24
|
+
"@twin.org/data-json-ld": "^0.9.0",
|
|
25
|
+
"@twin.org/entity": "^0.9.0",
|
|
26
|
+
"@twin.org/nameof": "^0.9.0",
|
|
27
|
+
"@twin.org/rights-management-models": "^0.9.0",
|
|
28
|
+
"@twin.org/standards-dataspace-protocol": "^0.9.0",
|
|
29
|
+
"@twin.org/standards-w3c-did": "^0.9.0",
|
|
30
|
+
"@twin.org/standards-w3c-odrl": "^0.9.0",
|
|
31
|
+
"@twin.org/web": "^0.9.0"
|
|
32
32
|
},
|
|
33
33
|
"main": "./dist/es/index.js",
|
|
34
34
|
"types": "./dist/types/index.d.ts",
|