@php-wasm/node
Advanced tools
Comparing version 0.1.61 to 0.2.0
@@ -123,3 +123,3 @@ // Generated by dts-bundle-generator v7.2.0 | ||
* php.writeFile("/www/index.php", `<?php echo file_get_contents("php://input");`); | ||
* const result = await php.run({ | ||
* const result = await php.request({ | ||
* method: "GET", | ||
@@ -362,3 +362,3 @@ * headers: { | ||
* Arguments: | ||
* $data – any extra information as a string | ||
* $data (string) – Data to pass to JavaScript. | ||
* | ||
@@ -365,0 +365,0 @@ * @example |
{ | ||
"name": "@php-wasm/node", | ||
"version": "0.1.61", | ||
"version": "0.2.0", | ||
"description": "PHP.wasm for Node.js", | ||
@@ -31,3 +31,7 @@ "repository": { | ||
"types": "index.d.ts", | ||
"gitHead": "f2cd7382004f7b003904b5db1d33d37fd2b1bfab", | ||
"gitHead": "cd4062de74f7f18058d3f962e124d0fdff78b5a7", | ||
"engines": { | ||
"node": ">=16.15.1", | ||
"npm": ">=8.11.0" | ||
}, | ||
"dependencies": { | ||
@@ -38,5 +42,5 @@ "comlink": "^4.4.1", | ||
"yargs": "17.7.2", | ||
"@php-wasm/universal": "0.1.61", | ||
"@php-wasm/util": "0.1.61" | ||
"@php-wasm/universal": "0.2.0", | ||
"@php-wasm/util": "0.2.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
96797660
69270
+ Added@php-wasm/universal@0.2.0(transitive)
+ Added@php-wasm/util@0.2.0(transitive)
- Removed@php-wasm/universal@0.1.61(transitive)
- Removed@php-wasm/util@0.1.61(transitive)
Updated@php-wasm/universal@0.2.0
Updated@php-wasm/util@0.2.0