@twin.org/standards-w3c-odrl 0.0.3-next.2 → 0.0.3-next.4

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.
@@ -8,7 +8,7 @@ export const OdrlContexts = {
8
8
  /**
9
9
  * The context root for ODRL vocabulary.
10
10
  */
11
- ContextRoot: "https://www.w3.org/ns/odrl/2/",
11
+ ContextRoot: "http://www.w3.org/ns/odrl/2/",
12
12
  /**
13
13
  * The context root for ODRL.
14
14
  */
@@ -1 +1 @@
1
- {"version":3,"file":"odrlContexts.js","sourceRoot":"","sources":["../../../src/models/odrlContexts.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AAEvC;;GAEG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,YAAY,GAAG;IAC3B;;OAEG;IACH,WAAW,EAAE,+BAA+B;IAE5C;;OAEG;IACH,eAAe,EAAE,mCAAmC;CAC3C,CAAC","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * The contexts for ODRL.\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const OdrlContexts = {\n\t/**\n\t * The context root for ODRL vocabulary.\n\t */\n\tContextRoot: \"https://www.w3.org/ns/odrl/2/\",\n\n\t/**\n\t * The context root for ODRL.\n\t */\n\tContextRedirect: \"https://www.w3.org/ns/odrl.jsonld\"\n} as const;\n\n/**\n * The contexts for ODRL.\n */\nexport type OdrlContexts = (typeof OdrlContexts)[keyof typeof OdrlContexts];\n"]}
1
+ {"version":3,"file":"odrlContexts.js","sourceRoot":"","sources":["../../../src/models/odrlContexts.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,uCAAuC;AAEvC;;GAEG;AACH,gEAAgE;AAChE,MAAM,CAAC,MAAM,YAAY,GAAG;IAC3B;;OAEG;IACH,WAAW,EAAE,8BAA8B;IAE3C;;OAEG;IACH,eAAe,EAAE,mCAAmC;CAC3C,CAAC","sourcesContent":["// Copyright 2024 IOTA Stiftung.\n// SPDX-License-Identifier: Apache-2.0.\n\n/**\n * The contexts for ODRL.\n */\n// eslint-disable-next-line @typescript-eslint/naming-convention\nexport const OdrlContexts = {\n\t/**\n\t * The context root for ODRL vocabulary.\n\t */\n\tContextRoot: \"http://www.w3.org/ns/odrl/2/\",\n\n\t/**\n\t * The context root for ODRL.\n\t */\n\tContextRedirect: \"https://www.w3.org/ns/odrl.jsonld\"\n} as const;\n\n/**\n * The contexts for ODRL.\n */\nexport type OdrlContexts = (typeof OdrlContexts)[keyof typeof OdrlContexts];\n"]}
@@ -9,7 +9,7 @@
9
9
  "anyOf": [
10
10
  {
11
11
  "type": "string",
12
- "const": "https://www.w3.org/ns/odrl/2/"
12
+ "const": "http://www.w3.org/ns/odrl/2/"
13
13
  },
14
14
  {
15
15
  "type": "array",
@@ -17,7 +17,7 @@
17
17
  "prefixItems": [
18
18
  {
19
19
  "type": "string",
20
- "const": "https://www.w3.org/ns/odrl/2/"
20
+ "const": "http://www.w3.org/ns/odrl/2/"
21
21
  },
22
22
  {
23
23
  "$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
@@ -36,7 +36,7 @@
36
36
  },
37
37
  {
38
38
  "type": "string",
39
- "const": "https://www.w3.org/ns/odrl/2/"
39
+ "const": "http://www.w3.org/ns/odrl/2/"
40
40
  }
41
41
  ],
42
42
  "items": {
@@ -9,7 +9,7 @@
9
9
  "anyOf": [
10
10
  {
11
11
  "type": "string",
12
- "const": "https://www.w3.org/ns/odrl/2/"
12
+ "const": "http://www.w3.org/ns/odrl/2/"
13
13
  },
14
14
  {
15
15
  "type": "array",
@@ -17,7 +17,7 @@
17
17
  "prefixItems": [
18
18
  {
19
19
  "type": "string",
20
- "const": "https://www.w3.org/ns/odrl/2/"
20
+ "const": "http://www.w3.org/ns/odrl/2/"
21
21
  },
22
22
  {
23
23
  "$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
@@ -36,7 +36,7 @@
36
36
  },
37
37
  {
38
38
  "type": "string",
39
- "const": "https://www.w3.org/ns/odrl/2/"
39
+ "const": "http://www.w3.org/ns/odrl/2/"
40
40
  }
41
41
  ],
42
42
  "items": {
@@ -9,7 +9,7 @@
9
9
  "anyOf": [
10
10
  {
11
11
  "type": "string",
12
- "const": "https://www.w3.org/ns/odrl/2/"
12
+ "const": "http://www.w3.org/ns/odrl/2/"
13
13
  },
14
14
  {
15
15
  "type": "array",
@@ -17,7 +17,7 @@
17
17
  "prefixItems": [
18
18
  {
19
19
  "type": "string",
20
- "const": "https://www.w3.org/ns/odrl/2/"
20
+ "const": "http://www.w3.org/ns/odrl/2/"
21
21
  },
22
22
  {
23
23
  "$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
@@ -36,7 +36,7 @@
36
36
  },
37
37
  {
38
38
  "type": "string",
39
- "const": "https://www.w3.org/ns/odrl/2/"
39
+ "const": "http://www.w3.org/ns/odrl/2/"
40
40
  }
41
41
  ],
42
42
  "items": {
@@ -9,7 +9,7 @@
9
9
  "anyOf": [
10
10
  {
11
11
  "type": "string",
12
- "const": "https://www.w3.org/ns/odrl/2/"
12
+ "const": "http://www.w3.org/ns/odrl/2/"
13
13
  },
14
14
  {
15
15
  "type": "array",
@@ -17,7 +17,7 @@
17
17
  "prefixItems": [
18
18
  {
19
19
  "type": "string",
20
- "const": "https://www.w3.org/ns/odrl/2/"
20
+ "const": "http://www.w3.org/ns/odrl/2/"
21
21
  },
22
22
  {
23
23
  "$ref": "https://schema.twindev.org/json-ld/JsonLdContextDefinitionElement"
@@ -36,7 +36,7 @@
36
36
  },
37
37
  {
38
38
  "type": "string",
39
- "const": "https://www.w3.org/ns/odrl/2/"
39
+ "const": "http://www.w3.org/ns/odrl/2/"
40
40
  }
41
41
  ],
42
42
  "items": {
@@ -5,7 +5,7 @@ export declare const OdrlContexts: {
5
5
  /**
6
6
  * The context root for ODRL vocabulary.
7
7
  */
8
- readonly ContextRoot: "https://www.w3.org/ns/odrl/2/";
8
+ readonly ContextRoot: "http://www.w3.org/ns/odrl/2/";
9
9
  /**
10
10
  * The context root for ODRL.
11
11
  */
package/docs/changelog.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @twin.org/standards-w3c-odrl - Changelog
2
2
 
3
+ ## [0.0.3-next.4](https://github.com/twinfoundation/standards/compare/standards-w3c-odrl-v0.0.3-next.3...standards-w3c-odrl-v0.0.3-next.4) (2025-11-18)
4
+
5
+
6
+ ### Miscellaneous Chores
7
+
8
+ * **standards-w3c-odrl:** Synchronize repo versions
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/standards-w3c-vcard bumped from 0.0.3-next.3 to 0.0.3-next.4
16
+ * @twin.org/standards-dublin-core bumped from 0.0.3-next.3 to 0.0.3-next.4
17
+
18
+ ## [0.0.3-next.3](https://github.com/twinfoundation/standards/compare/standards-w3c-odrl-v0.0.3-next.2...standards-w3c-odrl-v0.0.3-next.3) (2025-11-18)
19
+
20
+
21
+ ### Features
22
+
23
+ * add w3c dcat standards package ([#68](https://github.com/twinfoundation/standards/issues/68)) ([85746c6](https://github.com/twinfoundation/standards/commit/85746c673464498a52e9c30ce498fd88b81a7434))
24
+
25
+
26
+ ### Dependencies
27
+
28
+ * The following workspace dependencies were updated
29
+ * dependencies
30
+ * @twin.org/standards-w3c-vcard bumped from 0.0.3-next.2 to 0.0.3-next.3
31
+ * @twin.org/standards-dublin-core bumped from 0.0.3-next.2 to 0.0.3-next.3
32
+
3
33
  ## [0.0.3-next.2](https://github.com/twinfoundation/standards/compare/standards-w3c-odrl-v0.0.3-next.1...standards-w3c-odrl-v0.0.3-next.2) (2025-11-11)
4
34
 
5
35
 
@@ -8,7 +8,7 @@ The contexts for ODRL.
8
8
 
9
9
  ### ContextRoot
10
10
 
11
- > `readonly` **ContextRoot**: `"https://www.w3.org/ns/odrl/2/"` = `"https://www.w3.org/ns/odrl/2/"`
11
+ > `readonly` **ContextRoot**: `"http://www.w3.org/ns/odrl/2/"` = `"http://www.w3.org/ns/odrl/2/"`
12
12
 
13
13
  The context root for ODRL vocabulary.
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/standards-w3c-odrl",
3
- "version": "0.0.3-next.2",
3
+ "version": "0.0.3-next.4",
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.3-next.2",
21
- "@twin.org/standards-w3c-vcard": "0.0.3-next.2",
20
+ "@twin.org/standards-dublin-core": "0.0.3-next.4",
21
+ "@twin.org/standards-w3c-vcard": "0.0.3-next.4",
22
22
  "@twin.org/web": "next"
23
23
  },
24
24
  "main": "./dist/es/index.js",