@crab-dev/wake 0.1.5 → 0.1.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.6
4
+
5
+ - Lowered import.meta.hot and import.meta.url for classic-script chunks.
6
+ - Preserved explicit keys in nested object destructuring patterns.
7
+ - Preserved required parentheses when nullish coalescing is mixed with logical operators.
8
+ - Prevented mangled declarations from colliding with preserved import aliases.
9
+ - Parenthesized retained object and anonymous-class initializers after tree shaking.
10
+
3
11
  ## 0.1.5
4
12
 
5
13
  - Stabilized Windows incremental rebuild events by coalescing delayed file notifications.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crab-dev/wake",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
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.5",
49
- "@crab-dev/wake-darwin-x64": "0.1.5",
50
- "@crab-dev/wake-linux-arm64-gnu": "0.1.5",
51
- "@crab-dev/wake-linux-x64-gnu": "0.1.5",
52
- "@crab-dev/wake-win32-x64-msvc": "0.1.5"
48
+ "@crab-dev/wake-darwin-arm64": "0.1.6",
49
+ "@crab-dev/wake-darwin-x64": "0.1.6",
50
+ "@crab-dev/wake-linux-arm64-gnu": "0.1.6",
51
+ "@crab-dev/wake-linux-x64-gnu": "0.1.6",
52
+ "@crab-dev/wake-win32-x64-msvc": "0.1.6"
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public",