@lynx-js/web-mainthread-apis-canary 0.15.7 → 0.15.8-canary-20250826-1777bb4b
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.15.8-canary-20250826060301-1777bb4bc1d031b0d30d5e2c079fc04cd72e402e
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies []:
|
|
8
|
+
- @lynx-js/web-constants@0.15.8-canary-20250826060301-1777bb4bc1d031b0d30d5e2c079fc04cd72e402e
|
|
9
|
+
- @lynx-js/web-style-transformer@0.15.8-canary-20250826060301-1777bb4bc1d031b0d30d5e2c079fc04cd72e402e
|
|
10
|
+
|
|
3
11
|
## 0.15.7
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -178,25 +186,25 @@
|
|
|
178
186
|
lynxView.initI18nResources = [
|
|
179
187
|
{
|
|
180
188
|
options: {
|
|
181
|
-
locale:
|
|
182
|
-
channel:
|
|
183
|
-
fallback_url:
|
|
189
|
+
locale: "en",
|
|
190
|
+
channel: "1",
|
|
191
|
+
fallback_url: "",
|
|
184
192
|
},
|
|
185
193
|
resource: {
|
|
186
|
-
hello:
|
|
187
|
-
lynx:
|
|
194
|
+
hello: "hello",
|
|
195
|
+
lynx: "lynx web platform1",
|
|
188
196
|
},
|
|
189
197
|
},
|
|
190
198
|
];
|
|
191
|
-
lynxView.addEventListener(
|
|
199
|
+
lynxView.addEventListener("i18nResourceMissed", (e) => {
|
|
192
200
|
console.log(e);
|
|
193
201
|
});
|
|
194
202
|
|
|
195
203
|
// mts
|
|
196
204
|
_I18nResourceTranslation({
|
|
197
|
-
locale:
|
|
198
|
-
channel:
|
|
199
|
-
fallback_url:
|
|
205
|
+
locale: "en",
|
|
206
|
+
channel: "1",
|
|
207
|
+
fallback_url: "",
|
|
200
208
|
});
|
|
201
209
|
```
|
|
202
210
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/web-mainthread-apis-canary",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.8-canary-20250826-1777bb4b",
|
|
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.15.
|
|
28
|
-
"@lynx-js/web-style-transformer": "npm:@lynx-js/web-style-transformer-canary@0.15.
|
|
27
|
+
"@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.15.8-canary-20250826-1777bb4b",
|
|
28
|
+
"@lynx-js/web-style-transformer": "npm:@lynx-js/web-style-transformer-canary@0.15.8-canary-20250826-1777bb4b",
|
|
29
29
|
"hyphenate-style-name": "^1.1.0"
|
|
30
30
|
}
|
|
31
31
|
}
|