@php-wasm/universal
Advanced tools
Comparing version 0.9.38 to 0.9.39
@@ -72,3 +72,3 @@ import { PHP } from './php'; | ||
* ```js | ||
* import { PHP } from '../../../web/src/index.ts'; | ||
* import { PHP } from '@php-wasm/web'; | ||
* | ||
@@ -75,0 +75,0 @@ * const php = await PHP.load( '7.4', { |
@@ -1,2 +0,2 @@ | ||
import { EmscriptenDownloadMonitor } from '../../../progress/src/index.ts'; | ||
import { EmscriptenDownloadMonitor } from '@php-wasm/progress'; | ||
import { PHP } from './php'; | ||
@@ -3,0 +3,0 @@ import { PHPRequestHandler } from './php-request-handler'; |
@@ -5,3 +5,3 @@ import { PHPResponse } from './php-response'; | ||
import { RmDirOptions, ListFilesOptions } from './fs-helpers'; | ||
import { Semaphore } from '../../../util/src/index.ts'; | ||
import { Semaphore } from '@php-wasm/util'; | ||
import { PHPRequestHandler } from './php-request-handler'; | ||
@@ -8,0 +8,0 @@ import { Emscripten } from './emscripten-types'; |
{ | ||
"name": "@php-wasm/universal", | ||
"version": "0.9.38", | ||
"version": "0.9.39", | ||
"description": "PHP.wasm – emscripten bindings for PHP", | ||
@@ -40,3 +40,3 @@ "repository": { | ||
"license": "GPL-2.0-or-later", | ||
"gitHead": "f07ef4e59813c2d43d71d639237457b029dea995", | ||
"gitHead": "cbb5ec6aeed54bebf0fd6503f207c93261b3e4ba", | ||
"engines": { | ||
@@ -49,8 +49,8 @@ "node": ">=18.18.0", | ||
"ini": "4.1.2", | ||
"@php-wasm/node-polyfills": "0.9.38", | ||
"@php-wasm/logger": "0.9.38", | ||
"@php-wasm/util": "0.9.38", | ||
"@php-wasm/stream-compression": "0.9.38", | ||
"@php-wasm/progress": "0.9.38" | ||
"@php-wasm/node-polyfills": "0.9.39", | ||
"@php-wasm/logger": "0.9.39", | ||
"@php-wasm/util": "0.9.39", | ||
"@php-wasm/stream-compression": "0.9.39", | ||
"@php-wasm/progress": "0.9.39" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
195243
+ Added@php-wasm/logger@0.9.39(transitive)
+ Added@php-wasm/node-polyfills@0.9.39(transitive)
+ Added@php-wasm/progress@0.9.39(transitive)
+ Added@php-wasm/stream-compression@0.9.39(transitive)
+ Added@php-wasm/util@0.9.39(transitive)
- Removed@php-wasm/logger@0.9.38(transitive)
- Removed@php-wasm/node-polyfills@0.9.38(transitive)
- Removed@php-wasm/progress@0.9.38(transitive)
- Removed@php-wasm/stream-compression@0.9.38(transitive)
- Removed@php-wasm/util@0.9.38(transitive)
Updated@php-wasm/logger@0.9.39
Updated@php-wasm/progress@0.9.39
Updated@php-wasm/util@0.9.39