@atom.io/template-preact-svg-editor 0.0.0 → 0.0.1

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,11 +1,13 @@
1
-
2
- 
3
- > @atom.io/template-preact-svg-editor@0.0.0 build /Users/jem/dojo/wayforge/templates/preact-svg-editor
4
- > vite build
5
-
6
- vite v7.1.12 building for production...
7
- transforming (1) src/index.tsx✓ 16 modules transformed.
8
- rendering chunks (1)...computing gzip size (0)...computing gzip size (1)...computing gzip size (2)...computing gzip size (3)...dist/index.html  0.52 kB │ gzip: 0.33 kB
9
- dist/assets/index-jy4_OpZh.css  1.60 kB │ gzip: 0.72 kB
10
- dist/assets/index-DhFJjzdn.js 73.06 kB │ gzip: 23.49 kB
11
- ✓ built in 276ms
1
+
2
+ > @atom.io/template-preact-svg-editor@0.0.1 build /home/runner/work/wayforge/wayforge/templates/preact-svg-editor
3
+ > vite build
4
+
5
+ vite v7.2.0 building client environment for production...
6
+ transforming...
7
+ ✓ 16 modules transformed.
8
+ rendering chunks...
9
+ computing gzip size...
10
+ dist/index.html  0.52 kB │ gzip: 0.33 kB
11
+ dist/assets/index-jy4_OpZh.css  1.60 kB │ gzip: 0.72 kB
12
+ dist/assets/index-DhFJjzdn.js 73.06 kB │ gzip: 23.49 kB
13
+ ✓ built in 1.01s
package/CHANGELOG.md ADDED
@@ -0,0 +1,9 @@
1
+ # @atom.io/template-preact-svg-editor
2
+
3
+ ## 0.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - deec012: ✨ Released new version of `atom.io`.
8
+ - Updated dependencies [0e28cff]
9
+ - atom.io@0.44.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atom.io/template-preact-svg-editor",
3
- "version": "0.0.0",
3
+ "version": "0.0.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -9,7 +9,7 @@
9
9
  "preact": "10.27.2",
10
10
  "react": "npm:@preact/compat@18.3.1",
11
11
  "react-dom": "npm:@preact/compat@18.3.1",
12
- "atom.io": "0.44.1"
12
+ "atom.io": "0.44.2"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@preact/preset-vite": "2.10.2",
@@ -18,7 +18,7 @@
18
18
  "eslint-config-preact": "2.0.0",
19
19
  "eslint-plugin-import-x": "4.16.1",
20
20
  "eslint-plugin-simple-import-sort": "12.1.1",
21
- "vite": "7.1.12"
21
+ "vite": "7.2.0"
22
22
  },
23
23
  "scripts": {
24
24
  "dev": "vite",