@php-wasm/web 3.1.25 → 3.1.27
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.cjs +1 -1
- package/index.cjs.map +1 -1
- package/index.js +1 -2
- package/index.js.map +1 -1
- package/lib/extensions/load-extensions.d.ts +2 -2
- package/package.json +18 -17
package/index.js
CHANGED
|
@@ -2323,10 +2323,9 @@ async function ot(i, e, t) {
|
|
|
2323
2323
|
ICU_DATA: "/internal/shared"
|
|
2324
2324
|
},
|
|
2325
2325
|
extraFiles: {
|
|
2326
|
-
targetPath: "/internal/shared",
|
|
2327
2326
|
files: {
|
|
2328
2327
|
// The Intl extension looks for the hard-coded ICU data name.
|
|
2329
|
-
"icudt74l.dat": new Uint8Array(c)
|
|
2328
|
+
"/internal/shared/icudt74l.dat": new Uint8Array(c)
|
|
2330
2329
|
}
|
|
2331
2330
|
}
|
|
2332
2331
|
});
|