@atom.io/template-react-node-backend 0.0.30 → 0.0.31

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.30 build /home/runner/work/wayforge/wayforge/templates/react-node-backend
2
+ > @atom.io/template-react-node-backend@0.0.31 build /home/runner/work/wayforge/wayforge/templates/react-node-backend
3
3
  > vite build
4
4
 
5
- rolldown-vite v7.2.11 building client environment for production...
5
+ rolldown-vite v7.3.0 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
11
  dist/assets/index-BmIMzQZx.js 491.96 kB │ gzip: 130.44 kB
12
- ✓ built in 1.72s
12
+ ✓ built in 2.15s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atom.io/template-react-node-backend
2
2
 
3
+ ## 0.0.31
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3e53dd1]
8
+ - atom.io@0.46.7
9
+
3
10
  ## 0.0.30
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.30",
3
+ "version": "0.0.31",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -9,7 +9,7 @@
9
9
  "react": "19.2.3",
10
10
  "react-dom": "19.2.3",
11
11
  "zod": "4.2.1",
12
- "atom.io": "0.46.6"
12
+ "atom.io": "0.46.7"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@types/node": "25.0.3",
@@ -24,7 +24,7 @@
24
24
  "globals": "16.5.0",
25
25
  "typescript": "5.9.3",
26
26
  "typescript-eslint": "8.50.0",
27
- "vite": "npm:rolldown-vite@7.2.11"
27
+ "vite": "npm:rolldown-vite@7.3.0"
28
28
  },
29
29
  "scripts": {
30
30
  "dev": "concurrently vite ./node/server.ts ./node/authenticator.ts",