@wp-playground/blueprints 1.0.28 → 1.1.0
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/LICENSE +339 -0
- package/blueprint-schema-validator.js +239 -58
- package/blueprint-schema.json +27 -18
- package/index.cjs +41 -473
- package/index.cjs.map +1 -1
- package/index.d.ts +3 -2
- package/index.js +3014 -3292
- package/index.js.map +1 -1
- package/lib/blueprint.d.ts +17 -5
- package/lib/compile.d.ts +10 -12
- package/lib/resolve-remote-blueprint.d.ts +8 -0
- package/lib/resources.d.ts +44 -20
- package/lib/steps/activate-plugin.d.ts +1 -1
- package/lib/steps/activate-theme.d.ts +1 -1
- package/lib/steps/cp.d.ts +1 -1
- package/lib/steps/define-site-url.d.ts +1 -1
- package/lib/steps/define-wp-config-consts.d.ts +2 -3
- package/lib/steps/enable-multisite.d.ts +1 -1
- package/lib/steps/export-wxr.d.ts +1 -1
- package/lib/steps/import-theme-starter-content.d.ts +1 -1
- package/lib/steps/import-wordpress-files.d.ts +1 -1
- package/lib/steps/import-wxr.d.ts +1 -1
- package/lib/steps/index.d.ts +31 -31
- package/lib/steps/install-plugin.d.ts +4 -4
- package/lib/steps/install-theme.d.ts +4 -4
- package/lib/steps/login.d.ts +1 -1
- package/lib/steps/mkdir.d.ts +1 -1
- package/lib/steps/mv.d.ts +1 -1
- package/lib/steps/request.d.ts +2 -2
- package/lib/steps/reset-data.d.ts +1 -1
- package/lib/steps/rm.d.ts +1 -1
- package/lib/steps/rmdir.d.ts +1 -1
- package/lib/steps/run-php-with-options.d.ts +2 -2
- package/lib/steps/run-php.d.ts +2 -2
- package/lib/steps/run-sql.d.ts +1 -1
- package/lib/steps/run-wp-installation-wizard.d.ts +1 -1
- package/lib/steps/set-site-language.d.ts +6 -4
- package/lib/steps/site-data.d.ts +1 -1
- package/lib/steps/unzip.d.ts +1 -1
- package/lib/steps/wp-cli.d.ts +4 -5
- package/lib/steps/write-file.d.ts +1 -1
- package/lib/steps/write-files.d.ts +14 -3
- package/lib/steps/zip-wp-content.d.ts +1 -1
- package/package.json +29 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wp-playground/blueprints",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": {
|
|
6
6
|
"import": "./index.js",
|
|
@@ -21,42 +21,49 @@
|
|
|
21
21
|
"access": "public",
|
|
22
22
|
"directory": "../../../dist/packages/playground/blueprints"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "9dbbe2b22ccbacda9c0da4444c51d5739e784302",
|
|
25
25
|
"engines": {
|
|
26
|
-
"node": ">=
|
|
27
|
-
"npm": ">=
|
|
26
|
+
"node": ">=20.18.3",
|
|
27
|
+
"npm": ">=10.1.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
+
"@zip.js/zip.js": "2.7.57",
|
|
30
31
|
"ajv": "8.12.0",
|
|
31
32
|
"async-lock": "1.4.1",
|
|
32
|
-
"buffer": "6.0.3",
|
|
33
33
|
"clean-git-ref": "2.0.1",
|
|
34
34
|
"comlink": "^4.4.1",
|
|
35
35
|
"crc-32": "1.2.2",
|
|
36
36
|
"diff3": "0.0.4",
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"ignore": "5.2.4",
|
|
37
|
+
"express": "4.21.2",
|
|
38
|
+
"ignore": "5.3.2",
|
|
40
39
|
"ini": "4.1.2",
|
|
41
40
|
"minimisted": "2.0.1",
|
|
42
|
-
"octokit": "3.1.
|
|
41
|
+
"octokit": "3.1.2",
|
|
43
42
|
"pako": "1.0.10",
|
|
44
|
-
"pify": "
|
|
43
|
+
"pify": "2.3.0",
|
|
45
44
|
"readable-stream": "3.6.2",
|
|
46
45
|
"sha.js": "2.4.11",
|
|
47
46
|
"simple-get": "4.0.1",
|
|
48
47
|
"wasm-feature-detect": "1.8.0",
|
|
49
|
-
"ws": "8.18.
|
|
48
|
+
"ws": "8.18.1",
|
|
50
49
|
"yargs": "17.7.2",
|
|
51
|
-
"@php-wasm/node-polyfills": "1.0
|
|
52
|
-
"@php-wasm/universal": "1.0
|
|
53
|
-
"@
|
|
54
|
-
"@
|
|
55
|
-
"@
|
|
56
|
-
"@php-wasm/
|
|
57
|
-
"@php-wasm/
|
|
58
|
-
"@
|
|
59
|
-
"@php-wasm/
|
|
60
|
-
"@
|
|
50
|
+
"@php-wasm/node-polyfills": "1.1.0",
|
|
51
|
+
"@php-wasm/universal": "1.1.0",
|
|
52
|
+
"@php-wasm/stream-compression": "1.1.0",
|
|
53
|
+
"@wp-playground/storage": "1.1.0",
|
|
54
|
+
"@wp-playground/common": "1.1.0",
|
|
55
|
+
"@php-wasm/node": "1.1.0",
|
|
56
|
+
"@php-wasm/progress": "1.1.0",
|
|
57
|
+
"@php-wasm/util": "1.1.0",
|
|
58
|
+
"@php-wasm/logger": "1.1.0",
|
|
59
|
+
"@php-wasm/web": "1.1.0",
|
|
60
|
+
"@wp-playground/wordpress": "1.1.0"
|
|
61
|
+
},
|
|
62
|
+
"overrides": {
|
|
63
|
+
"rollup": "^4.34.6",
|
|
64
|
+
"react": "18.3.1",
|
|
65
|
+
"react-dom": "18.3.1",
|
|
66
|
+
"typescript": "5.4.5",
|
|
67
|
+
"ws": "^8.18.0"
|
|
61
68
|
}
|
|
62
|
-
}
|
|
69
|
+
}
|