@lynx-js/web-mainthread-apis-canary 0.19.4 → 0.19.5-canary-20260107-b41d54ae

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.5-canary-20260107110030-b41d54aead52f891fcd04b7dad57f7ddf400e5d9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @lynx-js/web-constants@0.19.5-canary-20260107110030-b41d54aead52f891fcd04b7dad57f7ddf400e5d9
9
+
3
10
  ## 0.19.4
4
11
 
5
12
  ### Patch Changes
@@ -344,25 +351,25 @@
344
351
  lynxView.initI18nResources = [
345
352
  {
346
353
  options: {
347
- locale: 'en',
348
- channel: '1',
349
- fallback_url: '',
354
+ locale: "en",
355
+ channel: "1",
356
+ fallback_url: "",
350
357
  },
351
358
  resource: {
352
- hello: 'hello',
353
- lynx: 'lynx web platform1',
359
+ hello: "hello",
360
+ lynx: "lynx web platform1",
354
361
  },
355
362
  },
356
363
  ];
357
- lynxView.addEventListener('i18nResourceMissed', (e) => {
364
+ lynxView.addEventListener("i18nResourceMissed", (e) => {
358
365
  console.log(e);
359
366
  });
360
367
 
361
368
  // mts
362
369
  _I18nResourceTranslation({
363
- locale: 'en',
364
- channel: '1',
365
- fallback_url: '',
370
+ locale: "en",
371
+ channel: "1",
372
+ fallback_url: "",
366
373
  });
367
374
  ```
368
375
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-mainthread-apis-canary",
3
- "version": "0.19.4",
3
+ "version": "0.19.5-canary-20260107-b41d54ae",
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.4",
29
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.19.5-canary-20260107-b41d54ae",
30
30
  "hyphenate-style-name": "^1.1.0",
31
31
  "wasm-feature-detect": "^1.8.0"
32
32
  },