@lynx-js/web-mainthread-apis-canary 0.16.0 → 0.16.1-canary-20250910-c24b6021
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.16.1-canary-20250910033502-c24b60214bbb194adfd96985f3f80d1e0f5a0e08
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies []:
|
|
8
|
+
- @lynx-js/web-constants@0.16.1-canary-20250910033502-c24b60214bbb194adfd96985f3f80d1e0f5a0e08
|
|
9
|
+
- @lynx-js/web-style-transformer@0.16.1-canary-20250910033502-c24b60214bbb194adfd96985f3f80d1e0f5a0e08
|
|
10
|
+
|
|
3
11
|
## 0.16.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -202,25 +210,25 @@
|
|
|
202
210
|
lynxView.initI18nResources = [
|
|
203
211
|
{
|
|
204
212
|
options: {
|
|
205
|
-
locale:
|
|
206
|
-
channel:
|
|
207
|
-
fallback_url:
|
|
213
|
+
locale: "en",
|
|
214
|
+
channel: "1",
|
|
215
|
+
fallback_url: "",
|
|
208
216
|
},
|
|
209
217
|
resource: {
|
|
210
|
-
hello:
|
|
211
|
-
lynx:
|
|
218
|
+
hello: "hello",
|
|
219
|
+
lynx: "lynx web platform1",
|
|
212
220
|
},
|
|
213
221
|
},
|
|
214
222
|
];
|
|
215
|
-
lynxView.addEventListener(
|
|
223
|
+
lynxView.addEventListener("i18nResourceMissed", (e) => {
|
|
216
224
|
console.log(e);
|
|
217
225
|
});
|
|
218
226
|
|
|
219
227
|
// mts
|
|
220
228
|
_I18nResourceTranslation({
|
|
221
|
-
locale:
|
|
222
|
-
channel:
|
|
223
|
-
fallback_url:
|
|
229
|
+
locale: "en",
|
|
230
|
+
channel: "1",
|
|
231
|
+
fallback_url: "",
|
|
224
232
|
});
|
|
225
233
|
```
|
|
226
234
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/web-mainthread-apis-canary",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.1-canary-20250910-c24b6021",
|
|
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.16.
|
|
28
|
-
"@lynx-js/web-style-transformer": "npm:@lynx-js/web-style-transformer-canary@0.16.
|
|
27
|
+
"@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.16.1-canary-20250910-c24b6021",
|
|
28
|
+
"@lynx-js/web-style-transformer": "npm:@lynx-js/web-style-transformer-canary@0.16.1-canary-20250910-c24b6021",
|
|
29
29
|
"hyphenate-style-name": "^1.1.0"
|
|
30
30
|
}
|
|
31
31
|
}
|