@wire-dsl/web 0.3.4 → 0.3.5
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 +10 -0
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @wire-dsl/web@0.3.
|
|
2
|
+
> @wire-dsl/web@0.3.5 build /home/runner/work/wire-dsl/wire-dsl/apps/web
|
|
3
3
|
> vite build
|
|
4
4
|
|
|
5
5
|
[36mvite v7.3.1 [32mbuilding client environment for production...[36m[39m
|
|
@@ -106,4 +106,4 @@ computing gzip size...
|
|
|
106
106
|
- Using dynamic import() to code-split the application
|
|
107
107
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
108
108
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
|
|
109
|
-
[32m✓ built in
|
|
109
|
+
[32m✓ built in 30.96s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @wire-dsl/web
|
|
2
2
|
|
|
3
|
+
## 0.3.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#76](https://github.com/Wire-DSL/wire-dsl/pull/76) [`7daa704`](https://github.com/Wire-DSL/wire-dsl/commit/7daa704f6dc0600dfaa1c373a301e9d1e57bbe05) Thanks [@roxguel](https://github.com/roxguel)! - Justify and align children stack layout
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`7daa704`](https://github.com/Wire-DSL/wire-dsl/commit/7daa704f6dc0600dfaa1c373a301e9d1e57bbe05)]:
|
|
10
|
+
- @wire-dsl/language-support@0.8.0
|
|
11
|
+
- @wire-dsl/engine@0.8.0
|
|
12
|
+
|
|
3
13
|
## 0.3.4
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wire-dsl/web",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5",
|
|
4
4
|
"description": "WireDSL Web - Live editor with React and Monaco",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"@radix-ui/react-dialog": "1.1.15",
|
|
15
15
|
"@radix-ui/react-slot": "1.2.4",
|
|
16
16
|
"lucide-react": "0.562.0",
|
|
17
|
-
"@wire-dsl/engine": "0.
|
|
17
|
+
"@wire-dsl/engine": "0.8.0",
|
|
18
18
|
"@wire-dsl/editor-ui": "0.0.1",
|
|
19
|
-
"@wire-dsl/language-support": "0.
|
|
19
|
+
"@wire-dsl/language-support": "0.8.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@tailwindcss/postcss": "4.1.18",
|