@lynx-js/web-mainthread-apis-canary 0.18.1-canary-20251023-9fb4623f → 0.18.1

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,6 +1,6 @@
1
1
  # @lynx-js/web-mainthread-apis
2
2
 
3
- ## 0.18.1-canary-20251023071457-9fb4623f0e4c98c97146840ffe529d95577fa628
3
+ ## 0.18.1
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -11,8 +11,8 @@
11
11
  We fixed it by waiting until the all-on-ui Javascript realm implementation, an iframe, to be fully loaded.
12
12
 
13
13
  - Updated dependencies []:
14
- - @lynx-js/web-constants@0.18.1-canary-20251023071457-9fb4623f0e4c98c97146840ffe529d95577fa628
15
- - @lynx-js/web-style-transformer@0.18.1-canary-20251023071457-9fb4623f0e4c98c97146840ffe529d95577fa628
14
+ - @lynx-js/web-constants@0.18.1
15
+ - @lynx-js/web-style-transformer@0.18.1
16
16
 
17
17
  ## 0.18.0
18
18
 
@@ -278,25 +278,25 @@
278
278
  lynxView.initI18nResources = [
279
279
  {
280
280
  options: {
281
- locale: "en",
282
- channel: "1",
283
- fallback_url: "",
281
+ locale: 'en',
282
+ channel: '1',
283
+ fallback_url: '',
284
284
  },
285
285
  resource: {
286
- hello: "hello",
287
- lynx: "lynx web platform1",
286
+ hello: 'hello',
287
+ lynx: 'lynx web platform1',
288
288
  },
289
289
  },
290
290
  ];
291
- lynxView.addEventListener("i18nResourceMissed", (e) => {
291
+ lynxView.addEventListener('i18nResourceMissed', (e) => {
292
292
  console.log(e);
293
293
  });
294
294
 
295
295
  // mts
296
296
  _I18nResourceTranslation({
297
- locale: "en",
298
- channel: "1",
299
- fallback_url: "",
297
+ locale: 'en',
298
+ channel: '1',
299
+ fallback_url: '',
300
300
  });
301
301
  ```
302
302
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-mainthread-apis-canary",
3
- "version": "0.18.1-canary-20251023-9fb4623f",
3
+ "version": "0.18.1",
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.1-canary-20251023-9fb4623f",
28
- "@lynx-js/web-style-transformer": "npm:@lynx-js/web-style-transformer-canary@0.18.1-canary-20251023-9fb4623f",
27
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.18.1",
28
+ "@lynx-js/web-style-transformer": "npm:@lynx-js/web-style-transformer-canary@0.18.1",
29
29
  "hyphenate-style-name": "^1.1.0"
30
30
  }
31
31
  }