@lynx-js/web-mainthread-apis-canary 0.18.3 → 0.18.4-canary-20251111-da466b23
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 +17 -9
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @lynx-js/web-mainthread-apis
|
|
2
2
|
|
|
3
|
+
## 0.18.4-canary-20251111092024-da466b23b732a6599ad9ad454bd08e881dda1302
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies []:
|
|
8
|
+
- @lynx-js/web-constants@0.18.4-canary-20251111092024-da466b23b732a6599ad9ad454bd08e881dda1302
|
|
9
|
+
- @lynx-js/web-style-transformer@0.18.4-canary-20251111092024-da466b23b732a6599ad9ad454bd08e881dda1302
|
|
10
|
+
|
|
3
11
|
## 0.18.3
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -296,25 +304,25 @@
|
|
|
296
304
|
lynxView.initI18nResources = [
|
|
297
305
|
{
|
|
298
306
|
options: {
|
|
299
|
-
locale:
|
|
300
|
-
channel:
|
|
301
|
-
fallback_url:
|
|
307
|
+
locale: "en",
|
|
308
|
+
channel: "1",
|
|
309
|
+
fallback_url: "",
|
|
302
310
|
},
|
|
303
311
|
resource: {
|
|
304
|
-
hello:
|
|
305
|
-
lynx:
|
|
312
|
+
hello: "hello",
|
|
313
|
+
lynx: "lynx web platform1",
|
|
306
314
|
},
|
|
307
315
|
},
|
|
308
316
|
];
|
|
309
|
-
lynxView.addEventListener(
|
|
317
|
+
lynxView.addEventListener("i18nResourceMissed", (e) => {
|
|
310
318
|
console.log(e);
|
|
311
319
|
});
|
|
312
320
|
|
|
313
321
|
// mts
|
|
314
322
|
_I18nResourceTranslation({
|
|
315
|
-
locale:
|
|
316
|
-
channel:
|
|
317
|
-
fallback_url:
|
|
323
|
+
locale: "en",
|
|
324
|
+
channel: "1",
|
|
325
|
+
fallback_url: "",
|
|
318
326
|
});
|
|
319
327
|
```
|
|
320
328
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/web-mainthread-apis-canary",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.4-canary-20251111-da466b23",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [],
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"**/*.css"
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.18.
|
|
28
|
-
"@lynx-js/web-style-transformer": "npm:@lynx-js/web-style-transformer-canary@0.18.
|
|
27
|
+
"@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.18.4-canary-20251111-da466b23",
|
|
28
|
+
"@lynx-js/web-style-transformer": "npm:@lynx-js/web-style-transformer-canary@0.18.4-canary-20251111-da466b23",
|
|
29
29
|
"hyphenate-style-name": "^1.1.0"
|
|
30
30
|
}
|
|
31
31
|
}
|