@atom.io/template-preact-svg-editor 0.0.47 → 0.0.48

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-preact-svg-editor@0.0.47 build /home/runner/work/wayforge/wayforge/templates/preact-svg-editor
2
+ > @atom.io/template-preact-svg-editor@0.0.48 build /home/runner/work/wayforge/wayforge/templates/preact-svg-editor
3
3
  > vite build
4
4
 
5
5
  vite v8.0.1 building client environment for production...
@@ -10,4 +10,4 @@ dist/index.html 0.52 kB │ gzip: 0.32 kB
10
10
  dist/assets/index-iBTIqdJW.css 1.58 kB │ gzip: 0.71 kB
11
11
  dist/assets/index-DlP3FiaW.js 80.68 kB │ gzip: 25.25 kB
12
12
 
13
- ✓ built in 143ms
13
+ ✓ built in 168ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atom.io/template-preact-svg-editor
2
2
 
3
+ ## 0.0.48
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7706a15]
8
+ - atom.io@0.46.26
9
+
3
10
  ## 0.0.47
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atom.io/template-preact-svg-editor",
3
- "version": "0.0.47",
3
+ "version": "0.0.48",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -14,7 +14,7 @@
14
14
  "preact": "10.29.0",
15
15
  "react": "npm:@preact/compat@18.3.2",
16
16
  "react-dom": "npm:@preact/compat@18.3.2",
17
- "atom.io": "0.46.25"
17
+ "atom.io": "0.46.26"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@preact/preset-vite": "2.10.5",