@atom.io/template-react-node-backend 0.0.40 → 0.0.42

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,12 +1,17 @@
1
1
 
2
- > @atom.io/template-react-node-backend@0.0.40 build /home/runner/work/wayforge/wayforge/templates/react-node-backend
2
+ > @atom.io/template-react-node-backend@0.0.42 build /home/runner/work/wayforge/wayforge/templates/react-node-backend
3
3
  > vite build
4
4
 
5
- rolldown-vite v7.3.0 building client environment for production...
5
+ rolldown-vite v7.3.1 building client environment for production...
6
6
  
7
7
  rendering chunks...
8
8
  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
- dist/assets/index-CvRiQC6Q.js 499.60 kB │ gzip: 132.89 kB
12
- ✓ built in 1.75s
11
+ dist/assets/index-BDmX9fkt.js 505.10 kB │ gzip: 134.33 kB
12
+ ✓ built in 1.68s
13
+ [plugin builtin:vite-reporter]
14
+ (!) Some chunks are larger than 500 kB after minification. Consider:
15
+ - Using dynamic import() to code-split the application
16
+ - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
17
+ - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @atom.io/template-react-node-backend
2
2
 
3
+ ## 0.0.42
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [89fa483]
8
+ - atom.io@0.46.18
9
+
10
+ ## 0.0.41
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [b211c6c]
15
+ - Updated dependencies [b211c6c]
16
+ - atom.io@0.46.17
17
+
3
18
  ## 0.0.40
4
19
 
5
20
  ### Patch Changes