@twin.org/rights-management-plugins 0.0.3-next.37 → 0.0.3-next.39

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 +44 -0
  2. package/package.json +4 -4
package/docs/changelog.md CHANGED
@@ -6,6 +6,50 @@
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.39](https://github.com/iotaledger/twin-rights-management/compare/rights-management-plugins-v0.0.3-next.38...rights-management-plugins-v0.0.3-next.39) (2026-06-02)
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.38 to 0.0.3-next.39
22
+ * devDependencies
23
+ * @twin.org/rights-management-pap-service bumped from 0.0.3-next.38 to 0.0.3-next.39
24
+ * @twin.org/rights-management-pdp-service bumped from 0.0.3-next.38 to 0.0.3-next.39
25
+ * @twin.org/rights-management-pep-service bumped from 0.0.3-next.38 to 0.0.3-next.39
26
+ * @twin.org/rights-management-pip-service bumped from 0.0.3-next.38 to 0.0.3-next.39
27
+ * @twin.org/rights-management-pmp-service bumped from 0.0.3-next.38 to 0.0.3-next.39
28
+ * @twin.org/rights-management-pnp-service bumped from 0.0.3-next.38 to 0.0.3-next.39
29
+ * @twin.org/rights-management-pxp-service bumped from 0.0.3-next.38 to 0.0.3-next.39
30
+
31
+ ## [0.0.3-next.38](https://github.com/iotaledger/twin-rights-management/compare/rights-management-plugins-v0.0.3-next.37...rights-management-plugins-v0.0.3-next.38) (2026-06-02)
32
+
33
+
34
+ ### Miscellaneous Chores
35
+
36
+ * **rights-management-plugins:** Synchronize repo versions
37
+
38
+
39
+ ### Dependencies
40
+
41
+ * The following workspace dependencies were updated
42
+ * dependencies
43
+ * @twin.org/rights-management-models bumped from 0.0.3-next.37 to 0.0.3-next.38
44
+ * devDependencies
45
+ * @twin.org/rights-management-pap-service bumped from 0.0.3-next.37 to 0.0.3-next.38
46
+ * @twin.org/rights-management-pdp-service bumped from 0.0.3-next.37 to 0.0.3-next.38
47
+ * @twin.org/rights-management-pep-service bumped from 0.0.3-next.37 to 0.0.3-next.38
48
+ * @twin.org/rights-management-pip-service bumped from 0.0.3-next.37 to 0.0.3-next.38
49
+ * @twin.org/rights-management-pmp-service bumped from 0.0.3-next.37 to 0.0.3-next.38
50
+ * @twin.org/rights-management-pnp-service bumped from 0.0.3-next.37 to 0.0.3-next.38
51
+ * @twin.org/rights-management-pxp-service bumped from 0.0.3-next.37 to 0.0.3-next.38
52
+
9
53
  ## [0.0.3-next.37](https://github.com/iotaledger/twin-rights-management/compare/rights-management-plugins-v0.0.3-next.36...rights-management-plugins-v0.0.3-next.37) (2026-05-26)
10
54
 
11
55
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@twin.org/rights-management-plugins",
3
- "version": "0.0.3-next.37",
3
+ "version": "0.0.3-next.39",
4
4
  "description": "Plugin implementations for extending rights management behaviour across components.",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/iotaledger/rights-management.git",
7
+ "url": "git+https://github.com/iotaledger/twin-rights-management.git",
8
8
  "directory": "packages/rights-management-plugins"
9
9
  },
10
10
  "contributors": [
@@ -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.37",
28
+ "@twin.org/rights-management-models": "0.0.3-next.39",
29
29
  "@twin.org/standards-w3c-odrl": "next"
30
30
  },
31
31
  "main": "./dist/es/index.js",
@@ -53,7 +53,7 @@
53
53
  "rights-management"
54
54
  ],
55
55
  "bugs": {
56
- "url": "git+https://github.com/iotaledger/rights-management/issues"
56
+ "url": "git+https://github.com/iotaledger/twin-rights-management/issues"
57
57
  },
58
58
  "homepage": "https://twindev.org"
59
59
  }