@lynx-js/web-mainthread-apis-canary 0.19.6 → 0.19.7-canary-20260126-5e7e43c5
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 +16 -9
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @lynx-js/web-mainthread-apis
|
|
2
2
|
|
|
3
|
+
## 0.19.7-canary-20260126074925-5e7e43c59237f98a93aefbd6749ad39c33acdc4d
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies []:
|
|
8
|
+
- @lynx-js/web-constants@0.19.7-canary-20260126074925-5e7e43c59237f98a93aefbd6749ad39c33acdc4d
|
|
9
|
+
|
|
3
10
|
## 0.19.6
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -368,25 +375,25 @@
|
|
|
368
375
|
lynxView.initI18nResources = [
|
|
369
376
|
{
|
|
370
377
|
options: {
|
|
371
|
-
locale:
|
|
372
|
-
channel:
|
|
373
|
-
fallback_url:
|
|
378
|
+
locale: "en",
|
|
379
|
+
channel: "1",
|
|
380
|
+
fallback_url: "",
|
|
374
381
|
},
|
|
375
382
|
resource: {
|
|
376
|
-
hello:
|
|
377
|
-
lynx:
|
|
383
|
+
hello: "hello",
|
|
384
|
+
lynx: "lynx web platform1",
|
|
378
385
|
},
|
|
379
386
|
},
|
|
380
387
|
];
|
|
381
|
-
lynxView.addEventListener(
|
|
388
|
+
lynxView.addEventListener("i18nResourceMissed", (e) => {
|
|
382
389
|
console.log(e);
|
|
383
390
|
});
|
|
384
391
|
|
|
385
392
|
// mts
|
|
386
393
|
_I18nResourceTranslation({
|
|
387
|
-
locale:
|
|
388
|
-
channel:
|
|
389
|
-
fallback_url:
|
|
394
|
+
locale: "en",
|
|
395
|
+
channel: "1",
|
|
396
|
+
fallback_url: "",
|
|
390
397
|
});
|
|
391
398
|
```
|
|
392
399
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/web-mainthread-apis-canary",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.7-canary-20260126-5e7e43c5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [],
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"**/*.css"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.19.
|
|
29
|
+
"@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.19.7-canary-20260126-5e7e43c5",
|
|
30
30
|
"hyphenate-style-name": "^1.1.0",
|
|
31
31
|
"wasm-feature-detect": "^1.8.0"
|
|
32
32
|
},
|