@twin.org/federated-catalogue-models 0.0.2-next.2 → 0.0.2-next.3
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/dist/cjs/index.cjs +0 -1
- package/dist/esm/index.mjs +0 -1
- package/docs/changelog.md +7 -0
- package/docs/reference/variables/FederatedCatalogueContexts.md +1 -1
- package/docs/reference/variables/FederatedCatalogueTypes.md +1 -1
- package/docs/reference/variables/VerificationFailureReasons.md +1 -1
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -1378,7 +1378,6 @@ class FederatedCatalogueDataTypes {
|
|
|
1378
1378
|
/**
|
|
1379
1379
|
* The LD context instances concerning the Federated Catalogue.
|
|
1380
1380
|
*/
|
|
1381
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
1382
1381
|
class FederatedCatalogueContextInstances {
|
|
1383
1382
|
/**
|
|
1384
1383
|
* The LD Context of a list of Catalogue entries.
|
package/dist/esm/index.mjs
CHANGED
|
@@ -1376,7 +1376,6 @@ class FederatedCatalogueDataTypes {
|
|
|
1376
1376
|
/**
|
|
1377
1377
|
* The LD context instances concerning the Federated Catalogue.
|
|
1378
1378
|
*/
|
|
1379
|
-
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
1380
1379
|
class FederatedCatalogueContextInstances {
|
|
1381
1380
|
/**
|
|
1382
1381
|
* The LD Context of a list of Catalogue entries.
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @twin.org/federated-catalogue-models - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.2-next.3](https://github.com/twinfoundation/federated-catalogue/compare/federated-catalogue-models-v0.0.2-next.2...federated-catalogue-models-v0.0.2-next.3) (2025-08-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* eslint migration to flat config ([b5990d9](https://github.com/twinfoundation/federated-catalogue/commit/b5990d9ebdf403ac999da456052bee72787745de))
|
|
9
|
+
|
|
3
10
|
## [0.0.2-next.2](https://github.com/twinfoundation/federated-catalogue/compare/federated-catalogue-models-v0.0.2-next.1...federated-catalogue-models-v0.0.2-next.2) (2025-08-21)
|
|
4
11
|
|
|
5
12
|
|