@lynx-js/web-mainthread-apis-canary 0.17.0 → 0.17.1-canary-20250924-6411f84c

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