@lynx-js/web-mainthread-apis-canary 0.17.2-canary-20251001-4e011e08 → 0.17.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.17.2-canary-20251001091711-4e011e08e092843aea57d625a5faaa7686b7b791
3
+ ## 0.17.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [[`a35a245`](https://github.com/lynx-family/lynx-stack/commit/a35a2452e5355bda3c475f9a750a86085e0cf56a)]:
8
- - @lynx-js/web-constants@0.17.2-canary-20251001091711-4e011e08e092843aea57d625a5faaa7686b7b791
9
- - @lynx-js/web-style-transformer@0.17.2-canary-20251001091711-4e011e08e092843aea57d625a5faaa7686b7b791
8
+ - @lynx-js/web-constants@0.17.2
9
+ - @lynx-js/web-style-transformer@0.17.2
10
10
 
11
11
  ## 0.17.1
12
12
 
@@ -244,25 +244,25 @@
244
244
  lynxView.initI18nResources = [
245
245
  {
246
246
  options: {
247
- locale: "en",
248
- channel: "1",
249
- fallback_url: "",
247
+ locale: 'en',
248
+ channel: '1',
249
+ fallback_url: '',
250
250
  },
251
251
  resource: {
252
- hello: "hello",
253
- lynx: "lynx web platform1",
252
+ hello: 'hello',
253
+ lynx: 'lynx web platform1',
254
254
  },
255
255
  },
256
256
  ];
257
- lynxView.addEventListener("i18nResourceMissed", (e) => {
257
+ lynxView.addEventListener('i18nResourceMissed', (e) => {
258
258
  console.log(e);
259
259
  });
260
260
 
261
261
  // mts
262
262
  _I18nResourceTranslation({
263
- locale: "en",
264
- channel: "1",
265
- fallback_url: "",
263
+ locale: 'en',
264
+ channel: '1',
265
+ fallback_url: '',
266
266
  });
267
267
  ```
268
268
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-mainthread-apis-canary",
3
- "version": "0.17.2-canary-20251001-4e011e08",
3
+ "version": "0.17.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.17.2-canary-20251001-4e011e08",
28
- "@lynx-js/web-style-transformer": "npm:@lynx-js/web-style-transformer-canary@0.17.2-canary-20251001-4e011e08",
27
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.17.2",
28
+ "@lynx-js/web-style-transformer": "npm:@lynx-js/web-style-transformer-canary@0.17.2",
29
29
  "hyphenate-style-name": "^1.1.0"
30
30
  }
31
31
  }