@twin.org/node 0.0.3-next.22 → 0.0.3-next.24
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/locales/en.json +974 -61
- package/docs/changelog.md +28 -0
- package/docs/open-api/spec.json +1853 -2991
- package/package.json +2 -2
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @twin.org/node - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.3-next.24](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.23...node-v0.0.3-next.24) (2026-03-02)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* align node module with dataspace rename and control plane integ… ([#95](https://github.com/twinfoundation/node/issues/95)) ([8129868](https://github.com/twinfoundation/node/commit/812986886fb5d779dd380956c4e6cc47c2d73530))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @twin.org/node-core bumped from 0.0.3-next.23 to 0.0.3-next.24
|
|
16
|
+
|
|
17
|
+
## [0.0.3-next.23](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.22...node-v0.0.3-next.23) (2026-02-26)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* update engine ([a40b377](https://github.com/twinfoundation/node/commit/a40b37726c3b61c6bb40265ec0006d1071ffac7e))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Dependencies
|
|
26
|
+
|
|
27
|
+
* The following workspace dependencies were updated
|
|
28
|
+
* dependencies
|
|
29
|
+
* @twin.org/node-core bumped from 0.0.3-next.22 to 0.0.3-next.23
|
|
30
|
+
|
|
3
31
|
## [0.0.3-next.22](https://github.com/twinfoundation/node/compare/node-v0.0.3-next.21...node-v0.0.3-next.22) (2026-02-23)
|
|
4
32
|
|
|
5
33
|
|