@lynx-js/web-mainthread-apis-canary 0.18.0-canary-20251011-7d90ed52 → 0.18.0-canary-20251011-820b3f9a

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-20251011064323-7d90ed52a20fd7665a3517507800e7e29426f6f9
3
+ ## 0.18.0-canary-20251011144117-820b3f9ae7d0e016492a94c6d0769bec5e1a7e8b
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-20251011064323-7d90ed52a20fd7665a3517507800e7e29426f6f9
21
- - @lynx-js/web-style-transformer@0.18.0-canary-20251011064323-7d90ed52a20fd7665a3517507800e7e29426f6f9
20
+ - @lynx-js/web-constants@0.18.0-canary-20251011144117-820b3f9ae7d0e016492a94c6d0769bec5e1a7e8b
21
+ - @lynx-js/web-style-transformer@0.18.0-canary-20251011144117-820b3f9ae7d0e016492a94c6d0769bec5e1a7e8b
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-7d90ed52",
3
+ "version": "0.18.0-canary-20251011-820b3f9a",
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-7d90ed52",
28
- "@lynx-js/web-style-transformer": "npm:@lynx-js/web-style-transformer-canary@0.18.0-canary-20251011-7d90ed52",
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",
29
29
  "hyphenate-style-name": "^1.1.0"
30
30
  }
31
31
  }