@lynx-js/web-core-server-canary 0.19.5-canary-20260111-d9c9ff98 → 0.19.5

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 +10 -10
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/web-core-server
2
2
 
3
- ## 0.19.5-canary-20260111102946-d9c9ff985d02de83c98595b9851e45f50e944a3e
3
+ ## 0.19.5
4
4
 
5
5
  ## 0.19.4
6
6
 
@@ -143,25 +143,25 @@
143
143
  lynxView.initI18nResources = [
144
144
  {
145
145
  options: {
146
- locale: "en",
147
- channel: "1",
148
- fallback_url: "",
146
+ locale: 'en',
147
+ channel: '1',
148
+ fallback_url: '',
149
149
  },
150
150
  resource: {
151
- hello: "hello",
152
- lynx: "lynx web platform1",
151
+ hello: 'hello',
152
+ lynx: 'lynx web platform1',
153
153
  },
154
154
  },
155
155
  ];
156
- lynxView.addEventListener("i18nResourceMissed", (e) => {
156
+ lynxView.addEventListener('i18nResourceMissed', (e) => {
157
157
  console.log(e);
158
158
  });
159
159
 
160
160
  // mts
161
161
  _I18nResourceTranslation({
162
- locale: "en",
163
- channel: "1",
164
- fallback_url: "",
162
+ locale: 'en',
163
+ channel: '1',
164
+ fallback_url: '',
165
165
  });
166
166
  ```
167
167
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-core-server-canary",
3
- "version": "0.19.5-canary-20260111-d9c9ff98",
3
+ "version": "0.19.5",
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-constants": "npm:@lynx-js/web-constants-canary@0.19.5-canary-20260111-d9c9ff98",
30
- "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.19.5-canary-20260111-d9c9ff98",
31
- "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.19.5-canary-20260111-d9c9ff98",
32
- "@lynx-js/web-elements": "npm:@lynx-js/web-elements-canary@0.11.0-canary-20260111-d9c9ff98"
29
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.19.5",
30
+ "@lynx-js/web-elements": "npm:@lynx-js/web-elements-canary@0.11.0",
31
+ "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.19.5",
32
+ "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.19.5"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "rslib build",