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

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,17 +1,18 @@
1
1
 
2
- > @atom.io/template-react-node-backend@0.0.49 build /home/runner/work/wayforge/wayforge/templates/react-node-backend
2
+ > @atom.io/template-react-node-backend@0.0.51 build /home/runner/work/wayforge/wayforge/templates/react-node-backend
3
3
  > vite build
4
4
 
5
- rolldown-vite v7.3.1 building client environment for production...
6
- 
5
+ vite v8.0.1 building client environment for production...
6
+ 
7
7
  rendering chunks...
8
8
  computing gzip size...
9
9
  dist/index.html 0.45 kB │ gzip: 0.29 kB
10
- dist/assets/index-CqTfTEH3.css 2.97 kB │ gzip: 1.02 kB
11
- dist/assets/index-DbGGY5Ry.js 505.05 kB │ gzip: 134.32 kB
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
12
14
  [plugin builtin:vite-reporter]
13
15
  (!) Some chunks are larger than 500 kB after minification. Consider:
14
16
  - Using dynamic import() to code-split the application
15
- - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
17
+ - Use build.rolldownOptions.output.codeSplitting to improve chunking: https://rolldown.rs/reference/OutputOptions.codeSplitting
16
18
  - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
17
- ✓ built in 1.39s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atom.io/template-react-node-backend
2
2
 
3
+ ## 0.0.51
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7bc5a4c]
8
+ - atom.io@0.46.25
9
+
10
+ ## 0.0.50
11
+
12
+ ### Patch Changes
13
+
14
+ - f250a88: ♻️ Replaced dependency on `rolldown-vite` with regular `vite`.
15
+
3
16
  ## 0.0.49
4
17
 
5
18
  ### Patch Changes