diff --git a/lerna.json b/lerna.json index a8328bb184..db6e06a59f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "0.6.16", + "version": "0.7.0", "useNx": true } diff --git a/package-lock.json b/package-lock.json index 1b66c674e6..df51e8effa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44913,7 +44913,7 @@ }, "packages/php-wasm/cli": { "name": "@php-wasm/cli", - "version": "0.6.16", + "version": "0.7.0", "license": "GPL-2.0-or-later", "bin": { "cli": "php-wasm.js" @@ -44930,7 +44930,7 @@ }, "packages/php-wasm/fs-journal": { "name": "@php-wasm/fs-journal", - "version": "0.6.16", + "version": "0.7.0", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.18.0", @@ -44939,7 +44939,7 @@ }, "packages/php-wasm/logger": { "name": "@php-wasm/logger", - "version": "0.6.16", + "version": "0.7.0", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.18.0", @@ -44948,7 +44948,7 @@ }, "packages/php-wasm/node": { "name": "@php-wasm/node", - "version": "0.6.16", + "version": "0.7.0", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.18.0", @@ -44957,12 +44957,12 @@ }, "packages/php-wasm/node-polyfills": { "name": "@php-wasm/node-polyfills", - "version": "0.6.16", + "version": "0.7.0", "license": "GPL-2.0-or-later" }, "packages/php-wasm/progress": { "name": "@php-wasm/progress", - "version": "0.6.16", + "version": "0.7.0", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.18.0", @@ -44971,7 +44971,7 @@ }, "packages/php-wasm/scopes": { "name": "@php-wasm/scopes", - "version": "0.6.16", + "version": "0.7.0", "license": "GPL-2.0-or-later", "engines": { "node": ">=16.15.1", @@ -44985,7 +44985,7 @@ }, "packages/php-wasm/universal": { "name": "@php-wasm/universal", - "version": "0.6.16", + "version": "0.7.0", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.18.0", @@ -44994,7 +44994,7 @@ }, "packages/php-wasm/util": { "name": "@php-wasm/util", - "version": "0.6.16", + "version": "0.7.0", "engines": { "node": ">=18.18.0", "npm": ">=8.11.0" @@ -45002,7 +45002,7 @@ }, "packages/php-wasm/web": { "name": "@php-wasm/web", - "version": "0.6.16", + "version": "0.7.0", "license": "GPL-2.0-or-later", "engines": { "node": ">=16.15.1", @@ -45011,7 +45011,7 @@ }, "packages/php-wasm/web-service-worker": { "name": "@php-wasm/web-service-worker", - "version": "0.6.16", + "version": "0.7.0", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.18.0", @@ -45020,7 +45020,7 @@ }, "packages/playground/blueprints": { "name": "@wp-playground/blueprints", - "version": "0.6.16", + "version": "0.7.0", "engines": { "node": ">=18.18.0", "npm": ">=8.11.0" @@ -45028,7 +45028,7 @@ }, "packages/playground/client": { "name": "@wp-playground/client", - "version": "0.6.16", + "version": "0.7.0", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.18.0", @@ -45074,6 +45074,15 @@ "node": ">=18.18.0", "npm": ">=8.11.0" } + }, + "packages/playground/wordpress/node_modules/@php-wasm/universal": { + "version": "0.6.16", + "resolved": "https://registry.npmjs.org/@php-wasm/universal/-/universal-0.6.16.tgz", + "integrity": "sha512-6zvhQ8yBFg+bp3m4+IAw4UdtLu/Vcq+7HHzmd9XenQWNkqd5GMvKADvpoYoFa6+B4x4ZVDf9M5o0h7Q5N2o1dQ==", + "engines": { + "node": ">=18.18.0", + "npm": ">=8.11.0" + } } } } diff --git a/packages/php-wasm/cli/package.json b/packages/php-wasm/cli/package.json index ff08957384..ce5b5bd7c6 100644 --- a/packages/php-wasm/cli/package.json +++ b/packages/php-wasm/cli/package.json @@ -1,6 +1,6 @@ { "name": "@php-wasm/cli", - "version": "0.6.16", + "version": "0.7.0", "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 984d4cffa4..6069072541 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": "0.6.16", + "version": "0.7.0", "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 1bf81fb435..688374e374 100644 --- a/packages/php-wasm/logger/package.json +++ b/packages/php-wasm/logger/package.json @@ -1,6 +1,6 @@ { "name": "@php-wasm/logger", - "version": "0.6.16", + "version": "0.7.0", "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 7936cea2a5..94f8791ace 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": "0.6.16", + "version": "0.7.0", "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 bfe0a41098..7bc6b55886 100644 --- a/packages/php-wasm/node/package.json +++ b/packages/php-wasm/node/package.json @@ -1,6 +1,6 @@ { "name": "@php-wasm/node", - "version": "0.6.16", + "version": "0.7.0", "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 eaaf7b21f6..54e0a3244e 100644 --- a/packages/php-wasm/progress/package.json +++ b/packages/php-wasm/progress/package.json @@ -1,6 +1,6 @@ { "name": "@php-wasm/progress", - "version": "0.6.16", + "version": "0.7.0", "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 d70b78168f..76bb5e0ce7 100644 --- a/packages/php-wasm/scopes/package.json +++ b/packages/php-wasm/scopes/package.json @@ -1,6 +1,6 @@ { "name": "@php-wasm/scopes", - "version": "0.6.16", + "version": "0.7.0", "description": "PHP.wasm – scoped URLs utils", "repository": { "type": "git", diff --git a/packages/php-wasm/universal/package.json b/packages/php-wasm/universal/package.json index 9491152f27..26b343e784 100644 --- a/packages/php-wasm/universal/package.json +++ b/packages/php-wasm/universal/package.json @@ -1,6 +1,6 @@ { "name": "@php-wasm/universal", - "version": "0.6.16", + "version": "0.7.0", "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 024cd7f014..f8dfb90b05 100644 --- a/packages/php-wasm/util/package.json +++ b/packages/php-wasm/util/package.json @@ -1,6 +1,6 @@ { "name": "@php-wasm/util", - "version": "0.6.16", + "version": "0.7.0", "type": "commonjs", "typedoc": { "entryPoint": "./src/index.ts", diff --git a/packages/php-wasm/web-service-worker/package.json b/packages/php-wasm/web-service-worker/package.json index c804e02a71..6aa5952c0f 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": "0.6.16", + "version": "0.7.0", "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 74926e9438..050999a4fa 100644 --- a/packages/php-wasm/web/package.json +++ b/packages/php-wasm/web/package.json @@ -1,6 +1,6 @@ { "name": "@php-wasm/web", - "version": "0.6.16", + "version": "0.7.0", "description": "PHP.wasm for the web", "repository": { "type": "git", diff --git a/packages/playground/blueprints/package.json b/packages/playground/blueprints/package.json index e2c8b5b217..65aa3d23df 100644 --- a/packages/playground/blueprints/package.json +++ b/packages/playground/blueprints/package.json @@ -1,6 +1,6 @@ { "name": "@wp-playground/blueprints", - "version": "0.6.16", + "version": "0.7.0", "exports": { ".": { "import": "./index.js", diff --git a/packages/playground/client/package.json b/packages/playground/client/package.json index 7152e3cd1b..fd2fe85b63 100644 --- a/packages/playground/client/package.json +++ b/packages/playground/client/package.json @@ -1,6 +1,6 @@ { "name": "@wp-playground/client", - "version": "0.6.16", + "version": "0.7.0", "description": "WordPress Playground client", "repository": { "type": "git",