@wp-playground/blueprints 1.0.29 → 1.1.1

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.
Files changed (44) hide show
  1. package/LICENSE +339 -0
  2. package/blueprint-schema-validator.js +231 -52
  3. package/blueprint-schema.json +24 -15
  4. package/index.cjs +40 -472
  5. package/index.cjs.map +1 -1
  6. package/index.d.ts +3 -2
  7. package/index.js +3011 -3289
  8. package/index.js.map +1 -1
  9. package/lib/blueprint.d.ts +17 -5
  10. package/lib/compile.d.ts +10 -12
  11. package/lib/resolve-remote-blueprint.d.ts +8 -0
  12. package/lib/resources.d.ts +44 -20
  13. package/lib/steps/activate-plugin.d.ts +1 -1
  14. package/lib/steps/activate-theme.d.ts +1 -1
  15. package/lib/steps/cp.d.ts +1 -1
  16. package/lib/steps/define-site-url.d.ts +1 -1
  17. package/lib/steps/define-wp-config-consts.d.ts +2 -3
  18. package/lib/steps/enable-multisite.d.ts +1 -1
  19. package/lib/steps/export-wxr.d.ts +1 -1
  20. package/lib/steps/import-theme-starter-content.d.ts +1 -1
  21. package/lib/steps/import-wordpress-files.d.ts +1 -1
  22. package/lib/steps/import-wxr.d.ts +1 -1
  23. package/lib/steps/index.d.ts +31 -31
  24. package/lib/steps/install-plugin.d.ts +3 -3
  25. package/lib/steps/install-theme.d.ts +3 -3
  26. package/lib/steps/login.d.ts +1 -1
  27. package/lib/steps/mkdir.d.ts +1 -1
  28. package/lib/steps/mv.d.ts +1 -1
  29. package/lib/steps/request.d.ts +2 -2
  30. package/lib/steps/reset-data.d.ts +1 -1
  31. package/lib/steps/rm.d.ts +1 -1
  32. package/lib/steps/rmdir.d.ts +1 -1
  33. package/lib/steps/run-php-with-options.d.ts +2 -2
  34. package/lib/steps/run-php.d.ts +2 -2
  35. package/lib/steps/run-sql.d.ts +1 -1
  36. package/lib/steps/run-wp-installation-wizard.d.ts +1 -1
  37. package/lib/steps/set-site-language.d.ts +6 -4
  38. package/lib/steps/site-data.d.ts +1 -1
  39. package/lib/steps/unzip.d.ts +1 -1
  40. package/lib/steps/wp-cli.d.ts +4 -5
  41. package/lib/steps/write-file.d.ts +1 -1
  42. package/lib/steps/write-files.d.ts +2 -2
  43. package/lib/steps/zip-wp-content.d.ts +1 -1
  44. 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.29",
3
+ "version": "1.1.1",
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": "173e69f62e1b43bd7353b875054bb1ef5e394de8",
24
+ "gitHead": "8bff9428d68d3c4a5e84c6cd633e82bf8512a4e3",
25
25
  "engines": {
26
- "node": ">=18.18.0",
27
- "npm": ">=8.11.0"
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
- "events": "3.3.0",
38
- "express": "4.19.2",
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.1",
41
+ "octokit": "3.1.2",
43
42
  "pako": "1.0.10",
44
- "pify": "5.0.0",
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.0",
48
+ "ws": "8.18.1",
50
49
  "yargs": "17.7.2",
51
- "@php-wasm/node-polyfills": "1.0.29",
52
- "@php-wasm/universal": "1.0.29",
53
- "@wp-playground/common": "1.0.29",
54
- "@php-wasm/node": "1.0.29",
55
- "@php-wasm/progress": "1.0.29",
56
- "@php-wasm/util": "1.0.29",
57
- "@php-wasm/logger": "1.0.29",
58
- "@wp-playground/storage": "1.0.29",
59
- "@php-wasm/web": "1.0.29",
60
- "@wp-playground/wordpress": "1.0.29"
50
+ "@php-wasm/node-polyfills": "1.1.1",
51
+ "@php-wasm/universal": "1.1.1",
52
+ "@php-wasm/stream-compression": "1.1.1",
53
+ "@wp-playground/storage": "1.1.1",
54
+ "@wp-playground/common": "1.1.1",
55
+ "@php-wasm/node": "1.1.1",
56
+ "@php-wasm/progress": "1.1.1",
57
+ "@php-wasm/util": "1.1.1",
58
+ "@php-wasm/logger": "1.1.1",
59
+ "@php-wasm/web": "1.1.1",
60
+ "@wp-playground/wordpress": "1.1.1"
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
+ }