@lynx-js/web-core-server-canary 0.19.1 → 0.19.2-canary-20251216-e38e21a1
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 +11 -9
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @lynx-js/web-core-server
|
|
2
2
|
|
|
3
|
+
## 0.19.2-canary-20251216115050-e38e21a13bc43472da91f99f6cc60266d7e0de8b
|
|
4
|
+
|
|
3
5
|
## 0.19.1
|
|
4
6
|
|
|
5
7
|
## 0.19.0
|
|
@@ -135,25 +137,25 @@
|
|
|
135
137
|
lynxView.initI18nResources = [
|
|
136
138
|
{
|
|
137
139
|
options: {
|
|
138
|
-
locale:
|
|
139
|
-
channel:
|
|
140
|
-
fallback_url:
|
|
140
|
+
locale: "en",
|
|
141
|
+
channel: "1",
|
|
142
|
+
fallback_url: "",
|
|
141
143
|
},
|
|
142
144
|
resource: {
|
|
143
|
-
hello:
|
|
144
|
-
lynx:
|
|
145
|
+
hello: "hello",
|
|
146
|
+
lynx: "lynx web platform1",
|
|
145
147
|
},
|
|
146
148
|
},
|
|
147
149
|
];
|
|
148
|
-
lynxView.addEventListener(
|
|
150
|
+
lynxView.addEventListener("i18nResourceMissed", (e) => {
|
|
149
151
|
console.log(e);
|
|
150
152
|
});
|
|
151
153
|
|
|
152
154
|
// mts
|
|
153
155
|
_I18nResourceTranslation({
|
|
154
|
-
locale:
|
|
155
|
-
channel:
|
|
156
|
-
fallback_url:
|
|
156
|
+
locale: "en",
|
|
157
|
+
channel: "1",
|
|
158
|
+
fallback_url: "",
|
|
157
159
|
});
|
|
158
160
|
```
|
|
159
161
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/web-core-server-canary",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.2-canary-20251216-e38e21a1",
|
|
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.
|
|
29
|
+
"@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.19.2-canary-20251216-e38e21a1",
|
|
30
30
|
"@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.9.0",
|
|
31
|
-
"@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.19.
|
|
32
|
-
"@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.19.
|
|
31
|
+
"@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.19.2-canary-20251216-e38e21a1",
|
|
32
|
+
"@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.19.2-canary-20251216-e38e21a1"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "rslib build",
|