@lynx-js/web-mainthread-apis-canary 0.19.3 → 0.19.4-canary-20251230-bba05e2e

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