@lynx-js/web-core-server-canary 0.19.3-canary-20251226-baaf6f44 → 0.19.3

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.3-canary-20251226141052-baaf6f44d04338cd0417f9ab65250806aea52668
3
+ ## 0.19.3
4
4
 
5
5
  ## 0.19.2
6
6
 
@@ -139,25 +139,25 @@
139
139
  lynxView.initI18nResources = [
140
140
  {
141
141
  options: {
142
- locale: "en",
143
- channel: "1",
144
- fallback_url: "",
142
+ locale: 'en',
143
+ channel: '1',
144
+ fallback_url: '',
145
145
  },
146
146
  resource: {
147
- hello: "hello",
148
- lynx: "lynx web platform1",
147
+ hello: 'hello',
148
+ lynx: 'lynx web platform1',
149
149
  },
150
150
  },
151
151
  ];
152
- lynxView.addEventListener("i18nResourceMissed", (e) => {
152
+ lynxView.addEventListener('i18nResourceMissed', (e) => {
153
153
  console.log(e);
154
154
  });
155
155
 
156
156
  // mts
157
157
  _I18nResourceTranslation({
158
- locale: "en",
159
- channel: "1",
160
- fallback_url: "",
158
+ locale: 'en',
159
+ channel: '1',
160
+ fallback_url: '',
161
161
  });
162
162
  ```
163
163
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-core-server-canary",
3
- "version": "0.19.3-canary-20251226-baaf6f44",
3
+ "version": "0.19.3",
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-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.19.3-canary-20251226-baaf6f44",
30
- "@lynx-js/web-elements": "npm:@lynx-js/web-elements-canary@0.10.0-canary-20251226-baaf6f44",
31
- "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.19.3-canary-20251226-baaf6f44",
32
- "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.19.3-canary-20251226-baaf6f44"
29
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.19.3",
30
+ "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.19.3",
31
+ "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.19.3",
32
+ "@lynx-js/web-elements": "npm:@lynx-js/web-elements-canary@0.10.0"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "rslib build",