@lynx-js/web-core-server-canary 0.17.2-canary-20250928-19f823aa → 0.17.2-canary-20250929-2e0ac6b0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @lynx-js/web-core-server
2
2
 
3
- ## 0.17.2-canary-20250928124601-19f823aae4ce6d99c173d28d157b7514ae8453cf
3
+ ## 0.17.2-canary-20250929064718-2e0ac6b04a8f2afd46899b5825c99afc5958029c
4
4
 
5
5
  ## 0.17.1
6
6
 
package/dist/index.js CHANGED
@@ -8,14 +8,14 @@ var __webpack_modules__ = {
8
8
  __webpack_require__.a(__webpack_module__, async function(__webpack_handle_async_dependencies__, __webpack_async_result__) {
9
9
  try {
10
10
  __webpack_require__.d(__webpack_exports__, {
11
- Fz: ()=>_standard_bg_js__WEBPACK_IMPORTED_MODULE_0__.Fz,
12
- Qn: ()=>_standard_bg_js__WEBPACK_IMPORTED_MODULE_0__.Qn,
11
+ Ao: ()=>_standard_bg_js__WEBPACK_IMPORTED_MODULE_0__.Ao,
12
+ Wp: ()=>_standard_bg_js__WEBPACK_IMPORTED_MODULE_0__.Wp,
13
13
  aC: ()=>_standard_bg_js__WEBPACK_IMPORTED_MODULE_0__.aC,
14
14
  bL: ()=>_standard_bg_js__WEBPACK_IMPORTED_MODULE_0__.bL,
15
+ dZ: ()=>_standard_bg_js__WEBPACK_IMPORTED_MODULE_0__.dZ,
15
16
  iG: ()=>_standard_bg_js__WEBPACK_IMPORTED_MODULE_0__.iG,
16
17
  lI: ()=>_standard_bg_js__WEBPACK_IMPORTED_MODULE_0__.lI,
17
- qB: ()=>_standard_bg_js__WEBPACK_IMPORTED_MODULE_0__.qB,
18
- yc: ()=>_standard_bg_js__WEBPACK_IMPORTED_MODULE_0__.yc
18
+ pY: ()=>_standard_bg_js__WEBPACK_IMPORTED_MODULE_0__.pY
19
19
  });
20
20
  var _standard_bg_wasm__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("../web-style-transformer/dist/standard_bg.wasm");
21
21
  var _standard_bg_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("../web-style-transformer/dist/standard_bg.js");
@@ -33,14 +33,14 @@ var __webpack_modules__ = {
33
33
  },
34
34
  "../web-style-transformer/dist/standard_bg.js": function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
35
35
  __webpack_require__.d(__webpack_exports__, {
36
- Fz: ()=>__wbg_new_58353953ad2097cc,
37
- Qn: ()=>__wbindgen_throw,
36
+ Ao: ()=>__wbg_wbindgenthrow_451ec1a8469d7eb6,
37
+ Wp: ()=>__wbg_push_330b2eb93e4e1212,
38
38
  aC: ()=>transform_raw_u16_inline_style_ptr,
39
39
  bL: ()=>__wbindgen_init_externref_table,
40
+ dZ: ()=>__wbg_new_1f3a344cf3123716,
40
41
  iG: ()=>transform_raw_u16_inline_style_ptr_parsed,
41
42
  lI: ()=>__wbg_set_wasm,
42
- qB: ()=>__wbg_push_73fd7b5550ebf707,
43
- yc: ()=>__wbindgen_string_new
43
+ pY: ()=>__wbindgen_cast_2241b6af4c4b2941
44
44
  });
45
45
  let wasm;
46
46
  function __wbg_set_wasm(val) {
@@ -51,8 +51,7 @@ var __webpack_modules__ = {
51
51
  if (null === cachedUint8ArrayMemory0 || 0 === cachedUint8ArrayMemory0.byteLength) cachedUint8ArrayMemory0 = new Uint8Array(wasm.memory.buffer);
52
52
  return cachedUint8ArrayMemory0;
53
53
  }
54
- const lTextDecoder = 'undefined' == typeof TextDecoder ? (0, module.require)('util').TextDecoder : TextDecoder;
55
- let cachedTextDecoder = new lTextDecoder('utf-8', {
54
+ let cachedTextDecoder = new TextDecoder('utf-8', {
56
55
  ignoreBOM: true,
57
56
  fatal: true
58
57
  });
@@ -62,7 +61,7 @@ var __webpack_modules__ = {
62
61
  function decodeText(ptr, len) {
63
62
  numBytesDecoded += len;
64
63
  if (numBytesDecoded >= MAX_SAFARI_DECODE_BYTES) {
65
- cachedTextDecoder = new lTextDecoder('utf-8', {
64
+ cachedTextDecoder = new TextDecoder('utf-8', {
66
65
  ignoreBOM: true,
67
66
  fatal: true
68
67
  });
@@ -76,11 +75,8 @@ var __webpack_modules__ = {
76
75
  return decodeText(ptr, len);
77
76
  }
78
77
  let WASM_VECTOR_LEN = 0;
79
- const lTextEncoder = 'undefined' == typeof TextEncoder ? (0, module.require)('util').TextEncoder : TextEncoder;
80
- const cachedTextEncoder = new lTextEncoder('utf-8');
81
- const encodeString = 'function' == typeof cachedTextEncoder.encodeInto ? function(arg, view) {
82
- return cachedTextEncoder.encodeInto(arg, view);
83
- } : function(arg, view) {
78
+ const cachedTextEncoder = new TextEncoder();
79
+ if (!('encodeInto' in cachedTextEncoder)) cachedTextEncoder.encodeInto = function(arg, view) {
84
80
  const buf = cachedTextEncoder.encode(arg);
85
81
  view.set(buf);
86
82
  return {
@@ -109,7 +105,7 @@ var __webpack_modules__ = {
109
105
  if (0 !== offset) arg = arg.slice(offset);
110
106
  ptr = realloc(ptr, len, len = offset + 3 * arg.length, 1) >>> 0;
111
107
  const view = getUint8ArrayMemory0().subarray(ptr + offset, ptr + len);
112
- const ret = encodeString(arg, view);
108
+ const ret = cachedTextEncoder.encodeInto(arg, view);
113
109
  offset += ret.written;
114
110
  ptr = realloc(ptr, len, offset, 1) >>> 0;
115
111
  }
@@ -135,14 +131,21 @@ var __webpack_modules__ = {
135
131
  const ret = wasm.transform_raw_u16_inline_style_ptr_parsed(ptr0, len0, ptr1, len1);
136
132
  return ret;
137
133
  }
138
- function __wbg_new_58353953ad2097cc() {
134
+ function __wbg_new_1f3a344cf3123716() {
139
135
  const ret = new Array();
140
136
  return ret;
141
137
  }
142
- function __wbg_push_73fd7b5550ebf707(arg0, arg1) {
138
+ function __wbg_push_330b2eb93e4e1212(arg0, arg1) {
143
139
  const ret = arg0.push(arg1);
144
140
  return ret;
145
141
  }
142
+ function __wbg_wbindgenthrow_451ec1a8469d7eb6(arg0, arg1) {
143
+ throw new Error(getStringFromWasm0(arg0, arg1));
144
+ }
145
+ function __wbindgen_cast_2241b6af4c4b2941(arg0, arg1) {
146
+ const ret = getStringFromWasm0(arg0, arg1);
147
+ return ret;
148
+ }
146
149
  function __wbindgen_init_externref_table() {
147
150
  const table = wasm.__wbindgen_export_0;
148
151
  const offset = table.grow(4);
@@ -152,25 +155,18 @@ var __webpack_modules__ = {
152
155
  table.set(offset + 2, true);
153
156
  table.set(offset + 3, false);
154
157
  }
155
- function __wbindgen_string_new(arg0, arg1) {
156
- const ret = getStringFromWasm0(arg0, arg1);
157
- return ret;
158
- }
159
- function __wbindgen_throw(arg0, arg1) {
160
- throw new Error(getStringFromWasm0(arg0, arg1));
161
- }
162
158
  },
163
159
  "../web-style-transformer/standard.js": function(__webpack_module__, __webpack_exports__, __webpack_require__) {
164
160
  __webpack_require__.a(__webpack_module__, async function(__webpack_handle_async_dependencies__, __webpack_async_result__) {
165
161
  try {
166
162
  __webpack_require__.r(__webpack_exports__);
167
163
  __webpack_require__.d(__webpack_exports__, {
168
- __wbg_new_58353953ad2097cc: ()=>_dist_standard_js__WEBPACK_IMPORTED_MODULE_0__.Fz,
169
- __wbg_push_73fd7b5550ebf707: ()=>_dist_standard_js__WEBPACK_IMPORTED_MODULE_0__.qB,
164
+ __wbg_new_1f3a344cf3123716: ()=>_dist_standard_js__WEBPACK_IMPORTED_MODULE_0__.dZ,
165
+ __wbg_push_330b2eb93e4e1212: ()=>_dist_standard_js__WEBPACK_IMPORTED_MODULE_0__.Wp,
170
166
  __wbg_set_wasm: ()=>_dist_standard_js__WEBPACK_IMPORTED_MODULE_0__.lI,
167
+ __wbg_wbindgenthrow_451ec1a8469d7eb6: ()=>_dist_standard_js__WEBPACK_IMPORTED_MODULE_0__.Ao,
168
+ __wbindgen_cast_2241b6af4c4b2941: ()=>_dist_standard_js__WEBPACK_IMPORTED_MODULE_0__.pY,
171
169
  __wbindgen_init_externref_table: ()=>_dist_standard_js__WEBPACK_IMPORTED_MODULE_0__.bL,
172
- __wbindgen_string_new: ()=>_dist_standard_js__WEBPACK_IMPORTED_MODULE_0__.yc,
173
- __wbindgen_throw: ()=>_dist_standard_js__WEBPACK_IMPORTED_MODULE_0__.Qn,
174
170
  transform_raw_u16_inline_style_ptr: ()=>_dist_standard_js__WEBPACK_IMPORTED_MODULE_0__.aC,
175
171
  transform_raw_u16_inline_style_ptr_parsed: ()=>_dist_standard_js__WEBPACK_IMPORTED_MODULE_0__.iG
176
172
  });
@@ -185,15 +181,15 @@ var __webpack_modules__ = {
185
181
  }
186
182
  });
187
183
  },
188
- "../web-style-transformer/dist/standard_bg.wasm": function(module1, exports, __webpack_require__) {
184
+ "../web-style-transformer/dist/standard_bg.wasm": function(module, exports, __webpack_require__) {
189
185
  var WEBPACK_IMPORTED_MODULE_0 = __webpack_require__("../web-style-transformer/dist/standard_bg.js");
190
- module1.exports = __webpack_require__.v(exports, module1.id, "8dc0062c26e8c5a1", {
186
+ module.exports = __webpack_require__.v(exports, module.id, "a027d1610508f047", {
191
187
  "./standard_bg.js": {
192
- __wbg_new_58353953ad2097cc: WEBPACK_IMPORTED_MODULE_0.Fz,
193
- __wbindgen_string_new: WEBPACK_IMPORTED_MODULE_0.yc,
194
- __wbg_push_73fd7b5550ebf707: WEBPACK_IMPORTED_MODULE_0.qB,
195
- __wbindgen_throw: WEBPACK_IMPORTED_MODULE_0.Qn,
196
- __wbindgen_init_externref_table: WEBPACK_IMPORTED_MODULE_0.bL
188
+ __wbg_new_1f3a344cf3123716: WEBPACK_IMPORTED_MODULE_0.dZ,
189
+ __wbg_push_330b2eb93e4e1212: WEBPACK_IMPORTED_MODULE_0.Wp,
190
+ __wbg_wbindgenthrow_451ec1a8469d7eb6: WEBPACK_IMPORTED_MODULE_0.Ao,
191
+ __wbindgen_init_externref_table: WEBPACK_IMPORTED_MODULE_0.bL,
192
+ __wbindgen_cast_2241b6af4c4b2941: WEBPACK_IMPORTED_MODULE_0.pY
197
193
  }
198
194
  });
199
195
  }
@@ -202,12 +198,12 @@ var __webpack_module_cache__ = {};
202
198
  function __webpack_require__(moduleId) {
203
199
  var cachedModule = __webpack_module_cache__[moduleId];
204
200
  if (void 0 !== cachedModule) return cachedModule.exports;
205
- var module1 = __webpack_module_cache__[moduleId] = {
201
+ var module = __webpack_module_cache__[moduleId] = {
206
202
  id: moduleId,
207
203
  exports: {}
208
204
  };
209
- __webpack_modules__[moduleId](module1, module1.exports, __webpack_require__);
210
- return module1.exports;
205
+ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
206
+ return module.exports;
211
207
  }
212
208
  __webpack_require__.m = __webpack_modules__;
213
209
  (()=>{
@@ -244,11 +240,11 @@ __webpack_require__.m = __webpack_modules__;
244
240
  ret[webpackExports] = dep;
245
241
  return ret;
246
242
  });
247
- __webpack_require__.a = (module1, body, hasAwait)=>{
243
+ __webpack_require__.a = (module, body, hasAwait)=>{
248
244
  var queue;
249
245
  hasAwait && ((queue = []).d = -1);
250
246
  var depQueues = new Set();
251
- var exports = module1.exports;
247
+ var exports = module.exports;
252
248
  var currentDeps;
253
249
  var outerResolve;
254
250
  var reject;
@@ -260,7 +256,7 @@ __webpack_require__.m = __webpack_modules__;
260
256
  promise[webpackQueues] = (fn)=>{
261
257
  queue && fn(queue), depQueues.forEach(fn), promise["catch"](function() {});
262
258
  };
263
- module1.exports = promise;
259
+ module.exports = promise;
264
260
  body((deps)=>{
265
261
  currentDeps = wrapDeps(deps);
266
262
  var fn;
@@ -7,14 +7,14 @@ export const __webpack_modules__ = {
7
7
  __webpack_require__.a(__webpack_module__, async function(__webpack_handle_async_dependencies__, __webpack_async_result__) {
8
8
  try {
9
9
  __webpack_require__.d(__webpack_exports__, {
10
- Fz: ()=>_legacy_bg_js__WEBPACK_IMPORTED_MODULE_0__.Fz,
11
- Qn: ()=>_legacy_bg_js__WEBPACK_IMPORTED_MODULE_0__.Qn,
10
+ Ao: ()=>_legacy_bg_js__WEBPACK_IMPORTED_MODULE_0__.Ao,
11
+ Wp: ()=>_legacy_bg_js__WEBPACK_IMPORTED_MODULE_0__.Wp,
12
12
  aC: ()=>_legacy_bg_js__WEBPACK_IMPORTED_MODULE_0__.aC,
13
13
  bk: ()=>_legacy_bg_js__WEBPACK_IMPORTED_MODULE_0__.bk,
14
+ dZ: ()=>_legacy_bg_js__WEBPACK_IMPORTED_MODULE_0__.dZ,
14
15
  iG: ()=>_legacy_bg_js__WEBPACK_IMPORTED_MODULE_0__.iG,
15
16
  lI: ()=>_legacy_bg_js__WEBPACK_IMPORTED_MODULE_0__.lI,
16
- qB: ()=>_legacy_bg_js__WEBPACK_IMPORTED_MODULE_0__.qB,
17
- yc: ()=>_legacy_bg_js__WEBPACK_IMPORTED_MODULE_0__.yc
17
+ pY: ()=>_legacy_bg_js__WEBPACK_IMPORTED_MODULE_0__.pY
18
18
  });
19
19
  var _legacy_bg_wasm__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("../web-style-transformer/dist/legacy_bg.wasm");
20
20
  var _legacy_bg_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("../web-style-transformer/dist/legacy_bg.js");
@@ -31,20 +31,20 @@ export const __webpack_modules__ = {
31
31
  },
32
32
  "../web-style-transformer/dist/legacy_bg.js": function(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
33
33
  __webpack_require__.d(__webpack_exports__, {
34
- Fz: ()=>__wbg_new_58353953ad2097cc,
35
- Qn: ()=>__wbindgen_throw,
34
+ Ao: ()=>__wbg_wbindgenthrow_451ec1a8469d7eb6,
35
+ Wp: ()=>__wbg_push_330b2eb93e4e1212,
36
36
  aC: ()=>transform_raw_u16_inline_style_ptr,
37
37
  bk: ()=>__wbindgen_object_drop_ref,
38
+ dZ: ()=>__wbg_new_1f3a344cf3123716,
38
39
  iG: ()=>transform_raw_u16_inline_style_ptr_parsed,
39
40
  lI: ()=>__wbg_set_wasm,
40
- qB: ()=>__wbg_push_73fd7b5550ebf707,
41
- yc: ()=>__wbindgen_string_new
41
+ pY: ()=>__wbindgen_cast_2241b6af4c4b2941
42
42
  });
43
43
  let wasm;
44
44
  function __wbg_set_wasm(val) {
45
45
  wasm = val;
46
46
  }
47
- const heap = new Array(128).fill(void 0);
47
+ let heap = new Array(128).fill(void 0);
48
48
  heap.push(void 0, null, true, false);
49
49
  let heap_next = heap.length;
50
50
  function addHeapObject(obj) {
@@ -57,23 +57,12 @@ export const __webpack_modules__ = {
57
57
  function getObject(idx) {
58
58
  return heap[idx];
59
59
  }
60
- function dropObject(idx) {
61
- if (idx < 132) return;
62
- heap[idx] = heap_next;
63
- heap_next = idx;
64
- }
65
- function takeObject(idx) {
66
- const ret = getObject(idx);
67
- dropObject(idx);
68
- return ret;
69
- }
70
60
  let cachedUint8ArrayMemory0 = null;
71
61
  function getUint8ArrayMemory0() {
72
62
  if (null === cachedUint8ArrayMemory0 || 0 === cachedUint8ArrayMemory0.byteLength) cachedUint8ArrayMemory0 = new Uint8Array(wasm.memory.buffer);
73
63
  return cachedUint8ArrayMemory0;
74
64
  }
75
- const lTextDecoder = 'undefined' == typeof TextDecoder ? (0, module.require)('util').TextDecoder : TextDecoder;
76
- let cachedTextDecoder = new lTextDecoder('utf-8', {
65
+ let cachedTextDecoder = new TextDecoder('utf-8', {
77
66
  ignoreBOM: true,
78
67
  fatal: true
79
68
  });
@@ -83,7 +72,7 @@ export const __webpack_modules__ = {
83
72
  function decodeText(ptr, len) {
84
73
  numBytesDecoded += len;
85
74
  if (numBytesDecoded >= MAX_SAFARI_DECODE_BYTES) {
86
- cachedTextDecoder = new lTextDecoder('utf-8', {
75
+ cachedTextDecoder = new TextDecoder('utf-8', {
87
76
  ignoreBOM: true,
88
77
  fatal: true
89
78
  });
@@ -96,12 +85,19 @@ export const __webpack_modules__ = {
96
85
  ptr >>>= 0;
97
86
  return decodeText(ptr, len);
98
87
  }
88
+ function dropObject(idx) {
89
+ if (idx < 132) return;
90
+ heap[idx] = heap_next;
91
+ heap_next = idx;
92
+ }
93
+ function takeObject(idx) {
94
+ const ret = getObject(idx);
95
+ dropObject(idx);
96
+ return ret;
97
+ }
99
98
  let WASM_VECTOR_LEN = 0;
100
- const lTextEncoder = 'undefined' == typeof TextEncoder ? (0, module.require)('util').TextEncoder : TextEncoder;
101
- const cachedTextEncoder = new lTextEncoder('utf-8');
102
- const encodeString = 'function' == typeof cachedTextEncoder.encodeInto ? function(arg, view) {
103
- return cachedTextEncoder.encodeInto(arg, view);
104
- } : function(arg, view) {
99
+ const cachedTextEncoder = new TextEncoder();
100
+ if (!('encodeInto' in cachedTextEncoder)) cachedTextEncoder.encodeInto = function(arg, view) {
105
101
  const buf = cachedTextEncoder.encode(arg);
106
102
  view.set(buf);
107
103
  return {
@@ -130,7 +126,7 @@ export const __webpack_modules__ = {
130
126
  if (0 !== offset) arg = arg.slice(offset);
131
127
  ptr = realloc(ptr, len, len = offset + 3 * arg.length, 1) >>> 0;
132
128
  const view = getUint8ArrayMemory0().subarray(ptr + offset, ptr + len);
133
- const ret = encodeString(arg, view);
129
+ const ret = cachedTextEncoder.encodeInto(arg, view);
134
130
  offset += ret.written;
135
131
  ptr = realloc(ptr, len, offset, 1) >>> 0;
136
132
  }
@@ -168,23 +164,23 @@ export const __webpack_modules__ = {
168
164
  const ret = wasm.transform_raw_u16_inline_style_ptr_parsed(ptr0, len0, ptr1, len1);
169
165
  return takeObject(ret);
170
166
  }
171
- function __wbg_new_58353953ad2097cc() {
167
+ function __wbg_new_1f3a344cf3123716() {
172
168
  const ret = new Array();
173
169
  return addHeapObject(ret);
174
170
  }
175
- function __wbg_push_73fd7b5550ebf707(arg0, arg1) {
171
+ function __wbg_push_330b2eb93e4e1212(arg0, arg1) {
176
172
  const ret = getObject(arg0).push(getObject(arg1));
177
173
  return ret;
178
174
  }
179
- function __wbindgen_object_drop_ref(arg0) {
180
- takeObject(arg0);
175
+ function __wbg_wbindgenthrow_451ec1a8469d7eb6(arg0, arg1) {
176
+ throw new Error(getStringFromWasm0(arg0, arg1));
181
177
  }
182
- function __wbindgen_string_new(arg0, arg1) {
178
+ function __wbindgen_cast_2241b6af4c4b2941(arg0, arg1) {
183
179
  const ret = getStringFromWasm0(arg0, arg1);
184
180
  return addHeapObject(ret);
185
181
  }
186
- function __wbindgen_throw(arg0, arg1) {
187
- throw new Error(getStringFromWasm0(arg0, arg1));
182
+ function __wbindgen_object_drop_ref(arg0) {
183
+ takeObject(arg0);
188
184
  }
189
185
  },
190
186
  "../web-style-transformer/legacy.js": function(__webpack_module__, __webpack_exports__, __webpack_require__) {
@@ -192,12 +188,12 @@ export const __webpack_modules__ = {
192
188
  try {
193
189
  __webpack_require__.r(__webpack_exports__);
194
190
  __webpack_require__.d(__webpack_exports__, {
195
- __wbg_new_58353953ad2097cc: ()=>_dist_legacy_js__WEBPACK_IMPORTED_MODULE_0__.Fz,
196
- __wbg_push_73fd7b5550ebf707: ()=>_dist_legacy_js__WEBPACK_IMPORTED_MODULE_0__.qB,
191
+ __wbg_new_1f3a344cf3123716: ()=>_dist_legacy_js__WEBPACK_IMPORTED_MODULE_0__.dZ,
192
+ __wbg_push_330b2eb93e4e1212: ()=>_dist_legacy_js__WEBPACK_IMPORTED_MODULE_0__.Wp,
197
193
  __wbg_set_wasm: ()=>_dist_legacy_js__WEBPACK_IMPORTED_MODULE_0__.lI,
194
+ __wbg_wbindgenthrow_451ec1a8469d7eb6: ()=>_dist_legacy_js__WEBPACK_IMPORTED_MODULE_0__.Ao,
195
+ __wbindgen_cast_2241b6af4c4b2941: ()=>_dist_legacy_js__WEBPACK_IMPORTED_MODULE_0__.pY,
198
196
  __wbindgen_object_drop_ref: ()=>_dist_legacy_js__WEBPACK_IMPORTED_MODULE_0__.bk,
199
- __wbindgen_string_new: ()=>_dist_legacy_js__WEBPACK_IMPORTED_MODULE_0__.yc,
200
- __wbindgen_throw: ()=>_dist_legacy_js__WEBPACK_IMPORTED_MODULE_0__.Qn,
201
197
  memory: ()=>_dist_legacy_bg_wasm__WEBPACK_IMPORTED_MODULE_1__.memory,
202
198
  transform_raw_u16_inline_style_ptr: ()=>_dist_legacy_js__WEBPACK_IMPORTED_MODULE_0__.aC,
203
199
  transform_raw_u16_inline_style_ptr_parsed: ()=>_dist_legacy_js__WEBPACK_IMPORTED_MODULE_0__.iG
@@ -215,15 +211,15 @@ export const __webpack_modules__ = {
215
211
  }
216
212
  });
217
213
  },
218
- "../web-style-transformer/dist/legacy_bg.wasm": function(module1, exports, __webpack_require__) {
214
+ "../web-style-transformer/dist/legacy_bg.wasm": function(module, exports, __webpack_require__) {
219
215
  var WEBPACK_IMPORTED_MODULE_0 = __webpack_require__("../web-style-transformer/dist/legacy_bg.js");
220
- module1.exports = __webpack_require__.v(exports, module1.id, "fe95f2851571c1d7", {
216
+ module.exports = __webpack_require__.v(exports, module.id, "e9aa597d736294a6", {
221
217
  "./legacy_bg.js": {
222
- __wbg_new_58353953ad2097cc: WEBPACK_IMPORTED_MODULE_0.Fz,
223
- __wbindgen_string_new: WEBPACK_IMPORTED_MODULE_0.yc,
224
- __wbg_push_73fd7b5550ebf707: WEBPACK_IMPORTED_MODULE_0.qB,
218
+ __wbg_new_1f3a344cf3123716: WEBPACK_IMPORTED_MODULE_0.dZ,
219
+ __wbg_push_330b2eb93e4e1212: WEBPACK_IMPORTED_MODULE_0.Wp,
225
220
  __wbindgen_object_drop_ref: WEBPACK_IMPORTED_MODULE_0.bk,
226
- __wbindgen_throw: WEBPACK_IMPORTED_MODULE_0.Qn
221
+ __wbg_wbindgenthrow_451ec1a8469d7eb6: WEBPACK_IMPORTED_MODULE_0.Ao,
222
+ __wbindgen_cast_2241b6af4c4b2941: WEBPACK_IMPORTED_MODULE_0.pY
227
223
  }
228
224
  });
229
225
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/web-core-server-canary",
3
- "version": "0.17.2-canary-20250928-19f823aa",
3
+ "version": "0.17.2-canary-20250929-2e0ac6b0",
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-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.17.2-canary-20250928-19f823aa",
30
- "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.17.2-canary-20250928-19f823aa",
29
+ "@lynx-js/web-constants": "npm:@lynx-js/web-constants-canary@0.17.2-canary-20250929-2e0ac6b0",
31
30
  "@lynx-js/web-elements-template": "npm:@lynx-js/web-elements-template-canary@0.8.7",
32
- "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.17.2-canary-20250928-19f823aa"
31
+ "@lynx-js/web-mainthread-apis": "npm:@lynx-js/web-mainthread-apis-canary@0.17.2-canary-20250929-2e0ac6b0",
32
+ "@lynx-js/web-worker-rpc": "npm:@lynx-js/web-worker-rpc-canary@0.17.2-canary-20250929-2e0ac6b0"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "rslib build",