@twin.org/rights-management-plugins 0.0.3-next.31 → 0.0.3-next.32

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 +22 -0
  2. package/package.json +2 -2
package/docs/changelog.md CHANGED
@@ -6,6 +6,28 @@
6
6
 
7
7
  * remove EcosystemPolicy-related examples/assumptions; plugins now target standard ODRL policy types for v2.
8
8
 
9
+ ## [0.0.3-next.32](https://github.com/twinfoundation/twin-rights-management/compare/rights-management-plugins-v0.0.3-next.31...rights-management-plugins-v0.0.3-next.32) (2026-05-05)
10
+
11
+
12
+ ### Miscellaneous Chores
13
+
14
+ * **rights-management-plugins:** Synchronize repo versions
15
+
16
+
17
+ ### Dependencies
18
+
19
+ * The following workspace dependencies were updated
20
+ * dependencies
21
+ * @twin.org/rights-management-models bumped from 0.0.3-next.31 to 0.0.3-next.32
22
+ * devDependencies
23
+ * @twin.org/rights-management-pap-service bumped from 0.0.3-next.31 to 0.0.3-next.32
24
+ * @twin.org/rights-management-pdp-service bumped from 0.0.3-next.31 to 0.0.3-next.32
25
+ * @twin.org/rights-management-pep-service bumped from 0.0.3-next.31 to 0.0.3-next.32
26
+ * @twin.org/rights-management-pip-service bumped from 0.0.3-next.31 to 0.0.3-next.32
27
+ * @twin.org/rights-management-pmp-service bumped from 0.0.3-next.31 to 0.0.3-next.32
28
+ * @twin.org/rights-management-pnp-service bumped from 0.0.3-next.31 to 0.0.3-next.32
29
+ * @twin.org/rights-management-pxp-service bumped from 0.0.3-next.31 to 0.0.3-next.32
30
+
9
31
  ## [0.0.3-next.31](https://github.com/twinfoundation/twin-rights-management/compare/rights-management-plugins-v0.0.3-next.30...rights-management-plugins-v0.0.3-next.31) (2026-05-01)
10
32
 
11
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/rights-management-plugins",
3
- "version": "0.0.3-next.31",
3
+ "version": "0.0.3-next.32",
4
4
  "description": "Plugin implementations for extending rights management behaviour across components.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -25,7 +25,7 @@
25
25
  "@twin.org/data-json-path": "next",
26
26
  "@twin.org/logging-models": "next",
27
27
  "@twin.org/nameof": "next",
28
- "@twin.org/rights-management-models": "0.0.3-next.31",
28
+ "@twin.org/rights-management-models": "0.0.3-next.32",
29
29
  "@twin.org/standards-w3c-odrl": "next"
30
30
  },
31
31
  "main": "./dist/es/index.js",