@lynx-js/web-mainthread-apis-canary 0.18.4-canary-20251121-e1a9493a → 0.18.4

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 +11 -11
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # @lynx-js/web-mainthread-apis
2
2
 
3
- ## 0.18.4-canary-20251121034851-e1a9493a1d565fd077d55cba818ba12fbefc30a1
3
+ ## 0.18.4
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies []:
8
- - @lynx-js/web-constants@0.18.4-canary-20251121034851-e1a9493a1d565fd077d55cba818ba12fbefc30a1
8
+ - @lynx-js/web-constants@0.18.4
9
9
 
10
10
  ## 0.18.3
11
11
 
@@ -303,25 +303,25 @@
303
303
  lynxView.initI18nResources = [
304
304
  {
305
305
  options: {
306
- locale: "en",
307
- channel: "1",
308
- fallback_url: "",
306
+ locale: 'en',
307
+ channel: '1',
308
+ fallback_url: '',
309
309
  },
310
310
  resource: {
311
- hello: "hello",
312
- lynx: "lynx web platform1",
311
+ hello: 'hello',
312
+ lynx: 'lynx web platform1',
313
313
  },
314
314
  },
315
315
  ];
316
- lynxView.addEventListener("i18nResourceMissed", (e) => {
316
+ lynxView.addEventListener('i18nResourceMissed', (e) => {
317
317
  console.log(e);
318
318
  });
319
319
 
320
320
  // mts
321
321
  _I18nResourceTranslation({
322
- locale: "en",
323
- channel: "1",
324
- fallback_url: "",
322
+ locale: 'en',
323
+ channel: '1',
324
+ fallback_url: '',
325
325
  });
326
326
  ```
327
327
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-mainthread-apis-canary",
3
- "version": "0.18.4-canary-20251121-e1a9493a",
3
+ "version": "0.18.4",
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.18.4-canary-20251121-e1a9493a",
29
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.18.4",
30
30
  "hyphenate-style-name": "^1.1.0",
31
31
  "wasm-feature-detect": "^1.8.0"
32
32
  },