@twin.org/engine-core 0.0.1-next.80 → 0.0.1-next.83

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.
Files changed (2) hide show
  1. package/docs/changelog.md +31 -0
  2. package/package.json +2 -2
package/docs/changelog.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @twin.org/engine-core - Changelog
2
2
 
3
+ ## [0.0.1-next.83](https://github.com/twinfoundation/engine/compare/engine-core-v0.0.1-next.82...engine-core-v0.0.1-next.83) (2025-07-10)
4
+
5
+
6
+ ### Features
7
+
8
+ * add mimeTypeProcessors and disableNodeIdentity ([bb7e81e](https://github.com/twinfoundation/engine/commit/bb7e81e2036fe042068a5645ec59b22e20d33aad))
9
+ * remove bootstrapped components, component should manage their own state ([5c7e9e4](https://github.com/twinfoundation/engine/commit/5c7e9e419ef26933e49c9c5a21a20a8961244e7f))
10
+ * update dependencies ([97c9f64](https://github.com/twinfoundation/engine/commit/97c9f64b6ef096963bcc5de338a2a9e99bdc1a11))
11
+ * use shared store mechanism ([#2](https://github.com/twinfoundation/engine/issues/2)) ([9eed8d7](https://github.com/twinfoundation/engine/commit/9eed8d7766388479b42f03e2542fe761f2156408))
12
+
13
+
14
+ ### Dependencies
15
+
16
+ * The following workspace dependencies were updated
17
+ * dependencies
18
+ * @twin.org/engine-models bumped from 0.0.1-next.81 to 0.0.1-next.83
19
+
20
+ ## [0.0.1-next.81](https://github.com/twinfoundation/engine/compare/engine-core-v0.0.1-next.80...engine-core-v0.0.1-next.81) (2025-07-07)
21
+
22
+
23
+ ### Miscellaneous Chores
24
+
25
+ * **engine-core:** Synchronize repo versions
26
+
27
+
28
+ ### Dependencies
29
+
30
+ * The following workspace dependencies were updated
31
+ * dependencies
32
+ * @twin.org/engine-models bumped from 0.0.1-next.80 to 0.0.1-next.81
33
+
3
34
  ## [0.0.1-next.80](https://github.com/twinfoundation/engine/compare/engine-core-v0.0.1-next.79...engine-core-v0.0.1-next.80) (2025-06-23)
4
35
 
5
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@twin.org/engine-core",
3
- "version": "0.0.1-next.80",
3
+ "version": "0.0.1-next.83",
4
4
  "description": "Engine core.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,7 +17,7 @@
17
17
  "@twin.org/core": "next",
18
18
  "@twin.org/crypto": "next",
19
19
  "@twin.org/data-core": "next",
20
- "@twin.org/engine-models": "0.0.1-next.80",
20
+ "@twin.org/engine-models": "0.0.1-next.83",
21
21
  "@twin.org/entity": "next",
22
22
  "@twin.org/logging-connector-console": "next",
23
23
  "@twin.org/logging-models": "next",