@wp-playground/blueprints 0.9.38 → 0.9.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/blueprint.d.ts +1 -1
- package/lib/compile.d.ts +3 -3
- package/lib/resources.d.ts +3 -3
- package/lib/steps/define-wp-config-consts.d.ts +1 -1
- package/lib/steps/export-wxr.d.ts +1 -1
- package/lib/steps/index.d.ts +2 -2
- package/lib/steps/install-asset.d.ts +1 -1
- package/lib/steps/request.d.ts +1 -1
- package/lib/steps/run-php-with-options.d.ts +1 -1
- package/lib/steps/run-php.d.ts +1 -1
- package/lib/steps/wp-cli.d.ts +1 -1
- package/lib/steps/zip-wp-content.d.ts +1 -1
- package/lib/utils/flatten-directory.d.ts +1 -1
- package/lib/utils/update-file.d.ts +1 -1
- package/package.json +11 -11
package/lib/blueprint.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { SupportedPHPExtensionBundle, SupportedPHPVersion } from '
|
|
1
|
+
import { SupportedPHPExtensionBundle, SupportedPHPVersion } from '@php-wasm/universal';
|
|
2
2
|
import { StepDefinition } from './steps';
|
|
3
3
|
import { FileReference } from './resources';
|
|
4
4
|
export type ExtraLibrary = 'wp-cli';
|
package/lib/compile.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ProgressTracker } from '
|
|
2
|
-
import { Semaphore } from '
|
|
3
|
-
import { SupportedPHPExtension, SupportedPHPVersion, UniversalPHP } from '
|
|
1
|
+
import { ProgressTracker } from '@php-wasm/progress';
|
|
2
|
+
import { Semaphore } from '@php-wasm/util';
|
|
3
|
+
import { SupportedPHPExtension, SupportedPHPVersion, UniversalPHP } from '@php-wasm/universal';
|
|
4
4
|
import { StepDefinition } from './steps';
|
|
5
5
|
import { Blueprint, ExtraLibrary } from './blueprint';
|
|
6
6
|
export type CompiledStep = (php: UniversalPHP) => Promise<void> | void;
|
package/lib/resources.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ProgressTracker } from '
|
|
2
|
-
import { UniversalPHP } from '
|
|
3
|
-
import { Semaphore } from '
|
|
1
|
+
import { ProgressTracker } from '@php-wasm/progress';
|
|
2
|
+
import { UniversalPHP } from '@php-wasm/universal';
|
|
3
|
+
import { Semaphore } from '@php-wasm/util';
|
|
4
4
|
export declare const ResourceTypes: readonly ["vfs", "literal", "wordpress.org/themes", "wordpress.org/plugins", "url"];
|
|
5
5
|
export type VFSReference = {
|
|
6
6
|
/** Identifies the file resource as Virtual File System (VFS) */
|
package/lib/steps/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ProgressTracker } from '
|
|
2
|
-
import { UniversalPHP } from '
|
|
1
|
+
import { ProgressTracker } from '@php-wasm/progress';
|
|
2
|
+
import { UniversalPHP } from '@php-wasm/universal';
|
|
3
3
|
import { FileReference } from '../resources';
|
|
4
4
|
import { ActivatePluginStep } from './activate-plugin';
|
|
5
5
|
import { DefineSiteUrlStep } from './define-site-url';
|
package/lib/steps/request.d.ts
CHANGED
package/lib/steps/run-php.d.ts
CHANGED
package/lib/steps/wp-cli.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wp-playground/blueprints",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.40",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": {
|
|
6
6
|
"import": "./index.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"access": "public",
|
|
22
22
|
"directory": "../../../dist/packages/playground/blueprints"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "f2cae683a18c3fe90148b712eeab8f2f714c6ec2",
|
|
25
25
|
"engines": {
|
|
26
26
|
"node": ">=18.18.0",
|
|
27
27
|
"npm": ">=8.11.0"
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
"ajv": "8.12.0",
|
|
31
31
|
"comlink": "^4.4.1",
|
|
32
32
|
"ini": "4.1.2",
|
|
33
|
-
"@php-wasm/node-polyfills": "0.9.
|
|
34
|
-
"@php-wasm/universal": "0.9.
|
|
35
|
-
"@wp-playground/common": "0.9.
|
|
36
|
-
"@php-wasm/node": "0.9.
|
|
37
|
-
"@php-wasm/progress": "0.9.
|
|
38
|
-
"@php-wasm/util": "0.9.
|
|
39
|
-
"@php-wasm/logger": "0.9.
|
|
40
|
-
"@wp-playground/wordpress": "0.9.
|
|
41
|
-
"@php-wasm/scopes": "0.9.
|
|
33
|
+
"@php-wasm/node-polyfills": "0.9.40",
|
|
34
|
+
"@php-wasm/universal": "0.9.40",
|
|
35
|
+
"@wp-playground/common": "0.9.40",
|
|
36
|
+
"@php-wasm/node": "0.9.40",
|
|
37
|
+
"@php-wasm/progress": "0.9.40",
|
|
38
|
+
"@php-wasm/util": "0.9.40",
|
|
39
|
+
"@php-wasm/logger": "0.9.40",
|
|
40
|
+
"@wp-playground/wordpress": "0.9.40",
|
|
41
|
+
"@php-wasm/scopes": "0.9.40"
|
|
42
42
|
}
|
|
43
43
|
}
|