@atom.io/template-react-node-backend 0.0.13 → 0.0.14
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/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +7 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @atom.io/template-react-node-backend@0.0.
|
|
2
|
+
> @atom.io/template-react-node-backend@0.0.14 build /home/runner/work/wayforge/wayforge/templates/react-node-backend
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
[36mrolldown-vite v7.2.7 [32mbuilding client environment for production...[36m[39m
|
|
@@ -9,4 +9,4 @@ computing gzip size...
|
|
|
9
9
|
dist/index.html 0.45 kB │ gzip: 0.29 kB
|
|
10
10
|
dist/assets/index-CqTfTEH3.css 2.97 kB │ gzip: 1.02 kB
|
|
11
11
|
dist/assets/index-wGGNRUgu.js 477.27 kB │ gzip: 127.24 kB
|
|
12
|
-
[32m✓ built in 1.
|
|
12
|
+
[32m✓ built in 1.73s[39m
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atom.io/template-react-node-backend",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.14",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"react": "19.2.0",
|
|
10
10
|
"react-dom": "19.2.0",
|
|
11
11
|
"zod": "4.1.13",
|
|
12
|
-
"atom.io": "0.44.
|
|
12
|
+
"atom.io": "0.44.12"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@types/node": "24.10.1",
|
|
16
|
-
"@types/react": "19.2.
|
|
16
|
+
"@types/react": "19.2.7",
|
|
17
17
|
"@types/react-dom": "19.2.3",
|
|
18
18
|
"@vitejs/plugin-react": "5.1.1",
|
|
19
19
|
"babel-plugin-react-compiler": "1.0.0",
|