@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.
- package/.turbo/turbo-build.log +9 -8
- package/CHANGELOG.md +12 -0
- package/dist/assets/index-BQGFgLeJ.css +1 -0
- package/dist/assets/index-Cvh7dANX.js +49 -0
- package/dist/index.html +2 -2
- package/eslint.config.ts +2 -0
- package/package.json +9 -9
- package/src/App.tsx +2 -2
- package/dist/assets/index-CqTfTEH3.css +0 -1
- package/dist/assets/index-xEiwt4mJ.js +0 -48
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
|
|
2
|
-
> @atom.io/template-react-node-backend@0.0.
|
|
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
|
-
[
|
|
6
|
-
|
|
5
|
+
[36mvite v7.3.1 [32mbuilding client environment for production...[36m[39m
|
|
6
|
+
transforming...
|
|
7
|
+
[32m✓[39m 115 modules transformed.
|
|
7
8
|
rendering chunks...
|
|
8
9
|
computing gzip size...
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
[33m
|
|
10
|
+
[2mdist/[22m[32mindex.html [39m[1m[2m 0.46 kB[22m[1m[22m[2m │ gzip: 0.29 kB[22m
|
|
11
|
+
[2mdist/[22m[2massets/[22m[35mindex-BQGFgLeJ.css [39m[1m[2m 2.79 kB[22m[1m[22m[2m │ gzip: 0.99 kB[22m
|
|
12
|
+
[2mdist/[22m[2massets/[22m[36mindex-Cvh7dANX.js [39m[1m[33m508.66 kB[39m[22m[2m │ gzip: 136.20 kB[22m
|
|
13
|
+
[33m
|
|
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.[39m
|
|
17
|
-
[32m✓ built in
|
|
18
|
+
[32m✓ built in 2.50s[39m
|
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}}
|