@lynx-js/web-mainthread-apis-canary 0.19.5-canary-20260111-d9c9ff98 → 0.19.5
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 +11 -11
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# @lynx-js/web-mainthread-apis
|
|
2
2
|
|
|
3
|
-
## 0.19.5
|
|
3
|
+
## 0.19.5
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies []:
|
|
8
|
-
- @lynx-js/web-constants@0.19.5
|
|
8
|
+
- @lynx-js/web-constants@0.19.5
|
|
9
9
|
|
|
10
10
|
## 0.19.4
|
|
11
11
|
|
|
@@ -351,25 +351,25 @@
|
|
|
351
351
|
lynxView.initI18nResources = [
|
|
352
352
|
{
|
|
353
353
|
options: {
|
|
354
|
-
locale:
|
|
355
|
-
channel:
|
|
356
|
-
fallback_url:
|
|
354
|
+
locale: 'en',
|
|
355
|
+
channel: '1',
|
|
356
|
+
fallback_url: '',
|
|
357
357
|
},
|
|
358
358
|
resource: {
|
|
359
|
-
hello:
|
|
360
|
-
lynx:
|
|
359
|
+
hello: 'hello',
|
|
360
|
+
lynx: 'lynx web platform1',
|
|
361
361
|
},
|
|
362
362
|
},
|
|
363
363
|
];
|
|
364
|
-
lynxView.addEventListener(
|
|
364
|
+
lynxView.addEventListener('i18nResourceMissed', (e) => {
|
|
365
365
|
console.log(e);
|
|
366
366
|
});
|
|
367
367
|
|
|
368
368
|
// mts
|
|
369
369
|
_I18nResourceTranslation({
|
|
370
|
-
locale:
|
|
371
|
-
channel:
|
|
372
|
-
fallback_url:
|
|
370
|
+
locale: 'en',
|
|
371
|
+
channel: '1',
|
|
372
|
+
fallback_url: '',
|
|
373
373
|
});
|
|
374
374
|
```
|
|
375
375
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/web-mainthread-apis-canary",
|
|
3
|
-
"version": "0.19.5
|
|
3
|
+
"version": "0.19.5",
|
|
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.5
|
|
29
|
+
"@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.19.5",
|
|
30
30
|
"hyphenate-style-name": "^1.1.0",
|
|
31
31
|
"wasm-feature-detect": "^1.8.0"
|
|
32
32
|
},
|