@php-wasm/universal
Advanced tools
Comparing version 1.0.20 to 1.0.21
@@ -320,3 +320,3 @@ import { PHPResponse } from './php-response'; | ||
*/ | ||
hotSwapPHPRuntime(runtime: number, cwd?: string): void; | ||
hotSwapPHPRuntime(runtime: number, cwd?: string): Promise<void>; | ||
/** | ||
@@ -323,0 +323,0 @@ * Mounts a filesystem to a given path in the PHP filesystem. |
@@ -1,4 +0,4 @@ | ||
export declare const SupportedPHPVersions: readonly ["8.3", "8.2", "8.1", "8.0", "7.4", "7.3", "7.2", "7.1", "7.0"]; | ||
export declare const LatestSupportedPHPVersion: "8.3"; | ||
export declare const SupportedPHPVersions: readonly ["8.4", "8.3", "8.2", "8.1", "8.0", "7.4", "7.3", "7.2", "7.1", "7.0"]; | ||
export declare const LatestSupportedPHPVersion: "8.4"; | ||
export declare const SupportedPHPVersionsList: string[]; | ||
export type SupportedPHPVersion = (typeof SupportedPHPVersions)[number]; |
{ | ||
"name": "@php-wasm/universal", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"description": "PHP.wasm – emscripten bindings for PHP", | ||
@@ -40,3 +40,3 @@ "repository": { | ||
"license": "GPL-2.0-or-later", | ||
"gitHead": "bd37d3294ca89cfee5e13e0d3e165296ded87ea4", | ||
"gitHead": "13cea15834dd4ae83a4c349647e1c9980657d546", | ||
"engines": { | ||
@@ -49,8 +49,8 @@ "node": ">=18.18.0", | ||
"ini": "4.1.2", | ||
"@php-wasm/node-polyfills": "1.0.20", | ||
"@php-wasm/logger": "1.0.20", | ||
"@php-wasm/util": "1.0.20", | ||
"@php-wasm/stream-compression": "1.0.20", | ||
"@php-wasm/progress": "1.0.20" | ||
"@php-wasm/node-polyfills": "1.0.21", | ||
"@php-wasm/logger": "1.0.21", | ||
"@php-wasm/util": "1.0.21", | ||
"@php-wasm/stream-compression": "1.0.21", | ||
"@php-wasm/progress": "1.0.21" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
511374
4211
+ Added@php-wasm/logger@1.0.21(transitive)
+ Added@php-wasm/node-polyfills@1.0.21(transitive)
+ Added@php-wasm/progress@1.0.21(transitive)
+ Added@php-wasm/stream-compression@1.0.21(transitive)
+ Added@php-wasm/util@1.0.21(transitive)
- Removed@php-wasm/logger@1.0.20(transitive)
- Removed@php-wasm/node-polyfills@1.0.20(transitive)
- Removed@php-wasm/progress@1.0.20(transitive)
- Removed@php-wasm/stream-compression@1.0.20(transitive)
- Removed@php-wasm/util@1.0.20(transitive)
Updated@php-wasm/logger@1.0.21
Updated@php-wasm/progress@1.0.21
Updated@php-wasm/util@1.0.21