@atom.io/template-react-node-backend 0.0.48 → 0.0.50

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.48 build /home/runner/work/wayforge/wayforge/templates/react-node-backend
2
+ > @atom.io/template-react-node-backend@0.0.50 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 v7.3.1 building client environment for production...
6
+ transforming...
7
+ ✓ 115 modules transformed.
7
8
  rendering chunks...
8
9
  computing gzip size...
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-xEiwt4mJ.js 505.04 kB │ gzip: 134.31 kB
12
- [plugin builtin:vite-reporter]
10
+ dist/index.html  0.46 kB │ gzip: 0.29 kB
11
+ dist/assets/index-BQGFgLeJ.css  2.79 kB │ gzip: 0.99 kB
12
+ dist/assets/index-Cvh7dANX.js 508.66 kB │ gzip: 136.20 kB
13
+ 
13
14
  (!) Some chunks are larger than 500 kB after minification. Consider:
14
15
  - Using dynamic import() to code-split the application
15
16
  - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
16
17
  - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
17
- ✓ built in 1.92s
18
+ ✓ built in 2.50s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atom.io/template-react-node-backend
2
2
 
3
+ ## 0.0.50
4
+
5
+ ### Patch Changes
6
+
7
+ - f250a88: ♻️ Replaced dependency on `rolldown-vite` with regular `vite`.
8
+
9
+ ## 0.0.49
10
+
11
+ ### Patch Changes
12
+
13
+ - edd6dac: 🔧 Enable ESLint rules `atom.io/exact-catch-types` and `atom.io/naming-convention`.
14
+
3
15
  ## 0.0.48
4
16
 
5
17
  ### Patch Changes
@@ -0,0 +1 @@
1
+ :root{font-family:Charter,serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;flex-flow:column;place-items:center;min-width:320px;min-height:100vh}body #root{width:100%;height:100%;display:flex;flex-flow:column;place-items:center}body #root>header{position:fixed;z-index:100;top:0;left:0;display:flex;width:100%;box-sizing:border-box;padding:20px;justify-content:flex-end;align-items:center;gap:10px}body #root>header>.spacer{flex-grow:1}body #root>header>.pfp{position:relative;display:flex;place-items:center;place-content:center;border:1px solid #ccc3;width:40px;height:40px;border-radius:50%}body #root>header>.pfp.signed-in:before{content:"👤"}body #root>main{position:relative;display:flex;flex-direction:column;width:100%;max-width:600px;gap:10px;height:100%}body #root>main>header{height:200px;display:flex;flex-flow:column;justify-content:flex-end}body #root>main>header>h1{font-size:72px;line-height:72px;padding:0;margin:0}body #root>main>main{position:relative;display:flex;flex-flow:column;gap:5px;height:100%}body #root>main>main>.todo{display:flex;height:29px;width:100%;flex-flow:row;place-items:center;font-size:18px;position:relative;border:1px solid #ccc3;box-sizing:border-box;text-align:center;gap:5px;padding:0 3px}body #root>main>main>.todo>span,body #root>main>main>.todo input[type=text]{flex-grow:1;font-size:18px;font-family:Charter,serif;text-align:left}body #root>main>main>.todo>button.delete:disabled{opacity:.5;background:transparent}body #root>main>main>.todo>button.delete:after{content:"×"}body #root>.takeover{z-index:100;position:fixed;top:0;left:0;width:100svw;height:100svh;background-color:#00000080;display:flex;place-items:center;place-content:center;box-sizing:border-box;padding-bottom:60px}body #root>.takeover>main.card{display:flex;flex-direction:column;place-items:center;gap:10px;background-color:#444;width:100%;max-width:200px;padding:20px;border-radius:8px}@media(prefers-color-scheme:light){body #root>.takeover>main.card{background-color:#fff}}.loading{background:linear-gradient(90deg,#7773,#7771,#7773);background-size:200% 100%;animation:pulse 4s ease-in-out infinite}.loading:after{content:"⏳";position:absolute;top:-5px;right:-5px;font-size:10px;color:#fff}button{border-radius:8px;border:1px solid transparent}@keyframes pulse{0%{background-position:200% 0}50%{background-position:0% 0}to{background-position:200% 0}}