@lynx-js/web-mainthread-apis-canary 0.18.0-canary-20251011-820b3f9a → 0.18.0-canary-20251012-dd7c14a8

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 +3 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/web-mainthread-apis
2
2
 
3
- ## 0.18.0-canary-20251011144117-820b3f9ae7d0e016492a94c6d0769bec5e1a7e8b
3
+ ## 0.18.0-canary-20251012050336-dd7c14a838a10804949a953d0f5b54f34ba7cc67
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -17,8 +17,8 @@
17
17
  - feat: mouse event output structures remain aligned ([#1820](https://github.com/lynx-family/lynx-stack/pull/1820))
18
18
 
19
19
  - Updated dependencies [[`77397fd`](https://github.com/lynx-family/lynx-stack/commit/77397fd535cf60556f8f82f7ef8dae8a623d1625)]:
20
- - @lynx-js/web-constants@0.18.0-canary-20251011144117-820b3f9ae7d0e016492a94c6d0769bec5e1a7e8b
21
- - @lynx-js/web-style-transformer@0.18.0-canary-20251011144117-820b3f9ae7d0e016492a94c6d0769bec5e1a7e8b
20
+ - @lynx-js/web-constants@0.18.0-canary-20251012050336-dd7c14a838a10804949a953d0f5b54f34ba7cc67
21
+ - @lynx-js/web-style-transformer@0.18.0-canary-20251012050336-dd7c14a838a10804949a953d0f5b54f34ba7cc67
22
22
 
23
23
  ## 0.17.2
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-mainthread-apis-canary",
3
- "version": "0.18.0-canary-20251011-820b3f9a",
3
+ "version": "0.18.0-canary-20251012-dd7c14a8",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [],
@@ -24,8 +24,8 @@
24
24
  "**/*.css"
25
25
  ],
26
26
  "dependencies": {
27
- "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.18.0-canary-20251011-820b3f9a",
28
- "@lynx-js/web-style-transformer": "npm:@lynx-js/web-style-transformer-canary@0.18.0-canary-20251011-820b3f9a",
27
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.18.0-canary-20251012-dd7c14a8",
28
+ "@lynx-js/web-style-transformer": "npm:@lynx-js/web-style-transformer-canary@0.18.0-canary-20251012-dd7c14a8",
29
29
  "hyphenate-style-name": "^1.1.0"
30
30
  }
31
31
  }