@twin.org/node-core 0.0.2-next.8 → 0.0.2-next.9
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
CHANGED
|
@@ -1728,7 +1728,7 @@ async function run(nodeOptions) {
|
|
|
1728
1728
|
nodeOptions ??= {};
|
|
1729
1729
|
const serverInfo = {
|
|
1730
1730
|
name: nodeOptions?.serverName ?? "TWIN Node Server",
|
|
1731
|
-
version: nodeOptions?.serverVersion ?? "0.0.2-next.
|
|
1731
|
+
version: nodeOptions?.serverVersion ?? "0.0.2-next.9" // x-release-please-version
|
|
1732
1732
|
};
|
|
1733
1733
|
console.log(`\u001B[4m🌩️ ${serverInfo.name} v${serverInfo.version}\u001B[24m\n`);
|
|
1734
1734
|
if (!core.Is.stringValue(nodeOptions?.executionDirectory)) {
|
package/dist/esm/index.mjs
CHANGED
|
@@ -1707,7 +1707,7 @@ async function run(nodeOptions) {
|
|
|
1707
1707
|
nodeOptions ??= {};
|
|
1708
1708
|
const serverInfo = {
|
|
1709
1709
|
name: nodeOptions?.serverName ?? "TWIN Node Server",
|
|
1710
|
-
version: nodeOptions?.serverVersion ?? "0.0.2-next.
|
|
1710
|
+
version: nodeOptions?.serverVersion ?? "0.0.2-next.9" // x-release-please-version
|
|
1711
1711
|
};
|
|
1712
1712
|
console.log(`\u001B[4m🌩️ ${serverInfo.name} v${serverInfo.version}\u001B[24m\n`);
|
|
1713
1713
|
if (!Is.stringValue(nodeOptions?.executionDirectory)) {
|
package/docs/changelog.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @twin.org/node-core - Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.2-next.9](https://github.com/twinfoundation/node/compare/node-core-v0.0.2-next.8...node-core-v0.0.2-next.9) (2025-08-31)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* eslint migration to flat config ([080db74](https://github.com/twinfoundation/node/commit/080db746390230f78725d214bc957da2efee9eb1))
|
|
9
|
+
|
|
3
10
|
## [0.0.2-next.8](https://github.com/twinfoundation/node/compare/node-core-v0.0.2-next.7...node-core-v0.0.2-next.8) (2025-08-27)
|
|
4
11
|
|
|
5
12
|
|