@wp-playground/blueprints 0.9.26 → 0.9.28

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.
@@ -81,6 +81,13 @@
81
81
  },
82
82
  "additionalProperties": false
83
83
  },
84
+ "extraLibraries": {
85
+ "type": "array",
86
+ "items": {
87
+ "$ref": "#/definitions/ExtraLibrary"
88
+ },
89
+ "description": "Extra libraries to preload into the Playground instance."
90
+ },
84
91
  "constants": {
85
92
  "type": "object",
86
93
  "additionalProperties": {
@@ -190,6 +197,10 @@
190
197
  "7.0"
191
198
  ]
192
199
  },
200
+ "ExtraLibrary": {
201
+ "type": "string",
202
+ "const": "wp-cli"
203
+ },
193
204
  "FileReference": {
194
205
  "anyOf": [
195
206
  {