@crab-dev/wake 0.1.6 → 0.1.9
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 +15 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.9
|
|
4
|
+
|
|
5
|
+
- Added webpack-style runtime module and cache namespaces.
|
|
6
|
+
- Prevented module-factory parameter collisions with imported bindings.
|
|
7
|
+
- Stabilized large generated modules against linker, tree-shaking, and mangle divergence.
|
|
8
|
+
|
|
9
|
+
## 0.1.8
|
|
10
|
+
|
|
11
|
+
- Prevented empty hoisted registry bodies from emitting invalid comma-only JavaScript expressions.
|
|
12
|
+
- Restored reproducible release builds by locking available compatible transitive dependencies.
|
|
13
|
+
|
|
14
|
+
## 0.1.7
|
|
15
|
+
|
|
16
|
+
- Prevented empty hoisted registry bodies from emitting invalid comma-only JavaScript expressions.
|
|
17
|
+
|
|
3
18
|
## 0.1.6
|
|
4
19
|
|
|
5
20
|
- Lowered import.meta.hot and import.meta.url for classic-script chunks.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crab-dev/wake",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"description": "Wake native web build tools for Node.js",
|
|
5
5
|
"license": "MIT OR Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"node": ">=22.14 <27"
|
|
46
46
|
},
|
|
47
47
|
"optionalDependencies": {
|
|
48
|
-
"@crab-dev/wake-darwin-arm64": "0.1.
|
|
49
|
-
"@crab-dev/wake-darwin-x64": "0.1.
|
|
50
|
-
"@crab-dev/wake-linux-arm64-gnu": "0.1.
|
|
51
|
-
"@crab-dev/wake-linux-x64-gnu": "0.1.
|
|
52
|
-
"@crab-dev/wake-win32-x64-msvc": "0.1.
|
|
48
|
+
"@crab-dev/wake-darwin-arm64": "0.1.9",
|
|
49
|
+
"@crab-dev/wake-darwin-x64": "0.1.9",
|
|
50
|
+
"@crab-dev/wake-linux-arm64-gnu": "0.1.9",
|
|
51
|
+
"@crab-dev/wake-linux-x64-gnu": "0.1.9",
|
|
52
|
+
"@crab-dev/wake-win32-x64-msvc": "0.1.9"
|
|
53
53
|
},
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public",
|