@lynx-js/web-core-server-canary 0.19.6 → 0.19.7-canary-20260127-43fc7e7f

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 +11 -9
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @lynx-js/web-core-server
2
2
 
3
+ ## 0.19.7-canary-20260127120110-43fc7e7f550a761ab94bdcd01a3eda9b93273279
4
+
3
5
  ## 0.19.6
4
6
 
5
7
  ## 0.19.5
@@ -145,25 +147,25 @@
145
147
  lynxView.initI18nResources = [
146
148
  {
147
149
  options: {
148
- locale: 'en',
149
- channel: '1',
150
- fallback_url: '',
150
+ locale: "en",
151
+ channel: "1",
152
+ fallback_url: "",
151
153
  },
152
154
  resource: {
153
- hello: 'hello',
154
- lynx: 'lynx web platform1',
155
+ hello: "hello",
156
+ lynx: "lynx web platform1",
155
157
  },
156
158
  },
157
159
  ];
158
- lynxView.addEventListener('i18nResourceMissed', (e) => {
160
+ lynxView.addEventListener("i18nResourceMissed", (e) => {
159
161
  console.log(e);
160
162
  });
161
163
 
162
164
  // mts
163
165
  _I18nResourceTranslation({
164
- locale: 'en',
165
- channel: '1',
166
- fallback_url: '',
166
+ locale: "en",
167
+ channel: "1",
168
+ fallback_url: "",
167
169
  });
168
170
  ```
169
171
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-core-server-canary",
3
- "version": "0.19.6",
3
+ "version": "0.19.7-canary-20260127-43fc7e7f",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [],
@@ -26,10 +26,10 @@
26
26
  "rsbuild-plugin-arethetypeswrong": "0.1.1",
27
27
  "rsbuild-plugin-publint": "0.3.3",
28
28
  "@lynx-js/offscreen-document": "npm:@lynx-js/offscreen-document-canary@0.1.4",
29
- "@lynx-js/web-elements": "npm:@lynx-js/web-elements-canary@0.11.0",
30
- "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.19.6",
31
- "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.19.6",
32
- "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.19.6"
29
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.19.7-canary-20260127-43fc7e7f",
30
+ "@lynx-js/web-elements": "npm:@lynx-js/web-elements-canary@0.11.1-canary-20260127-43fc7e7f",
31
+ "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.19.7-canary-20260127-43fc7e7f",
32
+ "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.19.7-canary-20260127-43fc7e7f"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "rslib build",