@atom.io/template-react-node-backend 0.0.25 → 0.0.27

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.25 build /home/runner/work/wayforge/wayforge/templates/react-node-backend
2
+ > @atom.io/template-react-node-backend@0.0.27 build /home/runner/work/wayforge/wayforge/templates/react-node-backend
3
3
  > vite build
4
4
 
5
5
  rolldown-vite v7.2.10 building client environment for production...
@@ -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-CXpBWfyb.js 477.39 kB │ gzip: 127.26 kB
12
- ✓ built in 1.70s
12
+ ✓ built in 1.73s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @atom.io/template-react-node-backend
2
2
 
3
+ ## 0.0.27
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fa186d1]
8
+ - atom.io@0.46.3
9
+
10
+ ## 0.0.26
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [63ed158]
15
+ - atom.io@0.46.2
16
+
3
17
  ## 0.0.25
4
18
 
5
19
  ### 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.25",
3
+ "version": "0.0.27",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -9,10 +9,10 @@
9
9
  "react": "19.2.1",
10
10
  "react-dom": "19.2.1",
11
11
  "zod": "4.1.13",
12
- "atom.io": "0.46.1"
12
+ "atom.io": "0.46.3"
13
13
  },
14
14
  "devDependencies": {
15
- "@types/node": "24.10.2",
15
+ "@types/node": "25.0.0",
16
16
  "@types/react": "19.2.7",
17
17
  "@types/react-dom": "19.2.3",
18
18
  "@vitejs/plugin-react": "5.1.2",