@lynx-js/web-worker-runtime-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 +13 -4
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,6 +1,15 @@
1
1
  # @lynx-js/web-worker-runtime
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-rpc@0.15.6-canary-20250812043229-214898bb9c74fc9b44e68cb220a4c02485102ce2
11
+
12
+ ## 0.15.5
4
13
 
5
14
  ### Patch Changes
6
15
 
@@ -11,9 +20,9 @@
11
20
  - Implemented `nativeApp.getPathInfo()`
12
21
 
13
22
  - Updated dependencies [[`29434ae`](https://github.com/lynx-family/lynx-stack/commit/29434aec853f14242f521316429cf07a93b8c371), [`fb7096b`](https://github.com/lynx-family/lynx-stack/commit/fb7096bb3c79166cd619a407095b8206eccb7918)]:
14
- - @lynx-js/web-mainthread-apis@0.15.5-canary-20250809042721-c8ce6aa33abf42a7954e1e345b3a36febe76d048
15
- - @lynx-js/web-constants@0.15.5-canary-20250809042721-c8ce6aa33abf42a7954e1e345b3a36febe76d048
16
- - @lynx-js/web-worker-rpc@0.15.5-canary-20250809042721-c8ce6aa33abf42a7954e1e345b3a36febe76d048
23
+ - @lynx-js/web-mainthread-apis@0.15.5
24
+ - @lynx-js/web-constants@0.15.5
25
+ - @lynx-js/web-worker-rpc@0.15.5
17
26
 
18
27
  ## 0.15.4
19
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-worker-runtime-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": [],
@@ -23,9 +23,9 @@
23
23
  ],
24
24
  "dependencies": {
25
25
  "@lynx-js/offscreen-document": "npm:@lynx-js/offscreen-document-canary@0.1.3",
26
- "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.15.5-canary-20250809-c8ce6aa3",
27
- "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.15.5-canary-20250809-c8ce6aa3",
28
- "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.15.5-canary-20250809-c8ce6aa3"
26
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.15.6-canary-20250812-214898bb",
27
+ "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.15.6-canary-20250812-214898bb",
28
+ "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.15.6-canary-20250812-214898bb"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@lynx-js/lynx-core": "0.1.2"