@twin.org/standards-w3c-odrl 0.0.1-next.49 → 0.0.2-next.1

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.
@@ -2,14 +2,14 @@
2
2
  * The contexts for ODRL.
3
3
  */
4
4
  export declare const OdrlContexts: {
5
- /**
6
- * The context root for ODRL.
7
- */
8
- readonly ContextRedirect: "https://www.w3.org/ns/odrl.jsonld";
9
5
  /**
10
6
  * The context root for ODRL vocabulary.
11
7
  */
12
8
  readonly ContextRoot: "https://www.w3.org/ns/odrl/2/";
9
+ /**
10
+ * The context root for ODRL.
11
+ */
12
+ readonly ContextRedirect: "https://www.w3.org/ns/odrl.jsonld";
13
13
  };
14
14
  /**
15
15
  * The contexts for ODRL.
package/docs/changelog.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @twin.org/standards-w3c-odrl - Changelog
2
2
 
3
+ ## [0.0.2-next.1](https://github.com/twinfoundation/standards/compare/standards-w3c-odrl-v0.0.2-next.0...standards-w3c-odrl-v0.0.2-next.1) (2025-07-14)
4
+
5
+
6
+ ### Features
7
+
8
+ * improve LD Context definition for ODRL ([#28](https://github.com/twinfoundation/standards/issues/28)) ([3362fb0](https://github.com/twinfoundation/standards/commit/3362fb0fe301bef56f4d67955f21e44b9119b8ef))
9
+ * normalise type outputs ([0b3aed7](https://github.com/twinfoundation/standards/commit/0b3aed7df0802cd609423bbd7fda6bde601d3ceb))
10
+ * update ODRL data types and context definitions ([#31](https://github.com/twinfoundation/standards/issues/31)) ([ade0169](https://github.com/twinfoundation/standards/commit/ade0169d1049e7812bfc128ce5c16512548714fa))
11
+ * update to latest JSON schema spec ([7a23930](https://github.com/twinfoundation/standards/commit/7a2393032d7f48bfb20d3a484f981fb6dd83a92c))
12
+ * update ts-to-schema generation ([0905daa](https://github.com/twinfoundation/standards/commit/0905daa4a344ed35fc37b7f12fcf9ce9d34e4bd6))
13
+ * use shared store mechanism ([#11](https://github.com/twinfoundation/standards/issues/11)) ([96fa237](https://github.com/twinfoundation/standards/commit/96fa23735f69c1fc7e3d0019b527634fa0a042d9))
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * incorrect base url for JSON-LD references in ODRL ([f66db7e](https://github.com/twinfoundation/standards/commit/f66db7ee8f3deaae96fe64bc67e3c93b593e9b8c))
19
+
20
+
21
+ ### Dependencies
22
+
23
+ * The following workspace dependencies were updated
24
+ * dependencies
25
+ * @twin.org/standards-w3c-vcard bumped from 0.0.2-next.0 to 0.0.2-next.1
26
+ * @twin.org/standards-dublin-core bumped from 0.0.2-next.0 to 0.0.2-next.1
27
+
28
+ ## 0.0.1 (2025-07-03)
29
+
30
+
31
+ ### Features
32
+
33
+ * release to production ([2ae4125](https://github.com/twinfoundation/standards/commit/2ae4125f305d4714b50036eb8a0bd47e4100a7be))
34
+
35
+
36
+ ### Dependencies
37
+
38
+ * The following workspace dependencies were updated
39
+ * dependencies
40
+ * @twin.org/standards-w3c-vcard bumped from ^0.0.0 to ^0.0.1
41
+ * @twin.org/standards-dublin-core bumped from ^0.0.0 to ^0.0.1
42
+
3
43
  ## [0.0.1-next.49](https://github.com/twinfoundation/standards/compare/standards-w3c-odrl-v0.0.1-next.48...standards-w3c-odrl-v0.0.1-next.49) (2025-06-18)
4
44
 
5
45
 
@@ -6,14 +6,14 @@ The contexts for ODRL.
6
6
 
7
7
  ## Type declaration
8
8
 
9
- ### ContextRedirect
10
-
11
- > `readonly` **ContextRedirect**: `"https://www.w3.org/ns/odrl.jsonld"` = `"https://www.w3.org/ns/odrl.jsonld"`
12
-
13
- The context root for ODRL.
14
-
15
9
  ### ContextRoot
16
10
 
17
11
  > `readonly` **ContextRoot**: `"https://www.w3.org/ns/odrl/2/"` = `"https://www.w3.org/ns/odrl/2/"`
18
12
 
19
13
  The context root for ODRL vocabulary.
14
+
15
+ ### ContextRedirect
16
+
17
+ > `readonly` **ContextRedirect**: `"https://www.w3.org/ns/odrl.jsonld"` = `"https://www.w3.org/ns/odrl.jsonld"`
18
+
19
+ The context root for ODRL.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-w3c-odrl",
3
- "version": "0.0.1-next.49",
3
+ "version": "0.0.2-next.1",
4
4
  "description": "Models which define the structure of W3C ODRL Standard",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,8 +17,8 @@
17
17
  "@twin.org/core": "next",
18
18
  "@twin.org/data-core": "next",
19
19
  "@twin.org/data-json-ld": "next",
20
- "@twin.org/standards-dublin-core": "0.0.1-next.49",
21
- "@twin.org/standards-w3c-vcard": "0.0.1-next.49",
20
+ "@twin.org/standards-dublin-core": "0.0.2-next.1",
21
+ "@twin.org/standards-w3c-vcard": "0.0.2-next.1",
22
22
  "@twin.org/web": "next"
23
23
  },
24
24
  "main": "./dist/cjs/index.cjs",