@php-wasm/web 3.0.40 → 3.0.42

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/index.js CHANGED
@@ -2266,7 +2266,7 @@ async function nt(i = O) {
2266
2266
  throw new Error(`Unsupported PHP version ${i}`);
2267
2267
  }
2268
2268
  async function st(i = O, e) {
2269
- const t = ge(fetch), r = "intl.so", n = "icu.dat", s = await nt(i), a = (await import("./lib/extensions/intl/shared/icu.dat")).default, [_, S] = await Promise.all([
2269
+ const t = ge(fetch), r = "intl.so", n = "icu.dat", s = await nt(i), a = (await import("./shared/icu.dat")).default, [_, S] = await Promise.all([
2270
2270
  t(s).then((c) => c.arrayBuffer()),
2271
2271
  t(a).then((c) => c.arrayBuffer())
2272
2272
  ]);