@lynx-js/web-core-canary 0.15.5-canary-20250808-0ffa3354 → 0.15.5-canary-20250808-ea325d6f
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.
- package/CHANGELOG.md +7 -7
- 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-
|
|
3
|
+
## 0.15.5-canary-20250808081729-ea325d6fb1ed18195f2c7dfed9d6258d9ae54bc8
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
|
|
19
19
|
- fix: `onNativeModulesCall` && `onNapiModulesCall` use getter to get. ([#1466](https://github.com/lynx-family/lynx-stack/pull/1466))
|
|
20
20
|
|
|
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-
|
|
23
|
-
- @lynx-js/web-constants@0.15.5-canary-
|
|
24
|
-
- @lynx-js/web-worker-runtime@0.15.5-canary-
|
|
25
|
-
- @lynx-js/web-elements@0.8.4-canary-
|
|
26
|
-
- @lynx-js/web-worker-rpc@0.15.5-canary-
|
|
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-20250808081729-ea325d6fb1ed18195f2c7dfed9d6258d9ae54bc8
|
|
23
|
+
- @lynx-js/web-constants@0.15.5-canary-20250808081729-ea325d6fb1ed18195f2c7dfed9d6258d9ae54bc8
|
|
24
|
+
- @lynx-js/web-worker-runtime@0.15.5-canary-20250808081729-ea325d6fb1ed18195f2c7dfed9d6258d9ae54bc8
|
|
25
|
+
- @lynx-js/web-elements@0.8.4-canary-20250808081729-ea325d6fb1ed18195f2c7dfed9d6258d9ae54bc8
|
|
26
|
+
- @lynx-js/web-worker-rpc@0.15.5-canary-20250808081729-ea325d6fb1ed18195f2c7dfed9d6258d9ae54bc8
|
|
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-
|
|
3
|
+
"version": "0.15.5-canary-20250808-ea325d6f",
|
|
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-
|
|
29
|
-
"@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.15.5-canary-20250808-
|
|
30
|
-
"@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.15.5-canary-20250808-
|
|
31
|
-
"@lynx-js/web-worker-runtime": "npm:@lynx-js/web-worker-runtime-canary@0.15.5-canary-20250808-
|
|
28
|
+
"@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.15.5-canary-20250808-ea325d6f",
|
|
29
|
+
"@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.15.5-canary-20250808-ea325d6f",
|
|
30
|
+
"@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.15.5-canary-20250808-ea325d6f",
|
|
31
|
+
"@lynx-js/web-worker-runtime": "npm:@lynx-js/web-worker-runtime-canary@0.15.5-canary-20250808-ea325d6f"
|
|
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-
|
|
35
|
+
"@lynx-js/web-elements": "npm:@lynx-js/web-elements-canary@0.8.4-canary-20250808-ea325d6f"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
38
|
"@lynx-js/lynx-core": "0.1.2",
|