diff --git a/lerna.json b/lerna.json index 0b6d1261dd..200f06faf9 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.0.17", + "version": "1.0.18", "useWorkspaces": true, "useNx": true } diff --git a/package-lock.json b/package-lock.json index 07baa9ce12..383875157a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47515,7 +47515,7 @@ }, "packages/php-wasm/cli": { "name": "@php-wasm/cli", - "version": "1.0.17", + "version": "1.0.18", "license": "GPL-2.0-or-later", "bin": { "cli": "php-wasm.js" @@ -47532,7 +47532,7 @@ }, "packages/php-wasm/fs-journal": { "name": "@php-wasm/fs-journal", - "version": "1.0.17", + "version": "1.0.18", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.18.0", @@ -47541,7 +47541,7 @@ }, "packages/php-wasm/logger": { "name": "@php-wasm/logger", - "version": "1.0.17", + "version": "1.0.18", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.18.0", @@ -47550,7 +47550,7 @@ }, "packages/php-wasm/node": { "name": "@php-wasm/node", - "version": "1.0.17", + "version": "1.0.18", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.18.0", @@ -47559,12 +47559,12 @@ }, "packages/php-wasm/node-polyfills": { "name": "@php-wasm/node-polyfills", - "version": "1.0.17", + "version": "1.0.18", "license": "GPL-2.0-or-later" }, "packages/php-wasm/progress": { "name": "@php-wasm/progress", - "version": "1.0.17", + "version": "1.0.18", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.18.0", @@ -47573,7 +47573,7 @@ }, "packages/php-wasm/scopes": { "name": "@php-wasm/scopes", - "version": "1.0.17", + "version": "1.0.18", "license": "GPL-2.0-or-later", "engines": { "node": ">=16.15.1", @@ -47582,12 +47582,12 @@ }, "packages/php-wasm/stream-compression": { "name": "@php-wasm/stream-compression", - "version": "1.0.17", + "version": "1.0.18", "license": "GPL-2.0-or-later" }, "packages/php-wasm/universal": { "name": "@php-wasm/universal", - "version": "1.0.17", + "version": "1.0.18", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.18.0", @@ -47596,7 +47596,7 @@ }, "packages/php-wasm/util": { "name": "@php-wasm/util", - "version": "1.0.17", + "version": "1.0.18", "engines": { "node": ">=18.18.0", "npm": ">=8.11.0" @@ -47604,7 +47604,7 @@ }, "packages/php-wasm/web": { "name": "@php-wasm/web", - "version": "1.0.17", + "version": "1.0.18", "license": "GPL-2.0-or-later", "engines": { "node": ">=16.15.1", @@ -47613,7 +47613,7 @@ }, "packages/php-wasm/web-service-worker": { "name": "@php-wasm/web-service-worker", - "version": "1.0.17", + "version": "1.0.18", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.18.0", @@ -47622,7 +47622,7 @@ }, "packages/playground/blueprints": { "name": "@wp-playground/blueprints", - "version": "1.0.17", + "version": "1.0.18", "engines": { "node": ">=18.18.0", "npm": ">=8.11.0" @@ -47630,7 +47630,7 @@ }, "packages/playground/cli": { "name": "@wp-playground/cli", - "version": "1.0.17", + "version": "1.0.18", "license": "GPL-2.0-or-later", "bin": { "cli": "wp-playground.js" @@ -47638,7 +47638,7 @@ }, "packages/playground/client": { "name": "@wp-playground/client", - "version": "1.0.17", + "version": "1.0.18", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.18.0", @@ -47647,7 +47647,7 @@ }, "packages/playground/common": { "name": "@wp-playground/common", - "version": "1.0.17", + "version": "1.0.18", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.18.0", @@ -47656,7 +47656,7 @@ }, "packages/playground/components": { "name": "@wp-playground/components", - "version": "1.0.17", + "version": "1.0.18", "engines": { "node": ">=18.18.0", "npm": ">=8.11.0" @@ -47682,12 +47682,12 @@ }, "packages/playground/remote": { "name": "@wp-playground/remote", - "version": "1.0.17", + "version": "1.0.18", "license": "GPL-2.0-or-later" }, "packages/playground/storage": { "name": "@wp-playground/storage", - "version": "1.0.17", + "version": "1.0.18", "license": "GPL-2.0-or-later", "dependencies": { "async-lock": "^1.4.1", @@ -47732,7 +47732,7 @@ }, "packages/playground/wordpress": { "name": "@wp-playground/wordpress", - "version": "1.0.17", + "version": "1.0.18", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.18.0", diff --git a/packages/php-wasm/cli/package.json b/packages/php-wasm/cli/package.json index a3eb6319e2..a3e0597847 100644 --- a/packages/php-wasm/cli/package.json +++ b/packages/php-wasm/cli/package.json @@ -1,6 +1,6 @@ { "name": "@php-wasm/cli", - "version": "1.0.17", + "version": "1.0.18", "description": "PHP.wasm CLI for node.js", "repository": { "type": "git", diff --git a/packages/php-wasm/fs-journal/package.json b/packages/php-wasm/fs-journal/package.json index f033ad70da..79fd4b4fc1 100644 --- a/packages/php-wasm/fs-journal/package.json +++ b/packages/php-wasm/fs-journal/package.json @@ -1,6 +1,6 @@ { "name": "@php-wasm/fs-journal", - "version": "1.0.17", + "version": "1.0.18", "description": "Bindings to journal the PHP filesystem", "repository": { "type": "git", diff --git a/packages/php-wasm/logger/package.json b/packages/php-wasm/logger/package.json index 9aa22c9a6d..fa216f4a64 100644 --- a/packages/php-wasm/logger/package.json +++ b/packages/php-wasm/logger/package.json @@ -1,6 +1,6 @@ { "name": "@php-wasm/logger", - "version": "1.0.17", + "version": "1.0.18", "description": "A logger for PHP-wasm clients like Playground and WP-now.", "repository": { "type": "git", diff --git a/packages/php-wasm/node-polyfills/package.json b/packages/php-wasm/node-polyfills/package.json index 6eeb3191f1..c8f280a183 100644 --- a/packages/php-wasm/node-polyfills/package.json +++ b/packages/php-wasm/node-polyfills/package.json @@ -1,6 +1,6 @@ { "name": "@php-wasm/node-polyfills", - "version": "1.0.17", + "version": "1.0.18", "description": "PHP.wasm – polyfills for Node.js", "repository": { "type": "git", diff --git a/packages/php-wasm/node/package.json b/packages/php-wasm/node/package.json index 9a6b432f92..1d38af5841 100644 --- a/packages/php-wasm/node/package.json +++ b/packages/php-wasm/node/package.json @@ -1,6 +1,6 @@ { "name": "@php-wasm/node", - "version": "1.0.17", + "version": "1.0.18", "description": "PHP.wasm for Node.js", "repository": { "type": "git", diff --git a/packages/php-wasm/progress/package.json b/packages/php-wasm/progress/package.json index 8c7641fab2..656d98a0eb 100644 --- a/packages/php-wasm/progress/package.json +++ b/packages/php-wasm/progress/package.json @@ -1,6 +1,6 @@ { "name": "@php-wasm/progress", - "version": "1.0.17", + "version": "1.0.18", "description": "PHP.wasm – loading progress monitoring", "repository": { "type": "git", diff --git a/packages/php-wasm/scopes/package.json b/packages/php-wasm/scopes/package.json index 0e02a3b353..943a37761a 100644 --- a/packages/php-wasm/scopes/package.json +++ b/packages/php-wasm/scopes/package.json @@ -1,6 +1,6 @@ { "name": "@php-wasm/scopes", - "version": "1.0.17", + "version": "1.0.18", "description": "PHP.wasm – scoped URLs utils", "repository": { "type": "git", diff --git a/packages/php-wasm/stream-compression/package.json b/packages/php-wasm/stream-compression/package.json index 41469f72d0..e3824d4708 100644 --- a/packages/php-wasm/stream-compression/package.json +++ b/packages/php-wasm/stream-compression/package.json @@ -1,6 +1,6 @@ { "name": "@php-wasm/stream-compression", - "version": "1.0.17", + "version": "1.0.18", "description": "Stream-based compression bindings.", "repository": { "type": "git", diff --git a/packages/php-wasm/universal/package.json b/packages/php-wasm/universal/package.json index 52dc5830ad..f515333a3b 100644 --- a/packages/php-wasm/universal/package.json +++ b/packages/php-wasm/universal/package.json @@ -1,6 +1,6 @@ { "name": "@php-wasm/universal", - "version": "1.0.17", + "version": "1.0.18", "description": "PHP.wasm – emscripten bindings for PHP", "repository": { "type": "git", diff --git a/packages/php-wasm/util/package.json b/packages/php-wasm/util/package.json index bb7f0effcf..2f48e37d6b 100644 --- a/packages/php-wasm/util/package.json +++ b/packages/php-wasm/util/package.json @@ -1,6 +1,6 @@ { "name": "@php-wasm/util", - "version": "1.0.17", + "version": "1.0.18", "type": "module", "types": "index.d.ts", "typedoc": { diff --git a/packages/php-wasm/web-service-worker/package.json b/packages/php-wasm/web-service-worker/package.json index 892d1424f8..9c79b2aa5d 100644 --- a/packages/php-wasm/web-service-worker/package.json +++ b/packages/php-wasm/web-service-worker/package.json @@ -1,6 +1,6 @@ { "name": "@php-wasm/web-service-worker", - "version": "1.0.17", + "version": "1.0.18", "description": "PHP.wasm – service worker utils", "repository": { "type": "git", diff --git a/packages/php-wasm/web/package.json b/packages/php-wasm/web/package.json index 398c5f29e6..f847e6084d 100644 --- a/packages/php-wasm/web/package.json +++ b/packages/php-wasm/web/package.json @@ -1,6 +1,6 @@ { "name": "@php-wasm/web", - "version": "1.0.17", + "version": "1.0.18", "description": "PHP.wasm for the web", "repository": { "type": "git", diff --git a/packages/playground/blueprints/package.json b/packages/playground/blueprints/package.json index 13c962d0fd..7906f2e0bc 100644 --- a/packages/playground/blueprints/package.json +++ b/packages/playground/blueprints/package.json @@ -1,6 +1,6 @@ { "name": "@wp-playground/blueprints", - "version": "1.0.17", + "version": "1.0.18", "exports": { ".": { "import": "./index.js", diff --git a/packages/playground/cli/package.json b/packages/playground/cli/package.json index 6465c9edb4..c04dea0e97 100644 --- a/packages/playground/cli/package.json +++ b/packages/playground/cli/package.json @@ -1,6 +1,6 @@ { "name": "@wp-playground/cli", - "version": "1.0.17", + "version": "1.0.18", "description": "WordPress Playground CLI", "repository": { "type": "git", diff --git a/packages/playground/client/package.json b/packages/playground/client/package.json index 8e2fc5b5ca..e6101dd191 100644 --- a/packages/playground/client/package.json +++ b/packages/playground/client/package.json @@ -1,6 +1,6 @@ { "name": "@wp-playground/client", - "version": "1.0.17", + "version": "1.0.18", "description": "WordPress Playground client", "repository": { "type": "git", diff --git a/packages/playground/common/package.json b/packages/playground/common/package.json index ce0d651bdd..4342864a52 100644 --- a/packages/playground/common/package.json +++ b/packages/playground/common/package.json @@ -1,6 +1,6 @@ { "name": "@wp-playground/common", - "version": "1.0.17", + "version": "1.0.18", "description": "Common exports and utilities for WordPress Playground", "repository": { "type": "git", diff --git a/packages/playground/components/package.json b/packages/playground/components/package.json index c428d988a1..8574ca4985 100644 --- a/packages/playground/components/package.json +++ b/packages/playground/components/package.json @@ -1,6 +1,6 @@ { "name": "@wp-playground/components", - "version": "1.0.17", + "version": "1.0.18", "exports": { ".": { "import": "./index.js", diff --git a/packages/playground/remote/package.json b/packages/playground/remote/package.json index 6662346595..ca73af9282 100644 --- a/packages/playground/remote/package.json +++ b/packages/playground/remote/package.json @@ -1,6 +1,6 @@ { "name": "@wp-playground/remote", - "version": "1.0.17", + "version": "1.0.18", "description": "WordPress Playground remote host", "repository": { "type": "git", diff --git a/packages/playground/storage/package.json b/packages/playground/storage/package.json index 0eede19a2d..5f502a4ec7 100644 --- a/packages/playground/storage/package.json +++ b/packages/playground/storage/package.json @@ -1,6 +1,6 @@ { "name": "@wp-playground/storage", - "version": "1.0.17", + "version": "1.0.18", "description": "Bindings for storing WordPress Playground on different backends.", "repository": { "type": "git", diff --git a/packages/playground/wordpress/package.json b/packages/playground/wordpress/package.json index 27ecec115c..8e465aae5b 100644 --- a/packages/playground/wordpress/package.json +++ b/packages/playground/wordpress/package.json @@ -1,6 +1,6 @@ { "name": "@wp-playground/wordpress", - "version": "1.0.17", + "version": "1.0.18", "description": "WordPress-related plumbing for WordPress Playground", "repository": { "type": "git",