@lynx-js/web-mainthread-apis-canary 0.16.0 → 0.16.1-canary-20250910-c7060205

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.16.1-canary-20250910042759-c706020541a7e7551587ff3751713737c33da852
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @lynx-js/web-constants@0.16.1-canary-20250910042759-c706020541a7e7551587ff3751713737c33da852
9
+ - @lynx-js/web-style-transformer@0.16.1-canary-20250910042759-c706020541a7e7551587ff3751713737c33da852
10
+
3
11
  ## 0.16.0
4
12
 
5
13
  ### Minor Changes
@@ -202,25 +210,25 @@
202
210
  lynxView.initI18nResources = [
203
211
  {
204
212
  options: {
205
- locale: 'en',
206
- channel: '1',
207
- fallback_url: '',
213
+ locale: "en",
214
+ channel: "1",
215
+ fallback_url: "",
208
216
  },
209
217
  resource: {
210
- hello: 'hello',
211
- lynx: 'lynx web platform1',
218
+ hello: "hello",
219
+ lynx: "lynx web platform1",
212
220
  },
213
221
  },
214
222
  ];
215
- lynxView.addEventListener('i18nResourceMissed', (e) => {
223
+ lynxView.addEventListener("i18nResourceMissed", (e) => {
216
224
  console.log(e);
217
225
  });
218
226
 
219
227
  // mts
220
228
  _I18nResourceTranslation({
221
- locale: 'en',
222
- channel: '1',
223
- fallback_url: '',
229
+ locale: "en",
230
+ channel: "1",
231
+ fallback_url: "",
224
232
  });
225
233
  ```
226
234
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-mainthread-apis-canary",
3
- "version": "0.16.0",
3
+ "version": "0.16.1-canary-20250910-c7060205",
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.16.0",
28
- "@lynx-js/web-style-transformer": "npm:@lynx-js/web-style-transformer-canary@0.16.0",
27
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.16.1-canary-20250910-c7060205",
28
+ "@lynx-js/web-style-transformer": "npm:@lynx-js/web-style-transformer-canary@0.16.1-canary-20250910-c7060205",
29
29
  "hyphenate-style-name": "^1.1.0"
30
30
  }
31
31
  }