@lynx-js/web-constants-canary 0.19.3-canary-20251226-f8b5be81 → 0.19.4-canary-20251230-bba05e2e

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 +9 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,11 +1,18 @@
1
1
  # @lynx-js/web-constants
2
2
 
3
- ## 0.19.3-canary-20251226141420-f8b5be81acbf7b3fed18046c5d1e4100a75a9843
3
+ ## 0.19.4-canary-20251230100304-bba05e2ed06cca8009ad415fd9777e8334a0887a
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`bba05e2`](https://github.com/lynx-family/lynx-stack/commit/bba05e2ed06cca8009ad415fd9777e8334a0887a)]:
8
+ - @lynx-js/web-worker-rpc@0.19.4-canary-20251230100304-bba05e2ed06cca8009ad415fd9777e8334a0887a
9
+
10
+ ## 0.19.3
4
11
 
5
12
  ### Patch Changes
6
13
 
7
14
  - Updated dependencies [[`986761d`](https://github.com/lynx-family/lynx-stack/commit/986761dd1e9e631f8118faec68188f29f78e9236)]:
8
- - @lynx-js/web-worker-rpc@0.19.3-canary-20251226141420-f8b5be81acbf7b3fed18046c5d1e4100a75a9843
15
+ - @lynx-js/web-worker-rpc@0.19.3
9
16
 
10
17
  ## 0.19.2
11
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-constants-canary",
3
- "version": "0.19.3-canary-20251226-f8b5be81",
3
+ "version": "0.19.4-canary-20251230-bba05e2e",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [],
@@ -23,7 +23,7 @@
23
23
  "**/*.css"
24
24
  ],
25
25
  "dependencies": {
26
- "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.19.3-canary-20251226-f8b5be81"
26
+ "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.19.4-canary-20251230-bba05e2e"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@lynx-js/offscreen-document": "npm:@lynx-js/offscreen-document-canary@0.1.4"