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

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