@lynx-js/web-core-server-canary 0.18.3-canary-20251108-3bc8903d → 0.18.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.
- 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.3
|
|
3
|
+
## 0.18.3
|
|
4
4
|
|
|
5
5
|
## 0.18.2
|
|
6
6
|
|
|
@@ -121,25 +121,25 @@
|
|
|
121
121
|
lynxView.initI18nResources = [
|
|
122
122
|
{
|
|
123
123
|
options: {
|
|
124
|
-
locale:
|
|
125
|
-
channel:
|
|
126
|
-
fallback_url:
|
|
124
|
+
locale: 'en',
|
|
125
|
+
channel: '1',
|
|
126
|
+
fallback_url: '',
|
|
127
127
|
},
|
|
128
128
|
resource: {
|
|
129
|
-
hello:
|
|
130
|
-
lynx:
|
|
129
|
+
hello: 'hello',
|
|
130
|
+
lynx: 'lynx web platform1',
|
|
131
131
|
},
|
|
132
132
|
},
|
|
133
133
|
];
|
|
134
|
-
lynxView.addEventListener(
|
|
134
|
+
lynxView.addEventListener('i18nResourceMissed', (e) => {
|
|
135
135
|
console.log(e);
|
|
136
136
|
});
|
|
137
137
|
|
|
138
138
|
// mts
|
|
139
139
|
_I18nResourceTranslation({
|
|
140
|
-
locale:
|
|
141
|
-
channel:
|
|
142
|
-
fallback_url:
|
|
140
|
+
locale: 'en',
|
|
141
|
+
channel: '1',
|
|
142
|
+
fallback_url: '',
|
|
143
143
|
});
|
|
144
144
|
```
|
|
145
145
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/web-core-server-canary",
|
|
3
|
-
"version": "0.18.3
|
|
3
|
+
"version": "0.18.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-
|
|
30
|
-
"@lynx-js/web-
|
|
31
|
-
"@lynx-js/web-
|
|
32
|
-
"@lynx-js/web-
|
|
29
|
+
"@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.10",
|
|
30
|
+
"@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.18.3",
|
|
31
|
+
"@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.18.3",
|
|
32
|
+
"@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.18.3"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "rslib build",
|