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