@atom.io/template-preact-svg-editor 0.0.50 → 0.0.51

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.50 build /home/runner/work/wayforge/wayforge/templates/preact-svg-editor
2
+ > @atom.io/template-preact-svg-editor@0.0.51 build /home/runner/work/wayforge/wayforge/templates/preact-svg-editor
3
3
  > vite build
4
4
 
5
5
  vite v8.0.3 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-CI1UlrYK.js 80.93 kB │ gzip: 25.28 kB
12
12
 
13
- ✓ built in 152ms
13
+ ✓ built in 101ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atom.io/template-preact-svg-editor
2
2
 
3
+ ## 0.0.51
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [40c001b]
8
+ - Updated dependencies [40c001b]
9
+ - atom.io@0.46.29
10
+
3
11
  ## 0.0.50
4
12
 
5
13
  ### 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.50",
3
+ "version": "0.0.51",
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.28"
17
+ "atom.io": "0.46.29"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@preact/preset-vite": "2.10.5",