@lynx-js/web-mainthread-apis-canary 0.19.2-canary-20251222-c5da3b2e → 0.19.2
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.2
|
|
3
|
+
## 0.19.2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- Updated dependencies []:
|
|
8
|
-
- @lynx-js/web-constants@0.19.2
|
|
8
|
+
- @lynx-js/web-constants@0.19.2
|
|
9
9
|
|
|
10
10
|
## 0.19.1
|
|
11
11
|
|
|
@@ -330,25 +330,25 @@
|
|
|
330
330
|
lynxView.initI18nResources = [
|
|
331
331
|
{
|
|
332
332
|
options: {
|
|
333
|
-
locale:
|
|
334
|
-
channel:
|
|
335
|
-
fallback_url:
|
|
333
|
+
locale: 'en',
|
|
334
|
+
channel: '1',
|
|
335
|
+
fallback_url: '',
|
|
336
336
|
},
|
|
337
337
|
resource: {
|
|
338
|
-
hello:
|
|
339
|
-
lynx:
|
|
338
|
+
hello: 'hello',
|
|
339
|
+
lynx: 'lynx web platform1',
|
|
340
340
|
},
|
|
341
341
|
},
|
|
342
342
|
];
|
|
343
|
-
lynxView.addEventListener(
|
|
343
|
+
lynxView.addEventListener('i18nResourceMissed', (e) => {
|
|
344
344
|
console.log(e);
|
|
345
345
|
});
|
|
346
346
|
|
|
347
347
|
// mts
|
|
348
348
|
_I18nResourceTranslation({
|
|
349
|
-
locale:
|
|
350
|
-
channel:
|
|
351
|
-
fallback_url:
|
|
349
|
+
locale: 'en',
|
|
350
|
+
channel: '1',
|
|
351
|
+
fallback_url: '',
|
|
352
352
|
});
|
|
353
353
|
```
|
|
354
354
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/web-mainthread-apis-canary",
|
|
3
|
-
"version": "0.19.2
|
|
3
|
+
"version": "0.19.2",
|
|
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.2
|
|
29
|
+
"@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.19.2",
|
|
30
30
|
"hyphenate-style-name": "^1.1.0",
|
|
31
31
|
"wasm-feature-detect": "^1.8.0"
|
|
32
32
|
},
|