@twin.org/engine 0.0.3-next.4 → 0.0.3-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.
@@ -10,9 +10,9 @@
10
10
  "method": "initialiseLoggingComponent"
11
11
  },
12
12
  {
13
- "type": "backgroundTaskConnector",
13
+ "type": "backgroundTaskComponent",
14
14
  "module": "@twin.org/engine-types",
15
- "method": "initialiseBackgroundTaskConnector"
15
+ "method": "initialiseBackgroundTaskComponent"
16
16
  },
17
17
  {
18
18
  "type": "taskSchedulerComponent",
@@ -254,6 +254,11 @@
254
254
  "module": "@twin.org/engine-types",
255
255
  "method": "initialiseFederatedCatalogueComponent"
256
256
  },
257
+ {
258
+ "type": "federatedCatalogueFilterComponent",
259
+ "module": "@twin.org/engine-types",
260
+ "method": "initialiseFederatedCatalogueFilterComponent"
261
+ },
257
262
  {
258
263
  "type": "dataSpaceConnectorComponent",
259
264
  "module": "@twin.org/engine-types",
package/docs/changelog.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @twin.org/engine - Changelog
2
2
 
3
+ ## [0.0.3-next.6](https://github.com/twinfoundation/engine/compare/engine-v0.0.3-next.5...engine-v0.0.3-next.6) (2025-11-28)
4
+
5
+
6
+ ### Features
7
+
8
+ * add fed cat filters ([a52cbf1](https://github.com/twinfoundation/engine/commit/a52cbf1eaf85e6cad61de9ea9448932fb5ae0f43))
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @twin.org/engine-core bumped from 0.0.3-next.5 to 0.0.3-next.6
16
+ * @twin.org/engine-models bumped from 0.0.3-next.5 to 0.0.3-next.6
17
+ * @twin.org/engine-types bumped from 0.0.3-next.5 to 0.0.3-next.6
18
+
19
+ ## [0.0.3-next.5](https://github.com/twinfoundation/engine/compare/engine-v0.0.3-next.4...engine-v0.0.3-next.5) (2025-11-20)
20
+
21
+
22
+ ### Miscellaneous Chores
23
+
24
+ * **engine:** Synchronize repo versions
25
+
26
+
27
+ ### Dependencies
28
+
29
+ * The following workspace dependencies were updated
30
+ * dependencies
31
+ * @twin.org/engine-core bumped from 0.0.3-next.4 to 0.0.3-next.5
32
+ * @twin.org/engine-models bumped from 0.0.3-next.4 to 0.0.3-next.5
33
+ * @twin.org/engine-types bumped from 0.0.3-next.4 to 0.0.3-next.5
34
+
3
35
  ## [0.0.3-next.4](https://github.com/twinfoundation/engine/compare/engine-v0.0.3-next.3...engine-v0.0.3-next.4) (2025-11-20)
4
36
 
5
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/engine",
3
- "version": "0.0.3-next.4",
3
+ "version": "0.0.3-next.6",
4
4
  "description": "Engine implementation.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,9 +16,9 @@
16
16
  "dependencies": {
17
17
  "@twin.org/context": "next",
18
18
  "@twin.org/core": "next",
19
- "@twin.org/engine-core": "0.0.3-next.4",
20
- "@twin.org/engine-models": "0.0.3-next.4",
21
- "@twin.org/engine-types": "0.0.3-next.4",
19
+ "@twin.org/engine-core": "0.0.3-next.6",
20
+ "@twin.org/engine-models": "0.0.3-next.6",
21
+ "@twin.org/engine-types": "0.0.3-next.6",
22
22
  "@twin.org/entity": "next",
23
23
  "@twin.org/nameof": "next"
24
24
  },