@php-wasm/node 2.0.13 → 2.0.15

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.
Files changed (39) hide show
  1. package/index.cjs +4008 -3804
  2. package/index.js +3999 -3794
  3. package/jspi/7_2_34/php_7_2.wasm +0 -0
  4. package/jspi/7_3_33/php_7_3.wasm +0 -0
  5. package/jspi/7_4_33/php_7_4.wasm +0 -0
  6. package/jspi/8_0_30/php_8_0.wasm +0 -0
  7. package/jspi/8_1_33/php_8_1.wasm +0 -0
  8. package/jspi/8_2_29/php_8_2.wasm +0 -0
  9. package/jspi/8_3_24/php_8_3.wasm +0 -0
  10. package/jspi/8_4_11/php_8_4.wasm +0 -0
  11. package/jspi/extensions/intl/7_2/intl.la +35 -0
  12. package/jspi/extensions/intl/7_2/intl.so +0 -0
  13. package/jspi/extensions/intl/7_3/intl.la +35 -0
  14. package/jspi/extensions/intl/7_3/intl.so +0 -0
  15. package/jspi/extensions/intl/7_4/intl.la +35 -0
  16. package/jspi/extensions/intl/7_4/intl.so +0 -0
  17. package/jspi/extensions/intl/8_0/intl.la +35 -0
  18. package/jspi/extensions/intl/8_0/intl.so +0 -0
  19. package/jspi/extensions/intl/8_1/intl.la +35 -0
  20. package/jspi/extensions/intl/8_1/intl.so +0 -0
  21. package/jspi/extensions/intl/8_2/intl.la +35 -0
  22. package/jspi/extensions/intl/8_2/intl.so +0 -0
  23. package/jspi/extensions/intl/8_3/intl.la +35 -0
  24. package/jspi/extensions/intl/8_3/intl.so +0 -0
  25. package/jspi/extensions/intl/8_4/intl.la +35 -0
  26. package/jspi/extensions/intl/8_4/intl.so +0 -0
  27. package/jspi/php_7_2.js +12 -12
  28. package/jspi/php_7_3.js +12 -12
  29. package/jspi/php_7_4.js +12 -12
  30. package/jspi/php_8_0.js +12 -12
  31. package/jspi/php_8_1.js +12 -12
  32. package/jspi/php_8_2.js +12 -12
  33. package/jspi/php_8_3.js +12 -12
  34. package/jspi/php_8_4.js +12 -12
  35. package/lib/extensions/intl/get-intl-extension-module.d.ts +2 -0
  36. package/lib/extensions/intl/with-intl.d.ts +2 -0
  37. package/lib/load-runtime.d.ts +1 -0
  38. package/package.json +7 -7
  39. package/jspi/8_3_23/php_8_3.wasm +0 -0
package/jspi/php_8_1.js CHANGED
@@ -8,7 +8,7 @@ import path from 'path';
8
8
 
9
9
  const dependencyFilename = path.join(__dirname, '8_1_33', 'php_8_1.wasm');
10
10
  export { dependencyFilename };
11
- export const dependenciesTotalSize = 31100909;
11
+ export const dependenciesTotalSize = 24628696;
12
12
  const phpVersionString = '8.1.33';
13
13
  export function init(RuntimeName, PHPLoader) {
14
14
  // The rest of the code comes from the built php.js file and esm-suffix.js
@@ -848,7 +848,7 @@ export function init(RuntimeName, PHPLoader) {
848
848
  },
849
849
  };
850
850
 
851
- var ___heap_base = 14258208;
851
+ var ___heap_base = 12922272;
852
852
 
