@lynx-js/web-mainthread-apis-canary 0.17.1 → 0.17.2-canary-20250928-19f823aa
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.17.2-canary-20250928124601-19f823aae4ce6d99c173d28d157b7514ae8453cf
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`a35a245`](https://github.com/lynx-family/lynx-stack/commit/a35a2452e5355bda3c475f9a750a86085e0cf56a)]:
|
|
8
|
+
- @lynx-js/web-constants@0.17.2-canary-20250928124601-19f823aae4ce6d99c173d28d157b7514ae8453cf
|
|
9
|
+
- @lynx-js/web-style-transformer@0.17.2-canary-20250928124601-19f823aae4ce6d99c173d28d157b7514ae8453cf
|
|
10
|
+
|
|
3
11
|
## 0.17.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -236,25 +244,25 @@
|
|
|
236
244
|
lynxView.initI18nResources = [
|
|
237
245
|
{
|
|
238
246
|
options: {
|
|
239
|
-
locale:
|
|
240
|
-
channel:
|
|
241
|
-
fallback_url:
|
|
247
|
+
locale: "en",
|
|
248
|
+
channel: "1",
|
|
249
|
+
fallback_url: "",
|
|
242
250
|
},
|
|
243
251
|
resource: {
|
|
244
|
-
hello:
|
|
245
|
-
lynx:
|
|
252
|
+
hello: "hello",
|
|
253
|
+
lynx: "lynx web platform1",
|
|
246
254
|
},
|
|
247
255
|
},
|
|
248
256
|
];
|
|
249
|
-
lynxView.addEventListener(
|
|
257
|
+
lynxView.addEventListener("i18nResourceMissed", (e) => {
|
|
250
258
|
console.log(e);
|
|
251
259
|
});
|
|
252
260
|
|
|
253
261
|
// mts
|
|
254
262
|
_I18nResourceTranslation({
|
|
255
|
-
locale:
|
|
256
|
-
channel:
|
|
257
|
-
fallback_url:
|
|
263
|
+
locale: "en",
|
|
264
|
+
channel: "1",
|
|
265
|
+
fallback_url: "",
|
|
258
266
|
});
|
|
259
267
|
```
|
|
260
268
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/web-mainthread-apis-canary",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.2-canary-20250928-19f823aa",
|
|
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.17.
|
|
28
|
-
"@lynx-js/web-style-transformer": "npm:@lynx-js/web-style-transformer-canary@0.17.
|
|
27
|
+
"@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.17.2-canary-20250928-19f823aa",
|
|
28
|
+
"@lynx-js/web-style-transformer": "npm:@lynx-js/web-style-transformer-canary@0.17.2-canary-20250928-19f823aa",
|
|
29
29
|
"hyphenate-style-name": "^1.1.0"
|
|
30
30
|
}
|
|
31
31
|
}
|