@lynx-js/web-mainthread-apis-canary 0.19.1 → 0.19.2-canary-20251216-e38e21a1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -9
  2. 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.2-canary-20251216115050-e38e21a13bc43472da91f99f6cc60266d7e0de8b
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @lynx-js/web-constants@0.19.2-canary-20251216115050-e38e21a13bc43472da91f99f6cc60266d7e0de8b
9
+
3
10
  ## 0.19.1
4
11
 
5
12
  ### Patch Changes
@@ -323,25 +330,25 @@
323
330
  lynxView.initI18nResources = [
324
331
  {
325
332
  options: {
326
- locale: 'en',
327
- channel: '1',
328
- fallback_url: '',
333
+ locale: "en",
334
+ channel: "1",
335
+ fallback_url: "",
329
336
  },
330
337
  resource: {
331
- hello: 'hello',
332
- lynx: 'lynx web platform1',
338
+ hello: "hello",
339
+ lynx: "lynx web platform1",
333
340
  },
334
341
  },
335
342
  ];
336
- lynxView.addEventListener('i18nResourceMissed', (e) => {
343
+ lynxView.addEventListener("i18nResourceMissed", (e) => {
337
344
  console.log(e);
338
345
  });
339
346
 
340
347
  // mts
341
348
  _I18nResourceTranslation({
342
- locale: 'en',
343
- channel: '1',
344
- fallback_url: '',
349
+ locale: "en",
350
+ channel: "1",
351
+ fallback_url: "",
345
352
  });
346
353
  ```
347
354
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-mainthread-apis-canary",
3
- "version": "0.19.1",
3
+ "version": "0.19.2-canary-20251216-e38e21a1",
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.1",
29
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.19.2-canary-20251216-e38e21a1",
30
30
  "hyphenate-style-name": "^1.1.0",
31
31
  "wasm-feature-detect": "^1.8.0"
32
32
  },