@wp-playground/wordpress
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "@wp-playground/wordpress", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "WordPress-related plumbing for WordPress Playground", | ||
@@ -31,3 +31,3 @@ "repository": { | ||
}, | ||
"gitHead": "e5cb134823eedc139ca490661b75d490364cc0b7", | ||
"gitHead": "22888c009b54e0b1e5a5c9961b9d97c08b39f672", | ||
"dependencies": { | ||
@@ -41,8 +41,8 @@ "comlink": "^4.4.1", | ||
"yargs": "17.7.2", | ||
"@php-wasm/universal": "1.0.12", | ||
"@php-wasm/util": "1.0.12", | ||
"@php-wasm/logger": "1.0.12", | ||
"@wp-playground/common": "1.0.12", | ||
"@php-wasm/node": "1.0.12" | ||
"@php-wasm/universal": "1.0.13", | ||
"@php-wasm/util": "1.0.13", | ||
"@php-wasm/logger": "1.0.13", | ||
"@wp-playground/common": "1.0.13", | ||
"@php-wasm/node": "1.0.13" | ||
} | ||
} |
import type { PHPRequestHandler } from '@php-wasm/universal'; | ||
export declare function getLoadedWordPressVersion(requestHandler: PHPRequestHandler): Promise<string>; | ||
/** | ||
* Returns a WordPress build version string, for a given WordPress version string. | ||
* | ||
* You can find the full list of supported build version strings in | ||
* packages/playground/wordpress-builds/src/wordpress/wp-versions.json | ||
* | ||
* Each released version will be converted to the major.minor format. | ||
* For example 6.6.1 will be converted to 6.6. | ||
* | ||
* Release candidates (RC) and beta releases are converted to "beta". | ||
* | ||
* Nightly releases are converted to "nightly". | ||
* | ||
* @param wpVersionString - A WordPress version string. | ||
* @returns A Playground WordPress build version. | ||
*/ | ||
export declare function versionStringToLoadedWordPressVersion(wpVersionString: string): string; |
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
23343
464
+ Added@php-wasm/logger@1.0.13(transitive)
+ Added@php-wasm/node@1.0.13(transitive)
+ Added@php-wasm/node-polyfills@1.0.13(transitive)
+ Added@php-wasm/progress@1.0.13(transitive)
+ Added@php-wasm/stream-compression@1.0.13(transitive)
+ Added@php-wasm/universal@1.0.13(transitive)
+ Added@php-wasm/util@1.0.13(transitive)
+ Added@wp-playground/common@1.0.13(transitive)
- Removed@php-wasm/logger@1.0.12(transitive)
- Removed@php-wasm/node@1.0.12(transitive)
- Removed@php-wasm/node-polyfills@1.0.12(transitive)
- Removed@php-wasm/progress@1.0.12(transitive)
- Removed@php-wasm/stream-compression@1.0.12(transitive)
- Removed@php-wasm/universal@1.0.12(transitive)
- Removed@php-wasm/util@1.0.12(transitive)
- Removed@wp-playground/common@1.0.12(transitive)
Updated@php-wasm/logger@1.0.13
Updated@php-wasm/node@1.0.13
Updated@php-wasm/universal@1.0.13
Updated@php-wasm/util@1.0.13
Updated@wp-playground/common@1.0.13