@lynx-js/web-core-server-canary 0.18.5-canary-20251204-c475c1e3 → 0.19.0
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/dist/27.js +1 -1
- package/dist/legacy-wasm-chunk.js +1 -1
- package/dist/static/wasm/97be315d.module.wasm +0 -0
- package/dist/static/wasm/fbb8137e.module.wasm +0 -0
- package/package.json +6 -6
- package/dist/static/wasm/754c06ee.module.wasm +0 -0
- package/dist/static/wasm/7f8d0487.module.wasm +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @lynx-js/web-core-server
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.19.0
|
|
4
4
|
|
|
5
5
|
## 0.18.4
|
|
6
6
|
|
|
@@ -133,25 +133,25 @@
|
|
|
133
133
|
lynxView.initI18nResources = [
|
|
134
134
|
{
|
|
135
135
|
options: {
|
|
136
|
-
locale:
|
|
137
|
-
channel:
|
|
138
|
-
fallback_url:
|
|
136
|
+
locale: 'en',
|
|
137
|
+
channel: '1',
|
|
138
|
+
fallback_url: '',
|
|
139
139
|
},
|
|
140
140
|
resource: {
|
|
141
|
-
hello:
|
|
142
|
-
lynx:
|
|
141
|
+
hello: 'hello',
|
|
142
|
+
lynx: 'lynx web platform1',
|
|
143
143
|
},
|
|
144
144
|
},
|
|
145
145
|
];
|
|
146
|
-
lynxView.addEventListener(
|
|
146
|
+
lynxView.addEventListener('i18nResourceMissed', (e) => {
|
|
147
147
|
console.log(e);
|
|
148
148
|
});
|
|
149
149
|
|
|
150
150
|
// mts
|
|
151
151
|
_I18nResourceTranslation({
|
|
152
|
-
locale:
|
|
153
|
-
channel:
|
|
154
|
-
fallback_url:
|
|
152
|
+
locale: 'en',
|
|
153
|
+
channel: '1',
|
|
154
|
+
fallback_url: '',
|
|
155
155
|
});
|
|
156
156
|
```
|
|
157
157
|
|
package/dist/27.js
CHANGED
|
@@ -1820,7 +1820,7 @@ export const __webpack_modules__ = {
|
|
|
1820
1820
|
},
|
|
1821
1821
|
"../web-mainthread-apis/binary/standard_bg.wasm": function(module, exports, __webpack_require__) {
|
|
1822
1822
|
var rspack_import_0 = __webpack_require__("../web-mainthread-apis/binary/standard_bg.js");
|
|
1823
|
-
module.exports = __webpack_require__.v(exports, module.id, "
|
|
1823
|
+
module.exports = __webpack_require__.v(exports, module.id, "97be315d5afffd9f", {
|
|
1824
1824
|
"./standard_bg.js": {
|
|
1825
1825
|
__wbg_new_e17d9f43105b08be: rspack_import_0.f,
|
|
1826
1826
|
__wbg_push_df81a39d04db858c: rspack_import_0.RS,
|
|
@@ -210,7 +210,7 @@ export const __webpack_modules__ = {
|
|
|
210
210
|
},
|
|
211
211
|
"../web-mainthread-apis/binary/legacy_bg.wasm": function(module, exports, __webpack_require__) {
|
|
212
212
|
var rspack_import_0 = __webpack_require__("../web-mainthread-apis/binary/legacy_bg.js");
|
|
213
|
-
module.exports = __webpack_require__.v(exports, module.id, "
|
|
213
|
+
module.exports = __webpack_require__.v(exports, module.id, "fbb8137e80161d65", {
|
|
214
214
|
"./legacy_bg.js": {
|
|
215
215
|
__wbg_new_e17d9f43105b08be: rspack_import_0.f,
|
|
216
216
|
__wbg_push_df81a39d04db858c: rspack_import_0.RS,
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lynx-js/web-core-server-canary",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.19.0",
|
|
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-
|
|
29
|
-
"@lynx-js/
|
|
30
|
-
"@lynx-js/web-
|
|
31
|
-
"@lynx-js/web-
|
|
32
|
-
"@lynx-js/
|
|
28
|
+
"@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.19.0",
|
|
29
|
+
"@lynx-js/offscreen-document": "npm:@lynx-js/offscreen-document-canary@0.1.4",
|
|
30
|
+
"@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.19.0",
|
|
31
|
+
"@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.9.0",
|
|
32
|
+
"@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.19.0"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "rslib build",
|
|
Binary file
|
|
Binary file
|