@lynx-js/web-mainthread-apis-canary 0.17.1-canary-20250925-df40a0a6 → 0.17.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,12 +1,12 @@
1
1
  # @lynx-js/web-mainthread-apis
2
2
 
3
- ## 0.17.1-canary-20250925124327-df40a0a6f4020533f30a01b09241b9bd64939ad4
3
+ ## 0.17.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies []:
8
- - @lynx-js/web-constants@0.17.1-canary-20250925124327-df40a0a6f4020533f30a01b09241b9bd64939ad4
9
- - @lynx-js/web-style-transformer@0.17.1-canary-20250925124327-df40a0a6f4020533f30a01b09241b9bd64939ad4
8
+ - @lynx-js/web-constants@0.17.1
9
+ - @lynx-js/web-style-transformer@0.17.1
10
10
 
11
11
  ## 0.17.0
12
12
 
@@ -236,25 +236,25 @@
236
236
  lynxView.initI18nResources = [
237
237
  {
238
238
  options: {
239
- locale: "en",
240
- channel: "1",
241
- fallback_url: "",
239
+ locale: 'en',
240
+ channel: '1',
241
+ fallback_url: '',
242
242
  },
243
243
  resource: {
244
- hello: "hello",
245
- lynx: "lynx web platform1",
244
+ hello: 'hello',
245
+ lynx: 'lynx web platform1',
246
246
  },
247
247
  },
248
248
  ];
249
- lynxView.addEventListener("i18nResourceMissed", (e) => {
249
+ lynxView.addEventListener('i18nResourceMissed', (e) => {
250
250
  console.log(e);
251
251
  });
252
252
 
253
253
  // mts
254
254
  _I18nResourceTranslation({
255
- locale: "en",
256
- channel: "1",
257
- fallback_url: "",
255
+ locale: 'en',
256
+ channel: '1',
257
+ fallback_url: '',
258
258
  });
259
259
  ```
260
260
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-mainthread-apis-canary",
3
- "version": "0.17.1-canary-20250925-df40a0a6",
3
+ "version": "0.17.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.17.1-canary-20250925-df40a0a6",
28
- "@lynx-js/web-style-transformer": "npm:@lynx-js/web-style-transformer-canary@0.17.1-canary-20250925-df40a0a6",
27
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.17.1",
28
+ "@lynx-js/web-style-transformer": "npm:@lynx-js/web-style-transformer-canary@0.17.1",
29
29
  "hyphenate-style-name": "^1.1.0"
30
30
  }
31
31
  }