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