@twin.org/rights-management-plugins 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.
Files changed (2) hide show
  1. package/docs/changelog.md +8 -0
  2. package/package.json +11 -11
package/docs/changelog.md CHANGED
@@ -6,6 +6,14 @@
6
6
 
7
7
  * remove EcosystemPolicy-related examples/assumptions; plugins now target standard ODRL policy types for v2.
8
8
 
9
+ ## [0.9.0](https://github.com/iotaledger/twin-rights-management/compare/rights-management-plugins-v0.9.0...rights-management-plugins-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-plugins-v0.9.0-next.0...rights-management-plugins-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-plugins",
3
- "version": "0.9.0-next.1",
3
+ "version": "0.9.0",
4
4
  "description": "Plugin implementations for extending rights management behaviour across components.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,16 +18,16 @@
18
18
  "node": ">=20.0.0"
19
19
  },
20
20
  "dependencies": {
21
- "@twin.org/automation-models": "0.9.0-next.1",
22
- "@twin.org/context": "0.9.0-next.1",
23
- "@twin.org/core": "0.9.0-next.1",
24
- "@twin.org/data-json-ld": "0.9.0-next.1",
25
- "@twin.org/data-json-path": "0.9.0-next.1",
26
- "@twin.org/identity-models": "0.0.3-next.36",
27
- "@twin.org/logging-models": "0.9.0-next.1",
28
- "@twin.org/nameof": "0.9.0-next.1",
29
- "@twin.org/rights-management-models": "0.9.0-next.1",
30
- "@twin.org/standards-w3c-odrl": "0.9.0-next.1"
21
+ "@twin.org/automation-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/data-json-path": "^0.9.0",
26
+ "@twin.org/identity-models": "^0.9.0-next.1",
27
+ "@twin.org/logging-models": "^0.9.0",
28
+ "@twin.org/nameof": "^0.9.0",
29
+ "@twin.org/rights-management-models": "^0.9.0",
30
+ "@twin.org/standards-w3c-odrl": "^0.9.0"
31
31
  },
32
32
  "main": "./dist/es/index.js",
33
33
  "types": "./dist/types/index.d.ts",