@lynx-js/web-core-canary 0.15.5-canary-20250809-c8ce6aa3 → 0.15.6-canary-20250812-214898bb

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 +16 -7
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # @lynx-js/web-core
2
2
 
3
- ## 0.15.5-canary-20250809042721-c8ce6aa33abf42a7954e1e345b3a36febe76d048
3
+ ## 0.15.6-canary-20250812043229-214898bb9c74fc9b44e68cb220a4c02485102ce2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`214898b`](https://github.com/lynx-family/lynx-stack/commit/214898bb9c74fc9b44e68cb220a4c02485102ce2)]:
8
+ - @lynx-js/web-mainthread-apis@0.15.6-canary-20250812043229-214898bb9c74fc9b44e68cb220a4c02485102ce2
9
+ - @lynx-js/web-constants@0.15.6-canary-20250812043229-214898bb9c74fc9b44e68cb220a4c02485102ce2
10
+ - @lynx-js/web-worker-runtime@0.15.6-canary-20250812043229-214898bb9c74fc9b44e68cb220a4c02485102ce2
11
+ - @lynx-js/web-worker-rpc@0.15.6-canary-20250812043229-214898bb9c74fc9b44e68cb220a4c02485102ce2
12
+
13
+ ## 0.15.5
4
14
 
5
15
  ### Patch Changes
6
16
 
@@ -18,12 +28,11 @@
18
28
 
19
29
  - fix: `onNativeModulesCall` && `onNapiModulesCall` use getter to get. ([#1466](https://github.com/lynx-family/lynx-stack/pull/1466))
20
30
 
21
- - Updated dependencies [[`29434ae`](https://github.com/lynx-family/lynx-stack/commit/29434aec853f14242f521316429cf07a93b8c371), [`fb7096b`](https://github.com/lynx-family/lynx-stack/commit/fb7096bb3c79166cd619a407095b8206eccb7918), [`ea325d6`](https://github.com/lynx-family/lynx-stack/commit/ea325d6fb1ed18195f2c7dfed9d6258d9ae54bc8), [`ca8dc3c`](https://github.com/lynx-family/lynx-stack/commit/ca8dc3c87cc88846c0c431551c22302d94470b9e)]:
22
- - @lynx-js/web-mainthread-apis@0.15.5-canary-20250809042721-c8ce6aa33abf42a7954e1e345b3a36febe76d048
23
- - @lynx-js/web-constants@0.15.5-canary-20250809042721-c8ce6aa33abf42a7954e1e345b3a36febe76d048
24
- - @lynx-js/web-worker-runtime@0.15.5-canary-20250809042721-c8ce6aa33abf42a7954e1e345b3a36febe76d048
25
- - @lynx-js/web-elements@0.8.4-canary-20250809042721-c8ce6aa33abf42a7954e1e345b3a36febe76d048
26
- - @lynx-js/web-worker-rpc@0.15.5-canary-20250809042721-c8ce6aa33abf42a7954e1e345b3a36febe76d048
31
+ - Updated dependencies [[`29434ae`](https://github.com/lynx-family/lynx-stack/commit/29434aec853f14242f521316429cf07a93b8c371), [`fb7096b`](https://github.com/lynx-family/lynx-stack/commit/fb7096bb3c79166cd619a407095b8206eccb7918)]:
32
+ - @lynx-js/web-mainthread-apis@0.15.5
33
+ - @lynx-js/web-constants@0.15.5
34
+ - @lynx-js/web-worker-runtime@0.15.5
35
+ - @lynx-js/web-worker-rpc@0.15.5
27
36
 
28
37
  ## 0.15.4
29
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-core-canary",
3
- "version": "0.15.5-canary-20250809-c8ce6aa3",
3
+ "version": "0.15.6-canary-20250812-214898bb",
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-20250809-c8ce6aa3",
29
- "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.15.5-canary-20250809-c8ce6aa3",
30
- "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.15.5-canary-20250809-c8ce6aa3",
31
- "@lynx-js/web-worker-runtime": "npm:@lynx-js/web-worker-runtime-canary@0.15.5-canary-20250809-c8ce6aa3"
28
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.15.6-canary-20250812-214898bb",
29
+ "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.15.6-canary-20250812-214898bb",
30
+ "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.15.6-canary-20250812-214898bb",
31
+ "@lynx-js/web-worker-runtime": "npm:@lynx-js/web-worker-runtime-canary@0.15.6-canary-20250812-214898bb"
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-20250809-c8ce6aa3"
35
+ "@lynx-js/web-elements": "npm:@lynx-js/web-elements-canary@0.8.4"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@lynx-js/lynx-core": "0.1.2",