@crab-dev/wake 0.1.18 → 0.1.19
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/CHANGELOG.md +5 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.19
|
|
4
|
+
|
|
5
|
+
- Fixed preserve-module CommonJS output so every generated file defines the default and namespace interop helpers it uses.
|
|
6
|
+
- Made repeated library builds reliable on Windows by keeping output directories stable, skipping unchanged files, and rolling back failed per-file commits with actionable diagnostics.
|
|
7
|
+
|
|
3
8
|
## 0.1.18
|
|
4
9
|
|
|
5
10
|
- Added native component-library ESM, CommonJS, declaration, and extracted CSS builds through `wake library build` and `buildLibrary()` without changing application builds.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crab-dev/wake",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.19",
|
|
4
4
|
"description": "Wake native web build tools for Node.js",
|
|
5
5
|
"license": "MIT OR Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@crab-dev/rc-text-edit": "^0.0.1",
|
|
65
65
|
"@crab-dev/rc-tooltip": "^0.0.2",
|
|
66
66
|
"@crab-dev/rc-tree": "^0.1.2",
|
|
67
|
-
"@crab-dev/css": "0.1.
|
|
67
|
+
"@crab-dev/css": "0.1.19",
|
|
68
68
|
"lucide-react": "^1.23.0"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
@@ -72,11 +72,11 @@
|
|
|
72
72
|
"react-dom": "^19.2.8"
|
|
73
73
|
},
|
|
74
74
|
"optionalDependencies": {
|
|
75
|
-
"@crab-dev/wake-darwin-arm64": "0.1.
|
|
76
|
-
"@crab-dev/wake-darwin-x64": "0.1.
|
|
77
|
-
"@crab-dev/wake-linux-arm64-gnu": "0.1.
|
|
78
|
-
"@crab-dev/wake-linux-x64-gnu": "0.1.
|
|
79
|
-
"@crab-dev/wake-win32-x64-msvc": "0.1.
|
|
75
|
+
"@crab-dev/wake-darwin-arm64": "0.1.19",
|
|
76
|
+
"@crab-dev/wake-darwin-x64": "0.1.19",
|
|
77
|
+
"@crab-dev/wake-linux-arm64-gnu": "0.1.19",
|
|
78
|
+
"@crab-dev/wake-linux-x64-gnu": "0.1.19",
|
|
79
|
+
"@crab-dev/wake-win32-x64-msvc": "0.1.19"
|
|
80
80
|
},
|
|
81
81
|
"publishConfig": {
|
|
82
82
|
"access": "public",
|