@atom.io/template-preact-svg-editor 0.0.23 → 0.0.25
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 +2 -2
- package/CHANGELOG.md +16 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @atom.io/template-preact-svg-editor@0.0.
|
|
2
|
+
> @atom.io/template-preact-svg-editor@0.0.25 build /home/runner/work/wayforge/wayforge/templates/preact-svg-editor
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
[36mvite v7.2.7 [32mbuilding client environment for production...[36m[39m
|
|
@@ -10,4 +10,4 @@ computing gzip size...
|
|
|
10
10
|
[2mdist/[22m[32mindex.html [39m[1m[2m 0.52 kB[22m[1m[22m[2m │ gzip: 0.33 kB[22m
|
|
11
11
|
[2mdist/[22m[2massets/[22m[35mindex-jy4_OpZh.css [39m[1m[2m 1.60 kB[22m[1m[22m[2m │ gzip: 0.72 kB[22m
|
|
12
12
|
[2mdist/[22m[2massets/[22m[36mindex-B8oB2XHU.js [39m[1m[2m73.33 kB[22m[1m[22m[2m │ gzip: 23.61 kB[22m
|
|
13
|
-
[32m✓ built in
|
|
13
|
+
[32m✓ built in 855ms[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atom.io/template-preact-svg-editor
|
|
2
2
|
|
|
3
|
+
## 0.0.25
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [85844b8]
|
|
8
|
+
- Updated dependencies [85844b8]
|
|
9
|
+
- Updated dependencies [85844b8]
|
|
10
|
+
- atom.io@0.46.4
|
|
11
|
+
|
|
12
|
+
## 0.0.24
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [fa186d1]
|
|
17
|
+
- atom.io@0.46.3
|
|
18
|
+
|
|
3
19
|
## 0.0.23
|
|
4
20
|
|
|
5
21
|
### 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.
|
|
3
|
+
"version": "0.0.25",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"preact": "10.28.0",
|
|
10
10
|
"react": "npm:@preact/compat@18.3.1",
|
|
11
11
|
"react-dom": "npm:@preact/compat@18.3.1",
|
|
12
|
-
"atom.io": "0.46.
|
|
12
|
+
"atom.io": "0.46.4"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@preact/preset-vite": "2.10.2",
|