@twin.org/federated-catalogue-service 0.0.2-next.5 → 0.0.2-next.6
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 +14 -0
- package/package.json +2 -2
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @twin.org/federated-catalogue-service - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.2-next.6](https://github.com/twinfoundation/federated-catalogue/compare/federated-catalogue-service-v0.0.2-next.5...federated-catalogue-service-v0.0.2-next.6) (2025-10-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* tests now passing. Gaia-X direct references are removed ([#24](https://github.com/twinfoundation/federated-catalogue/issues/24)) ([845dfe3](https://github.com/twinfoundation/federated-catalogue/commit/845dfe312efe6069ba8487c926f029550a24fa84))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/federated-catalogue-models bumped from 0.0.2-next.5 to 0.0.2-next.6
|
|
16
|
+
|
|
3
17
|
## [0.0.2-next.5](https://github.com/twinfoundation/federated-catalogue/compare/federated-catalogue-service-v0.0.2-next.4...federated-catalogue-service-v0.0.2-next.5) (2025-10-09)
|
|
4
18
|
|
|
5
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@twin.org/federated-catalogue-service",
|
|
3
|
-
"version": "0.0.2-next.
|
|
3
|
+
"version": "0.0.2-next.6",
|
|
4
4
|
"description": "Federated Catalogue contract implementation and REST endpoint definitions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@twin.org/data-json-ld": "next",
|
|
21
21
|
"@twin.org/entity": "next",
|
|
22
22
|
"@twin.org/entity-storage-models": "next",
|
|
23
|
-
"@twin.org/federated-catalogue-models": "0.0.2-next.
|
|
23
|
+
"@twin.org/federated-catalogue-models": "0.0.2-next.6",
|
|
24
24
|
"@twin.org/identity-models": "next",
|
|
25
25
|
"@twin.org/identity-service": "next",
|
|
26
26
|
"@twin.org/logging-models": "next",
|