853
853
  var alignMemory = (size, alignment) => {
854
854
  return Math.ceil(size / alignment) * alignment;
@@ -1012,7 +1012,7 @@ export function init(RuntimeName, PHPLoader) {
1012
1012
 
1013
1013
  /** @type {WebAssembly.Table} */
1014
1014
  var wasmTable = new WebAssembly.Table({
1015
- initial: 15458,
1015
+ initial: 10972,
1016
1016
  element: 'anyfunc',
1017
1017
  });
1018
1018
  var getWasmTableEntry = (funcPtr) => {
@@ -1743,13 +1743,13 @@ export function init(RuntimeName, PHPLoader) {
1743
1743
  1024
1744
1744
  );
1745
1745
 
1746
- var ___stack_high = 14258208;
1746
+ var ___stack_high = 12922272;
1747
1747
 
1748
- var ___stack_low = 13209632;
1748
+ var ___stack_low = 11873696;
1749
1749
 
1750
1750
  var ___stack_pointer = new WebAssembly.Global(
1751
1751
  { value: 'i32', mutable: true },
1752
- 14258208
1752
+ 12922272
1753
1753
  );
1754
1754
 
1755
1755
  var PATH = {
@@ -31262,13 +31262,13 @@ export function init(RuntimeName, PHPLoader) {
31262
31262
  // End JS library code
31263
31263
 
31264
31264
  var ASM_CONSTS = {
31265
- 12242382: ($0) => {
31265
+ 11643694: ($0) => {
31266
31266
  if (!$0) {
31267
31267
  AL.alcErr = 0xa004;
31268
31268
  return 1;
31269
31269
  }
31270
31270
  },
31271
- 12242430: ($0) => {
31271
+ 11643742: ($0) => {
31272
31272
  if (!AL.currentCtx) {
31273
31273
  err('alGetProcAddress() called without a valid context');
31274
31274
  return 1;
@@ -34112,8 +34112,6 @@ export function init(RuntimeName, PHPLoader) {
34112
34112
  var _htonl = (a0) => (_htonl = wasmExports['htonl'])(a0);
34113
34113
  var _wasm_sleep = (Module['_wasm_sleep'] = (a0) =>
34114
34114
  (_wasm_sleep = Module['_wasm_sleep'] = wasmExports['wasm_sleep'])(a0));
34115
- var ___cxa_throw = (a0, a1, a2) =>
34116
- (___cxa_throw = wasmExports['__cxa_throw'])(a0, a1, a2);
34117
34115
  var _calloc = (a0, a1) => (_calloc = wasmExports['calloc'])(a0, a1);
34118
34116
  var _initgroups = (Module['_initgroups'] = (a0, a1) =>
34119
34117
  (_initgroups = Module['_initgroups'] = wasmExports['initgroups'])(
@@ -34230,14 +34228,16 @@ export function init(RuntimeName, PHPLoader) {
34230
34228
  var _emscripten_stack_get_current = () =>
34231
34229
  (_emscripten_stack_get_current =
34232
34230
  wasmExports['emscripten_stack_get_current'])();
34231
+ var ___cxa_demangle = (a0, a1, a2, a3) =>
34232
+ (___cxa_demangle = wasmExports['__cxa_demangle'])(a0, a1, a2, a3);
34233
34233
  var ___cxa_decrement_exception_refcount = (a0) =>
34234
34234
  (___cxa_decrement_exception_refcount =
34235
34235
  wasmExports['__cxa_decrement_exception_refcount'])(a0);
34236
+ var ___cxa_throw = (a0, a1, a2) =>
34237
+ (___cxa_throw = wasmExports['__cxa_throw'])(a0, a1, a2);
34236
34238
  var ___cxa_increment_exception_refcount = (a0) =>
34237
34239
  (___cxa_increment_exception_refcount =
34238
34240
  wasmExports['__cxa_increment_exception_refcount'])(a0);
34239
- var ___cxa_demangle = (a0, a1, a2, a3) =>
34240
- (___cxa_demangle = wasmExports['__cxa_demangle'])(a0, a1, a2, a3);
34241
34241
  var ___thrown_object_from_unwind_exception = (a0) =>
34242
34242
  (___thrown_object_from_unwind_exception =
34243
34243
  wasmExports['__thrown_object_from_unwind_exception'])(a0);
package/jspi/php_8_2.js CHANGED
@@ -8,7 +8,7 @@ import path from 'path';
8
8
 
9
9
  const dependencyFilename = path.join(__dirname, '8_2_29', 'php_8_2.wasm');
10
10
  export { dependencyFilename };
11
- export const dependenciesTotalSize = 31474550;
11
+ export const dependenciesTotalSize = 24915373;
12
12
  const phpVersionString = '8.2.29';
13
13
  export function init(RuntimeName, PHPLoader) {
14
14
  // The rest of the code comes from the built php.js file and esm-suffix.js
@@ -848,7 +848,7 @@ export function init(RuntimeName, PHPLoader) {
848
848
  },
849
849
  };
850
850
 
851
- var ___heap_base = 14295392;
851
+ var ___heap_base = 12959328;
852
852
 
853
853
  var alignMemory = (size, alignment) => {
854
854
  return Math.ceil(size / alignment) * alignment;
@@ -1012,7 +1012,7 @@ export function init(RuntimeName, PHPLoader) {
1012
1012
 
1013
1013
  /** @type {WebAssembly.Table} */
1014
1014
  var wasmTable = new WebAssembly.Table({
1015
- initial: 15696,
1015
+ initial: 11213,
1016
1016
  element: 'anyfunc',
1017
1017
  });
1018
1018
  var getWasmTableEntry = (funcPtr) => {
@@ -1743,13 +1743,13 @@ export function init(RuntimeName, PHPLoader) {
1743
1743
  1024
1744
1744
  );
1745
1745
 
1746
- var ___stack_high = 14295392;
1746
+ var ___stack_high = 12959328;
1747
1747
 
1748
- var ___stack_low = 13246816;
1748
+ var ___stack_low = 11910752;
1749
1749
 
1750
1750
  var ___stack_pointer = new WebAssembly.Global(
1751
1751
  { value: 'i32', mutable: true },
1752
- 14295392
1752
+ 12959328
1753
1753
  );
1754
1754
 
1755
1755
  var PATH = {
@@ -31262,13 +31262,13 @@ export function init(RuntimeName, PHPLoader) {
31262
31262
  // End JS library code
31263
31263
 
31264
31264
  var ASM_CONSTS = {
31265
- 12281038: ($0) => {
31265
+ 11682206: ($0) => {
31266
31266
  if (!$0) {
31267
31267
  AL.alcErr = 0xa004;
31268
31268
  return 1;
31269
31269
  }
31270
31270
  },
31271
- 12281086: ($0) => {
31271
+ 11682254: ($0) => {
31272
31272
  if (!AL.currentCtx) {
31273
31273
  err('alGetProcAddress() called without a valid context');
31274
31274
  return 1;
@@ -34104,8 +34104,6 @@ export function init(RuntimeName, PHPLoader) {
34104
34104
  var _wasm_sleep = (Module['_wasm_sleep'] = (a0) =>
34105
34105
  (_wasm_sleep = Module['_wasm_sleep'] = wasmExports['wasm_sleep'])(a0));
34106
34106
  var _fflush = (a0) => (_fflush = wasmExports['fflush'])(a0);
34107
- var ___cxa_throw = (a0, a1, a2) =>
34108
- (___cxa_throw = wasmExports['__cxa_throw'])(a0, a1, a2);
34109
34107
  var _calloc = (a0, a1) => (_calloc = wasmExports['calloc'])(a0, a1);
34110
34108
  var _flock = (Module['_flock'] = (a0, a1) =>
34111
34109
  (_flock = Module['_flock'] = wasmExports['flock'])(a0, a1));
@@ -34230,14 +34228,16 @@ export function init(RuntimeName, PHPLoader) {
34230
34228
  var _emscripten_stack_get_current = () =>
34231
34229
  (_emscripten_stack_get_current =
34232
34230
  wasmExports['emscripten_stack_get_current'])();
34231
+ var ___cxa_demangle = (a0, a1, a2, a3) =>
34232
+ (___cxa_demangle = wasmExports['__cxa_demangle'])(a0, a1, a2, a3);
34233
34233
  var ___cxa_decrement_exception_refcount = (a0) =>
34234
34234
  (___cxa_decrement_exception_refcount =
34235
34235
  wasmExports['__cxa_decrement_exception_refcount'])(a0);
34236
+ var ___cxa_throw = (a0, a1, a2) =>
34237
+ (___cxa_throw = wasmExports['__cxa_throw'])(a0, a1, a2);
34236
34238
  var ___cxa_increment_exception_refcount = (a0) =>
34237
34239
  (___cxa_increment_exception_refcount =
34238
34240
  wasmExports['__cxa_increment_exception_refcount'])(a0);
34239
- var ___cxa_demangle = (a0, a1, a2, a3) =>
34240
- (___cxa_demangle = wasmExports['__cxa_demangle'])(a0, a1, a2, a3);
34241
34241
  var ___thrown_object_from_unwind_exception = (a0) =>
34242
34242
  (___thrown_object_from_unwind_exception =
34243
34243
  wasmExports['__thrown_object_from_unwind_exception'])(a0);
package/jspi/php_8_3.js CHANGED
@@ -8,7 +8,7 @@ import path from 'path';
8
8
 
9
9
  const dependencyFilename = path.join(__dirname, '8_3_24', 'php_8_3.wasm');
10
10
  export { dependencyFilename };
11
- export const dependenciesTotalSize = 32572592;
11
+ export const dependenciesTotalSize = 26006395;
12
12
  const phpVersionString = '8.3.24';
13
13
  export function init(RuntimeName, PHPLoader) {
14
14
  // The rest of the code comes from the built php.js file and esm-suffix.js
@@ -848,7 +848,7 @@ export function init(RuntimeName, PHPLoader) {
848
848
  },
849
849
  };
850
850
 
851
- var ___heap_base = 15214368;
851
+ var ___heap_base = 13877728;
852
852
 
853
853
  var alignMemory = (size, alignment) => {
854
854
  return Math.ceil(size / alignment) * alignment;
@@ -1012,7 +1012,7 @@ export function init(RuntimeName, PHPLoader) {
1012
1012
 
1013
1013
  /** @type {WebAssembly.Table} */
1014
1014
  var wasmTable = new WebAssembly.Table({
1015
- initial: 15739,
1015
+ initial: 11248,
1016
1016
  element: 'anyfunc',
1017
1017
  });
1018
1018
  var getWasmTableEntry = (funcPtr) => {
@@ -1743,13 +1743,13 @@ export function init(RuntimeName, PHPLoader) {
1743
1743
  1024
1744
1744
  );
1745
1745
 
1746
- var ___stack_high = 15214368;
1746
+ var ___stack_high = 13877728;
1747
1747
 
1748
- var ___stack_low = 14165792;
1748
+ var ___stack_low = 12829152;
1749
1749
 
1750
1750
  var ___stack_pointer = new WebAssembly.Global(
1751
1751
  { value: 'i32', mutable: true },
1752
- 15214368
1752
+ 13877728
1753
1753
  );
1754
1754
 
1755
1755
  var PATH = {
@@ -31262,13 +31262,13 @@ export function init(RuntimeName, PHPLoader) {
31262
31262
  // End JS library code
31263
31263
 
31264
31264
  var ASM_CONSTS = {
31265
- 13232510: ($0) => {
31265
+ 12633118: ($0) => {
31266
31266
  if (!$0) {
31267
31267
  AL.alcErr = 0xa004;
31268
31268
  return 1;
31269
31269
  }
31270
31270
  },
31271
- 13232558: ($0) => {
31271
+ 12633166: ($0) => {
31272
31272
  if (!AL.currentCtx) {
31273
31273
  err('alGetProcAddress() called without a valid context');
31274
31274
  return 1;
@@ -34104,8 +34104,6 @@ export function init(RuntimeName, PHPLoader) {
34104
34104
  var _wasm_sleep = (Module['_wasm_sleep'] = (a0) =>
34105
34105
  (_wasm_sleep = Module['_wasm_sleep'] = wasmExports['wasm_sleep'])(a0));
34106
34106
  var _fflush = (a0) => (_fflush = wasmExports['fflush'])(a0);
34107
- var ___cxa_throw = (a0, a1, a2) =>
34108
- (___cxa_throw = wasmExports['__cxa_throw'])(a0, a1, a2);
34109
34107
  var _calloc = (a0, a1) => (_calloc = wasmExports['calloc'])(a0, a1);
34110
34108
  var _flock = (Module['_flock'] = (a0, a1) =>
34111
34109
  (_flock = Module['_flock'] = wasmExports['flock'])(a0, a1));
@@ -34230,14 +34228,16 @@ export function init(RuntimeName, PHPLoader) {
34230
34228
  var _emscripten_stack_get_current = () =>
34231
34229
  (_emscripten_stack_get_current =
34232
34230
  wasmExports['emscripten_stack_get_current'])();
34231
+ var ___cxa_demangle = (a0, a1, a2, a3) =>
34232
+ (___cxa_demangle = wasmExports['__cxa_demangle'])(a0, a1, a2, a3);
34233
34233
  var ___cxa_decrement_exception_refcount = (a0) =>
34234
34234
  (___cxa_decrement_exception_refcount =
34235
34235
  wasmExports['__cxa_decrement_exception_refcount'])(a0);
34236
+ var ___cxa_throw = (a0, a1, a2) =>
34237
+ (___cxa_throw = wasmExports['__cxa_throw'])(a0, a1, a2);
34236
34238
  var ___cxa_increment_exception_refcount = (a0) =>
34237
34239
  (___cxa_increment_exception_refcount =
34238
34240
  wasmExports['__cxa_increment_exception_refcount'])(a0);
34239
- var ___cxa_demangle = (a0, a1, a2, a3) =>
34240
- (___cxa_demangle = wasmExports['__cxa_demangle'])(a0, a1, a2, a3);
34241
34241
  var ___thrown_object_from_unwind_exception = (a0) =>
34242
34242
  (___thrown_object_from_unwind_exception =
34243
34243
  wasmExports['__thrown_object_from_unwind_exception'])(a0);
package/jspi/php_8_4.js CHANGED
@@ -8,7 +8,7 @@ import path from 'path';
8
8
 
9
9
  const dependencyFilename = path.join(__dirname, '8_4_11', 'php_8_4.wasm');
10
10
  export { dependencyFilename };
11
- export const dependenciesTotalSize = 36373389;
11
+ export const dependenciesTotalSize = 29758773;
12
12
  const phpVersionString = '8.4.11';
13
13
  export function init(RuntimeName, PHPLoader) {
14
14
  // The rest of the code comes from the built php.js file and esm-suffix.js
@@ -848,7 +848,7 @@ export function init(RuntimeName, PHPLoader) {
848
848
  },
849
849
  };
850
850
 
851
- var ___heap_base = 18314400;
851
+ var ___heap_base = 16973536;
852
852
 
853
853
  var alignMemory = (size, alignment) => {
854
854
  return Math.ceil(size / alignment) * alignment;
@@ -1012,7 +1012,7 @@ export function init(RuntimeName, PHPLoader) {
1012
1012
 
1013
1013
  /** @type {WebAssembly.Table} */
1014
1014
  var wasmTable = new WebAssembly.Table({
1015
- initial: 16556,
1015
+ initial: 12055,
1016
1016
  element: 'anyfunc',
1017
1017
  });
1018
1018
  var getWasmTableEntry = (funcPtr) => {
@@ -1743,13 +1743,13 @@ export function init(RuntimeName, PHPLoader) {
1743
1743
  1024
1744
1744
  );
1745
1745
 
1746
- var ___stack_high = 18314400;
1746
+ var ___stack_high = 16973536;
1747
1747
 
1748
- var ___stack_low = 17265824;
1748
+ var ___stack_low = 15924960;
1749
1749
 
1750
1750
  var ___stack_pointer = new WebAssembly.Global(
1751
1751
  { value: 'i32', mutable: true },
1752
- 18314400
1752
+ 16973536
1753
1753
  );
1754
1754
 
1755
1755
  var PATH = {
@@ -31262,13 +31262,13 @@ export function init(RuntimeName, PHPLoader) {
31262
31262
  // End JS library code
31263
31263
 
31264
31264
  var ASM_CONSTS = {
31265
- 16328046: ($0) => {
31265
+ 15724366: ($0) => {
31266
31266
  if (!$0) {
31267
31267
  AL.alcErr = 0xa004;
31268
31268
  return 1;
31269
31269
  }
31270
31270
  },
31271
- 16328094: ($0) => {
31271
+ 15724414: ($0) => {
31272
31272
  if (!AL.currentCtx) {
31273
31273
  err('alGetProcAddress() called without a valid context');
31274
31274
  return 1;
@@ -34105,8 +34105,6 @@ export function init(RuntimeName, PHPLoader) {
34105
34105
  (_wasm_sleep = Module['_wasm_sleep'] = wasmExports['wasm_sleep'])(a0));
34106
34106
  var _fflush = (a0) => (_fflush = wasmExports['fflush'])(a0);
34107
34107
  var _calloc = (a0, a1) => (_calloc = wasmExports['calloc'])(a0, a1);
34108
- var ___cxa_throw = (a0, a1, a2) =>
34109
- (___cxa_throw = wasmExports['__cxa_throw'])(a0, a1, a2);
34110
34108
  var _flock = (Module['_flock'] = (a0, a1) =>
34111
34109
  (_flock = Module['_flock'] = wasmExports['flock'])(a0, a1));
34112
34110
  var _initgroups = (Module['_initgroups'] = (a0, a1) =>
@@ -34230,14 +34228,16 @@ export function init(RuntimeName, PHPLoader) {
34230
34228
  var _emscripten_stack_get_current = () =>
34231
34229
  (_emscripten_stack_get_current =
34232
34230
  wasmExports['emscripten_stack_get_current'])();
34231
+ var ___cxa_demangle = (a0, a1, a2, a3) =>
34232
+ (___cxa_demangle = wasmExports['__cxa_demangle'])(a0, a1, a2, a3);
34233
34233
  var ___cxa_decrement_exception_refcount = (a0) =>
34234
34234
  (___cxa_decrement_exception_refcount =
34235
34235
  wasmExports['__cxa_decrement_exception_refcount'])(a0);
34236
+ var ___cxa_throw = (a0, a1, a2) =>
34237
+ (___cxa_throw = wasmExports['__cxa_throw'])(a0, a1, a2);
34236
34238
  var ___cxa_increment_exception_refcount = (a0) =>
34237
34239
  (___cxa_increment_exception_refcount =
34238
34240
  wasmExports['__cxa_increment_exception_refcount'])(a0);
34239
- var ___cxa_demangle = (a0, a1, a2, a3) =>
34240
- (___cxa_demangle = wasmExports['__cxa_demangle'])(a0, a1, a2, a3);
34241
34241
  var ___thrown_object_from_unwind_exception = (a0) =>
34242
34242
  (___thrown_object_from_unwind_exception =
34243
34243
  wasmExports['__thrown_object_from_unwind_exception'])(a0);
@@ -0,0 +1,2 @@
1
+ import type { SupportedPHPVersion } from '@php-wasm/universal';
2
+ export declare function getIntlExtensionModule(version?: SupportedPHPVersion): Promise<any>;
@@ -0,0 +1,2 @@
1
+ import type { EmscriptenOptions } from '@php-wasm/universal';
2
+ export declare function withIntl(version: "8.4" | "8.3" | "8.2" | "8.1" | "8.0" | "7.4" | "7.3" | "7.2" | undefined, options: EmscriptenOptions): Promise<EmscriptenOptions>;
@@ -5,6 +5,7 @@ export interface PHPLoaderOptions {
5
5
  emscriptenOptions?: EmscriptenOptions;
6
6
  followSymlinks?: boolean;
7
7
  withXdebug?: boolean;
8
+ withIntl?: boolean;
8
9
  }
9
10
  type PHPLoaderOptionsForNode = PHPLoaderOptions & {
10
11
  emscriptenOptions?: EmscriptenOptions & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@php-wasm/node",
3
- "version": "2.0.13",
3
+ "version": "2.0.15",
4
4
  "description": "PHP.wasm for Node.js",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "license": "GPL-2.0-or-later",
40
40
  "types": "index.d.ts",
41
- "gitHead": "c9d2979597806e5f14985a0607c9c61e48d54c9b",
41
+ "gitHead": "f3f73a4fc48bbe3ae099da4c1418d2f125d16d0a",
42
42
  "engines": {
43
43
  "node": ">=20.18.3",
44
44
  "npm": ">=10.1.0"
@@ -49,11 +49,11 @@
49
49
  "wasm-feature-detect": "1.8.0",
50
50
  "ws": "8.18.1",
51
51
  "yargs": "17.7.2",
52
- "@php-wasm/node-polyfills": "2.0.13",
53
- "@php-wasm/universal": "2.0.13",
54
- "@php-wasm/logger": "2.0.13",
55
- "@php-wasm/util": "2.0.13",
56
- "@wp-playground/common": "2.0.13"
52
+ "@php-wasm/node-polyfills": "2.0.15",
53
+ "@php-wasm/universal": "2.0.15",
54
+ "@php-wasm/logger": "2.0.15",
55
+ "@php-wasm/util": "2.0.15",
56
+ "@wp-playground/common": "2.0.15"
57
57
  },
58
58
  "overrides": {
59
59
  "rollup": "^4.34.6",
Binary file