@wp-playground/wordpress
Advanced tools
Comparing version 0.9.38 to 0.9.39
@@ -1,2 +0,2 @@ | ||
import { FileNotFoundAction, FileNotFoundGetActionCallback, FileTree, PHP, PHPProcessManager, PHPRequestHandler, SpawnHandler } from '../../../php-wasm/universal/src/index.ts'; | ||
import { FileNotFoundAction, FileNotFoundGetActionCallback, FileTree, PHP, PHPProcessManager, PHPRequestHandler, SpawnHandler } from '@php-wasm/universal'; | ||
export type PhpIniOptions = Record<string, string>; | ||
@@ -3,0 +3,0 @@ export type Hook = (php: PHP) => void | Promise<void>; |
@@ -1,2 +0,2 @@ | ||
import { PHP, UniversalPHP } from '../../../php-wasm/universal/src/index.ts'; | ||
import { PHP, UniversalPHP } from '@php-wasm/universal'; | ||
export { bootWordPress, getFileNotFoundActionForWordPress } from './boot'; | ||
@@ -3,0 +3,0 @@ export { getLoadedWordPressVersion } from './version-detect'; |
{ | ||
"name": "@wp-playground/wordpress", | ||
"version": "0.9.38", | ||
"version": "0.9.39", | ||
"description": "WordPress-related plumbing for WordPress Playground", | ||
@@ -31,3 +31,3 @@ "repository": { | ||
}, | ||
"gitHead": "f07ef4e59813c2d43d71d639237457b029dea995", | ||
"gitHead": "cbb5ec6aeed54bebf0fd6503f207c93261b3e4ba", | ||
"dependencies": { | ||
@@ -39,7 +39,7 @@ "comlink": "^4.4.1", | ||
"yargs": "17.7.2", | ||
"@php-wasm/universal": "0.9.38", | ||
"@php-wasm/util": "0.9.38", | ||
"@wp-playground/common": "0.9.38", | ||
"@php-wasm/node": "0.9.38" | ||
"@php-wasm/universal": "0.9.39", | ||
"@php-wasm/util": "0.9.39", | ||
"@wp-playground/common": "0.9.39", | ||
"@php-wasm/node": "0.9.39" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import type { RewriteRule } from '../../../php-wasm/universal/src/index.ts'; | ||
import type { RewriteRule } from '@php-wasm/universal'; | ||
/** | ||
@@ -3,0 +3,0 @@ * The default rewrite rules for WordPress. |
@@ -1,3 +0,3 @@ | ||
import type { PHPRequestHandler } from '../../../php-wasm/universal/src/index.ts'; | ||
import type { PHPRequestHandler } from '@php-wasm/universal'; | ||
export declare function getLoadedWordPressVersion(requestHandler: PHPRequestHandler): Promise<string>; | ||
export declare function versionStringToLoadedWordPressVersion(wpVersionString: string): string; |
18765
+ Added@php-wasm/logger@0.9.39(transitive)
+ Added@php-wasm/node@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/universal@0.9.39(transitive)
+ Added@php-wasm/util@0.9.39(transitive)
+ Added@wp-playground/common@0.9.39(transitive)
- Removed@php-wasm/logger@0.9.38(transitive)
- Removed@php-wasm/node@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/universal@0.9.38(transitive)
- Removed@php-wasm/util@0.9.38(transitive)
- Removed@wp-playground/common@0.9.38(transitive)
Updated@php-wasm/node@0.9.39
Updated@php-wasm/universal@0.9.39
Updated@php-wasm/util@0.9.39
Updated@wp-playground/common@0.9.39