@atom.io/template-react-node-backend 0.0.51 → 0.0.52

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @atom.io/template-react-node-backend@0.0.51 build /home/runner/work/wayforge/wayforge/templates/react-node-backend
2
+ > @atom.io/template-react-node-backend@0.0.52 build /home/runner/work/wayforge/wayforge/templates/react-node-backend
3
3
  > vite build
4
4
 
5
5
  vite v8.0.1 building client environment for production...
@@ -8,11 +8,11 @@ rendering chunks...
8
8
  computing gzip size...
9
9
  dist/index.html 0.45 kB │ gzip: 0.29 kB
10
10
  dist/assets/index-bVjxsmIr.css 2.97 kB │ gzip: 1.02 kB
11
- dist/assets/index-Cx6eYVtB.js 503.57 kB │ gzip: 133.69 kB
12
-
13
- ✓ built in 297ms
14
11
  [plugin builtin:vite-reporter]
12
+ dist/assets/index-Cx6eYVtB.js 503.57 kB │ gzip: 133.69 kB
15
13
  (!) Some chunks are larger than 500 kB after minification. Consider:
14
+
16
15
  - Using dynamic import() to code-split the application
17
16
  - Use build.rolldownOptions.output.codeSplitting to improve chunking: https://rolldown.rs/reference/OutputOptions.codeSplitting
17
+ ✓ built in 358ms
18
18
  - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atom.io/template-react-node-backend
2
2
 
3
+ ## 0.0.52
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7706a15]
8
+ - atom.io@0.46.26
9
+
3
10
  ## 0.0.51
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atom.io/template-react-node-backend",
3
- "version": "0.0.51",
3
+ "version": "0.0.52",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -14,7 +14,7 @@
14
14
  "react": "19.2.4",
15
15
  "react-dom": "19.2.4",
16
16
  "zod": "4.3.6",
17
- "atom.io": "0.46.25"
17
+ "atom.io": "0.46.26"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/node": "25.5.0",