@twin.org/standards-gaia-x 0.0.2-next.14 → 0.0.2-next.15
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.
- package/docs/changelog.md +15 -0
- package/package.json +7 -3
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @twin.org/standards-gaia-x - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.2-next.15](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.2-next.14...standards-gaia-x-v0.0.2-next.15) (2025-10-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* add validate-locales ([838389c](https://github.com/twinfoundation/standards/commit/838389c1daf62ed42397d5758d267c3d1a37fa4d))
|
|
9
|
+
* use full ODRL objects in gaia-x ([5d532cf](https://github.com/twinfoundation/standards/commit/5d532cf519810251407c755efd41385a6f348825))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Dependencies
|
|
13
|
+
|
|
14
|
+
* The following workspace dependencies were updated
|
|
15
|
+
* dependencies
|
|
16
|
+
* @twin.org/standards-w3c-odrl bumped from 0.0.2-next.14 to 0.0.2-next.15
|
|
17
|
+
|
|
3
18
|
## [0.0.2-next.14](https://github.com/twinfoundation/standards/compare/standards-gaia-x-v0.0.2-next.13...standards-gaia-x-v0.0.2-next.14) (2025-10-02)
|
|
4
19
|
|
|
5
20
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/standards-gaia-x",
|
|
3
|
-
"version": "0.0.2-next.
|
|
3
|
+
"version": "0.0.2-next.15",
|
|
4
4
|
"description": "Models which define the structure of Gaia-x",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,7 +17,7 @@
|
|
|
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-w3c-odrl": "0.0.2-next.
|
|
20
|
+
"@twin.org/standards-w3c-odrl": "0.0.2-next.15"
|
|
21
21
|
},
|
|
22
22
|
"main": "./dist/cjs/index.cjs",
|
|
23
23
|
"module": "./dist/esm/index.mjs",
|
|
@@ -46,5 +46,9 @@
|
|
|
46
46
|
"standards",
|
|
47
47
|
"schema",
|
|
48
48
|
"specification"
|
|
49
|
-
]
|
|
49
|
+
],
|
|
50
|
+
"bugs": {
|
|
51
|
+
"url": "git+https://github.com/twinfoundation/standards/issues"
|
|
52
|
+
},
|
|
53
|
+
"homepage": "https://twindev.org"
|
|
50
54
|
}
|