@lynx-js/web-core-canary 0.15.5-canary-20250808-a3f1e3ef → 0.15.5-canary-20250808-49db0853

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 +6 -6
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/web-core
2
2
 
3
- ## 0.15.5-canary-20250808044829-a3f1e3ef853179b5ef402ca8421faf21d96973b9
3
+ ## 0.15.5-canary-20250808064410-49db0853922a042a4bb9fe725f141d9175afe7ab
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -19,11 +19,11 @@
19
19
  - fix: `onNativeModulesCall` && `onNapiModulesCall` use getter to get. ([#1466](https://github.com/lynx-family/lynx-stack/pull/1466))
20
20
 
21
21
  - Updated dependencies [[`29434ae`](https://github.com/lynx-family/lynx-stack/commit/29434aec853f14242f521316429cf07a93b8c371), [`fb7096b`](https://github.com/lynx-family/lynx-stack/commit/fb7096bb3c79166cd619a407095b8206eccb7918), [`ca8dc3c`](https://github.com/lynx-family/lynx-stack/commit/ca8dc3c87cc88846c0c431551c22302d94470b9e)]:
22
- - @lynx-js/web-mainthread-apis@0.15.5-canary-20250808044829-a3f1e3ef853179b5ef402ca8421faf21d96973b9
23
- - @lynx-js/web-constants@0.15.5-canary-20250808044829-a3f1e3ef853179b5ef402ca8421faf21d96973b9
24
- - @lynx-js/web-worker-runtime@0.15.5-canary-20250808044829-a3f1e3ef853179b5ef402ca8421faf21d96973b9
25
- - @lynx-js/web-elements@0.8.4-canary-20250808044829-a3f1e3ef853179b5ef402ca8421faf21d96973b9
26
- - @lynx-js/web-worker-rpc@0.15.5-canary-20250808044829-a3f1e3ef853179b5ef402ca8421faf21d96973b9
22
+ - @lynx-js/web-mainthread-apis@0.15.5-canary-20250808064410-49db0853922a042a4bb9fe725f141d9175afe7ab
23
+ - @lynx-js/web-constants@0.15.5-canary-20250808064410-49db0853922a042a4bb9fe725f141d9175afe7ab
24
+ - @lynx-js/web-worker-runtime@0.15.5-canary-20250808064410-49db0853922a042a4bb9fe725f141d9175afe7ab
25
+ - @lynx-js/web-elements@0.8.4-canary-20250808064410-49db0853922a042a4bb9fe725f141d9175afe7ab
26
+ - @lynx-js/web-worker-rpc@0.15.5-canary-20250808064410-49db0853922a042a4bb9fe725f141d9175afe7ab
27
27
 
28
28
  ## 0.15.4
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-core-canary",
3
- "version": "0.15.5-canary-20250808-a3f1e3ef",
3
+ "version": "0.15.5-canary-20250808-49db0853",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [],
@@ -25,14 +25,14 @@
25
25
  ],
26
26
  "dependencies": {
27
27
  "@lynx-js/offscreen-document": "npm:@lynx-js/offscreen-document-canary@0.1.3",
28
- "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.15.5-canary-20250808-a3f1e3ef",
29
- "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.15.5-canary-20250808-a3f1e3ef",
30
- "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.15.5-canary-20250808-a3f1e3ef",
31
- "@lynx-js/web-worker-runtime": "npm:@lynx-js/web-worker-runtime-canary@0.15.5-canary-20250808-a3f1e3ef"
28
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.15.5-canary-20250808-49db0853",
29
+ "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.15.5-canary-20250808-49db0853",
30
+ "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.15.5-canary-20250808-49db0853",
31
+ "@lynx-js/web-worker-runtime": "npm:@lynx-js/web-worker-runtime-canary@0.15.5-canary-20250808-49db0853"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@lynx-js/lynx-core": "0.1.2",
35
- "@lynx-js/web-elements": "npm:@lynx-js/web-elements-canary@0.8.4-canary-20250808-a3f1e3ef"
35
+ "@lynx-js/web-elements": "npm:@lynx-js/web-elements-canary@0.8.4-canary-20250808-49db0853"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@lynx-js/lynx-core": "0.1.2",