@lynx-js/web-core-server-canary 0.16.1-canary-20250910-67ee3e6f → 0.16.1-canary-20250910-6cc0e85f
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 +1 -1
- package/dist/index.js +1 -1
- package/dist/legacy-wasm-chunk.js +1 -1
- package/dist/static/wasm/19448adb.module.wasm +0 -0
- package/dist/static/wasm/9ed86c95.module.wasm +0 -0
- package/package.json +4 -4
- package/dist/static/wasm/17b28b9a.module.wasm +0 -0
- package/dist/static/wasm/92aacec2.module.wasm +0 -0
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -187,7 +187,7 @@ var __webpack_modules__ = {
|
|
|
187
187
|
},
|
|
188
188
|
"../web-style-transformer/dist/standard_bg.wasm": function(module1, exports, __webpack_require__) {
|
|
189
189
|
var WEBPACK_IMPORTED_MODULE_0 = __webpack_require__("../web-style-transformer/dist/standard_bg.js");
|
|
190
|
-
module1.exports = __webpack_require__.v(exports, module1.id, "
|
|
190
|
+
module1.exports = __webpack_require__.v(exports, module1.id, "9ed86c9548d28935", {
|
|
191
191
|
"./standard_bg.js": {
|
|
192
192
|
__wbg_new_58353953ad2097cc: WEBPACK_IMPORTED_MODULE_0.Fz,
|
|
193
193
|
__wbindgen_string_new: WEBPACK_IMPORTED_MODULE_0.yc,
|
|
@@ -217,7 +217,7 @@ export const __webpack_modules__ = {
|
|
|
217
217
|
},
|
|
218
218
|
"../web-style-transformer/dist/legacy_bg.wasm": function(module1, exports, __webpack_require__) {
|
|
219
219
|
var WEBPACK_IMPORTED_MODULE_0 = __webpack_require__("../web-style-transformer/dist/legacy_bg.js");
|
|
220
|
-
module1.exports = __webpack_require__.v(exports, module1.id, "
|
|
220
|
+
module1.exports = __webpack_require__.v(exports, module1.id, "19448adb4d4ba534", {
|
|
221
221
|
"./legacy_bg.js": {
|
|
222
222
|
__wbg_new_58353953ad2097cc: WEBPACK_IMPORTED_MODULE_0.Fz,
|
|
223
223
|
__wbindgen_string_new: WEBPACK_IMPORTED_MODULE_0.yc,
|
|
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.16.1-canary-20250910-
|
|
3
|
+
"version": "0.16.1-canary-20250910-6cc0e85f",
|
|
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.16.1-canary-20250910-
|
|
28
|
+
"@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.16.1-canary-20250910-6cc0e85f",
|
|
29
29
|
"@lynx-js/offscreen-document": "npm:@lynx-js/offscreen-document-canary@0.1.4",
|
|
30
30
|
"@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.5",
|
|
31
|
-
"@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.16.1-canary-20250910-
|
|
32
|
-
"@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.16.1-canary-20250910-
|
|
31
|
+
"@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.16.1-canary-20250910-6cc0e85f",
|
|
32
|
+
"@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.16.1-canary-20250910-6cc0e85f"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "rslib build",
|
|
Binary file
|
|
Binary file
|