@lynx-js/web-core-server-canary 0.18.4-canary-20251121-e1a9493a → 0.18.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.18.4
|
|
3
|
+
## 0.18.4
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -131,25 +131,25 @@
|
|
|
131
131
|
lynxView.initI18nResources = [
|
|
132
132
|
{
|
|
133
133
|
options: {
|
|
134
|
-
locale:
|
|
135
|
-
channel:
|
|
136
|
-
fallback_url:
|
|
134
|
+
locale: 'en',
|
|
135
|
+
channel: '1',
|
|
136
|
+
fallback_url: '',
|
|
137
137
|
},
|
|
138
138
|
resource: {
|
|
139
|
-
hello:
|
|
140
|
-
lynx:
|
|
139
|
+
hello: 'hello',
|
|
140
|
+
lynx: 'lynx web platform1',
|
|
141
141
|
},
|
|
142
142
|
},
|
|
143
143
|
];
|
|
144
|
-
lynxView.addEventListener(
|
|
144
|
+
lynxView.addEventListener('i18nResourceMissed', (e) => {
|
|
145
145
|
console.log(e);
|
|
146
146
|
});
|
|
147
147
|
|
|
148
148
|
// mts
|
|
149
149
|
_I18nResourceTranslation({
|
|
150
|
-
locale:
|
|
151
|
-
channel:
|
|
152
|
-
fallback_url:
|
|
150
|
+
locale: 'en',
|
|
151
|
+
channel: '1',
|
|
152
|
+
fallback_url: '',
|
|
153
153
|
});
|
|
154
154
|
```
|
|
155
155
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/web-core-server-canary",
|
|
3
|
-
"version": "0.18.4
|
|
3
|
+
"version": "0.18.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [],
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"rsbuild-plugin-arethetypeswrong": "0.1.1",
|
|
27
27
|
"rsbuild-plugin-publint": "0.3.3",
|
|
28
|
-
"@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.18.4-canary-20251121-e1a9493a",
|
|
29
28
|
"@lynx-js/offscreen-document": "npm:@lynx-js/offscreen-document-canary@0.1.4",
|
|
30
|
-
"@lynx-js/web-
|
|
31
|
-
"@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.18.4
|
|
32
|
-
"@lynx-js/web-
|
|
29
|
+
"@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.18.4",
|
|
30
|
+
"@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.18.4",
|
|
31
|
+
"@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.11",
|
|
32
|
+
"@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.18.4"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "rslib build",
|