@atom.io/template-react-node-backend 0.0.2 → 0.0.3

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,12 @@
1
1
 
2
- > @atom.io/template-react-node-backend@0.0.2 build /home/runner/work/wayforge/wayforge/templates/react-node-backend
2
+ > @atom.io/template-react-node-backend@0.0.3 build /home/runner/work/wayforge/wayforge/templates/react-node-backend
3
3
  > vite build
4
4
 
5
5
  rolldown-vite v7.2.0 building client environment for production...
6
- 
6
+ 
7
7
  rendering chunks...
8
8
  computing gzip size...
9
- dist/index.html 0.45 kB │ gzip: 0.29 kB
10
- dist/assets/index-By2j7w9s.css 2.26 kB │ gzip: 0.84 kB
11
- dist/assets/index-CKoSUs2U.js 230.94 kB │ gzip: 71.55 kB
12
- ✓ built in 1.69s
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-CNf_2_tw.js 473.50 kB │ gzip: 126.14 kB
12
+ ✓ built in 1.17s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atom.io/template-react-node-backend
2
2
 
3
+ ## 0.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 99152a5: ✨ Made a more realistic to-do list example including loadable atoms, atom families, selectors, get, set, reset, dispose, useLoadable, and more.
8
+
3
9
  ## 0.0.2
4
10
 
5
11
  ### Patch Changes