@lynx-js/web-mainthread-apis-canary 0.18.2-canary-20251030-53eed0a5 → 0.18.2

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 +12 -12
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @lynx-js/web-mainthread-apis
2
2
 
3
- ## 0.18.2-canary-20251030071334-53eed0a562fb32455214a94d198f1516cb4359eb
3
+ ## 0.18.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies []:
8
- - @lynx-js/web-constants@0.18.2-canary-20251030071334-53eed0a562fb32455214a94d198f1516cb4359eb
9
- - @lynx-js/web-style-transformer@0.18.2-canary-20251030071334-53eed0a562fb32455214a94d198f1516cb4359eb
8
+ - @lynx-js/web-constants@0.18.2
9
+ - @lynx-js/web-style-transformer@0.18.2
10
10
 
11
11
  ## 0.18.1
12
12
 
@@ -286,25 +286,25 @@
286
286
  lynxView.initI18nResources = [
287
287
  {
288
288
  options: {
289
- locale: "en",
290
- channel: "1",
291
- fallback_url: "",
289
+ locale: 'en',
290
+ channel: '1',
291
+ fallback_url: '',
292
292
  },
293
293
  resource: {
294
- hello: "hello",
295
- lynx: "lynx web platform1",
294
+ hello: 'hello',
295
+ lynx: 'lynx web platform1',
296
296
  },
297
297
  },
298
298
  ];
299
- lynxView.addEventListener("i18nResourceMissed", (e) => {
299
+ lynxView.addEventListener('i18nResourceMissed', (e) => {
300
300
  console.log(e);
301
301
  });
302
302
 
303
303
  // mts
304
304
  _I18nResourceTranslation({
305
- locale: "en",
306
- channel: "1",
307
- fallback_url: "",
305
+ locale: 'en',
306
+ channel: '1',
307
+ fallback_url: '',
308
308
  });
309
309
  ```
310
310
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-mainthread-apis-canary",
3
- "version": "0.18.2-canary-20251030-53eed0a5",
3
+ "version": "0.18.2",
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.18.2-canary-20251030-53eed0a5",
28
- "@lynx-js/web-style-transformer": "npm:@lynx-js/web-style-transformer-canary@0.18.2-canary-20251030-53eed0a5",
27
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.18.2",
28
+ "@lynx-js/web-style-transformer": "npm:@lynx-js/web-style-transformer-canary@0.18.2",
29
29
  "hyphenate-style-name": "^1.1.0"
30
30
  }
31
31
  }