From 55aa00a7ccb5b1b0996aa49d8b37a6ce67b055d4 Mon Sep 17 00:00:00 2001 From: deployment_bot Date: Wed, 9 Oct 2024 18:19:16 +0000 Subject: [PATCH] v1.0.1 --- lerna.json | 2 +- package-lock.json | 86 +++++++++++++------ packages/php-wasm/cli/package.json | 2 +- packages/php-wasm/fs-journal/package.json | 2 +- packages/php-wasm/logger/package.json | 2 +- packages/php-wasm/node-polyfills/package.json | 2 +- packages/php-wasm/node/package.json | 2 +- packages/php-wasm/progress/package.json | 2 +- packages/php-wasm/scopes/package.json | 2 +- .../php-wasm/stream-compression/package.json | 2 +- packages/php-wasm/universal/package.json | 2 +- packages/php-wasm/util/package.json | 2 +- .../php-wasm/web-service-worker/package.json | 2 +- packages/php-wasm/web/package.json | 2 +- packages/playground/blueprints/package.json | 2 +- packages/playground/cli/package.json | 2 +- packages/playground/client/package.json | 2 +- packages/playground/common/package.json | 2 +- packages/playground/components/package.json | 2 +- packages/playground/storage/package.json | 2 +- packages/playground/wordpress/package.json | 2 +- 21 files changed, 79 insertions(+), 47 deletions(-) diff --git a/lerna.json b/lerna.json index 404154bcc3..39b89f261c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.0.0", + "version": "1.0.1", "useWorkspaces": true, "useNx": true } diff --git a/package-lock.json b/package-lock.json index afab36b522..0a591ab517 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21665,6 +21665,11 @@ "node": ">=0.10.0" } }, + "node_modules/clean-git-ref": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/clean-git-ref/-/clean-git-ref-2.0.1.tgz", + "integrity": "sha512-bLSptAy2P0s6hU4PzuIMKmMJJSE6gLXGH1cntDu7bWJUksvuM+7ReOK61mozULErYvP6a15rnYl0zFDef+pyPw==" + }, "node_modules/clean-stack": { "version": "2.2.0", "license": "MIT", @@ -24022,7 +24027,6 @@ }, "node_modules/decompress-response": { "version": "6.0.0", - "dev": true, "license": "MIT", "dependencies": { "mimic-response": "^3.1.0" @@ -28763,7 +28767,6 @@ }, "node_modules/ignore": { "version": "5.2.4", - "dev": true, "license": "MIT", "engines": { "node": ">= 4" @@ -34155,7 +34158,6 @@ }, "node_modules/mimic-response": { "version": "3.1.0", - "dev": true, "license": "MIT", "engines": { "node": ">=10" @@ -34236,6 +34238,14 @@ "node": ">= 6" } }, + "node_modules/minimisted": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/minimisted/-/minimisted-2.0.1.tgz", + "integrity": "sha512-1oPjfuLQa2caorJUM8HV8lGgWCc0qqAO1MNv/k05G4qslmsndV/5WdNZrqCiyqiz3wohia2Ij2B7w2Dr7/IyrA==", + "dependencies": { + "minimist": "^1.2.5" + } + }, "node_modules/minipass": { "version": "4.2.8", "dev": true, @@ -39491,7 +39501,6 @@ }, "node_modules/readable-stream": { "version": "3.6.2", - "dev": true, "license": "MIT", "dependencies": { "inherits": "^2.0.3", @@ -41848,7 +41857,6 @@ }, "node_modules/simple-concat": { "version": "1.0.1", - "dev": true, "funding": [ { "type": "github", @@ -41867,7 +41875,6 @@ }, "node_modules/simple-get": { "version": "4.0.1", - "dev": true, "funding": [ { "type": "github", @@ -42423,7 +42430,6 @@ }, "node_modules/string_decoder": { "version": "1.3.0", - "dev": true, "license": "MIT", "dependencies": { "safe-buffer": "~5.2.0" @@ -47250,7 +47256,7 @@ }, "packages/php-wasm/cli": { "name": "@php-wasm/cli", - "version": "1.0.0", + "version": "1.0.1", "license": "GPL-2.0-or-later", "bin": { "cli": "php-wasm.js" @@ -47267,7 +47273,7 @@ }, "packages/php-wasm/fs-journal": { "name": "@php-wasm/fs-journal", - "version": "1.0.0", + "version": "1.0.1", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.18.0", @@ -47276,7 +47282,7 @@ }, "packages/php-wasm/logger": { "name": "@php-wasm/logger", - "version": "1.0.0", + "version": "1.0.1", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.18.0", @@ -47285,7 +47291,7 @@ }, "packages/php-wasm/node": { "name": "@php-wasm/node", - "version": "1.0.0", + "version": "1.0.1", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.18.0", @@ -47294,12 +47300,12 @@ }, "packages/php-wasm/node-polyfills": { "name": "@php-wasm/node-polyfills", - "version": "1.0.0", + "version": "1.0.1", "license": "GPL-2.0-or-later" }, "packages/php-wasm/progress": { "name": "@php-wasm/progress", - "version": "1.0.0", + "version": "1.0.1", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.18.0", @@ -47308,7 +47314,7 @@ }, "packages/php-wasm/scopes": { "name": "@php-wasm/scopes", - "version": "1.0.0", + "version": "1.0.1", "license": "GPL-2.0-or-later", "engines": { "node": ">=16.15.1", @@ -47317,12 +47323,12 @@ }, "packages/php-wasm/stream-compression": { "name": "@php-wasm/stream-compression", - "version": "1.0.0", + "version": "1.0.1", "license": "GPL-2.0-or-later" }, "packages/php-wasm/universal": { "name": "@php-wasm/universal", - "version": "1.0.0", + "version": "1.0.1", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.18.0", @@ -47331,7 +47337,7 @@ }, "packages/php-wasm/util": { "name": "@php-wasm/util", - "version": "1.0.0", + "version": "1.0.1", "engines": { "node": ">=18.18.0", "npm": ">=8.11.0" @@ -47339,7 +47345,7 @@ }, "packages/php-wasm/web": { "name": "@php-wasm/web", - "version": "1.0.0", + "version": "1.0.1", "license": "GPL-2.0-or-later", "engines": { "node": ">=16.15.1", @@ -47348,7 +47354,7 @@ }, "packages/php-wasm/web-service-worker": { "name": "@php-wasm/web-service-worker", - "version": "1.0.0", + "version": "1.0.1", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.18.0", @@ -47357,7 +47363,7 @@ }, "packages/playground/blueprints": { "name": "@wp-playground/blueprints", - "version": "1.0.0", + "version": "1.0.1", "engines": { "node": ">=18.18.0", "npm": ">=8.11.0" @@ -47365,7 +47371,7 @@ }, "packages/playground/cli": { "name": "@wp-playground/cli", - "version": "1.0.0", + "version": "1.0.1", "license": "GPL-2.0-or-later", "bin": { "cli": "wp-playground.js" @@ -47373,7 +47379,7 @@ }, "packages/playground/client": { "name": "@wp-playground/client", - "version": "1.0.0", + "version": "1.0.1", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.18.0", @@ -47382,7 +47388,7 @@ }, "packages/playground/common": { "name": "@wp-playground/common", - "version": "1.0.0", + "version": "1.0.1", "license": "GPL-2.0-or-later", "engines": { "node": ">=18.18.0", @@ -47391,7 +47397,7 @@ }, "packages/playground/components": { "name": "@wp-playground/components", - "version": "1.0.0", + "version": "1.0.1", "engines": { "node": ">=18.18.0", "npm": ">=8.11.0" @@ -47418,8 +47424,34 @@ }, "packages/playground/storage": { "name": "@wp-playground/storage", - "version": "1.0.0", - "license": "GPL-2.0-or-later" + "version": "1.0.1", + "license": "GPL-2.0-or-later", + "dependencies": { + "async-lock": "^1.4.1", + "clean-git-ref": "^2.0.1", + "crc-32": "^1.2.0", + "diff3": "0.0.3", + "ignore": "^5.1.4", + "minimisted": "^2.0.0", + "pako": "^1.0.10", + "pify": "^4.0.1", + "readable-stream": "^3.4.0", + "sha.js": "^2.4.9", + "simple-get": "^4.0.1" + } + }, + "packages/playground/storage/node_modules/diff3": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/diff3/-/diff3-0.0.3.tgz", + "integrity": "sha512-iSq8ngPOt0K53A6eVr4d5Kn6GNrM2nQZtC740pzIriHtn4pOQ2lyzEXQMBeVcWERN0ye7fhBsk9PbLLQOnUx/g==" + }, + "packages/playground/storage/node_modules/pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "engines": { + "node": ">=6" + } }, "packages/playground/stream-compression": { "name": "@wp-playground/stream-compression", @@ -47437,7 +47469,7 @@ }, "packages/playground/wordpress": { "name": "@wp-playground/wordpress", - "version": "1.0.0", + "version": "1.0.1", "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 ebf0f2ed1e..11814d0f6b 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.0", + "version": "1.0.1", "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 36c20af24d..8fb59a0b32 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.0", + "version": "1.0.1", "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 52200a7829..6aa6595bcc 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.0", + "version": "1.0.1", "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 fa869c7a89..2b34a5227f 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.0", + "version": "1.0.1", "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 fbe8063757..aaa16bd729 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.0", + "version": "1.0.1", "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 dea427d54f..fd57fd2440 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.0", + "version": "1.0.1", "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 e133035ed1..024081097b 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.0", + "version": "1.0.1", "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 f21be984c2..41a7f09cf8 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.0", + "version": "1.0.1", "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 3a0066c3e8..78c5892572 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.0", + "version": "1.0.1", "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 71472eb693..b4d02fea82 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.0", + "version": "1.0.1", "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 63cb0a7ece..9380a831bc 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.0", + "version": "1.0.1", "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 8b65e2675b..295ec5c118 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.0", + "version": "1.0.1", "description": "PHP.wasm for the web", "repository": { "type": "git", diff --git a/packages/playground/blueprints/package.json b/packages/playground/blueprints/package.json index 1ddf9b563e..43ad01d2b6 100644 --- a/packages/playground/blueprints/package.json +++ b/packages/playground/blueprints/package.json @@ -1,6 +1,6 @@ { "name": "@wp-playground/blueprints", - "version": "1.0.0", + "version": "1.0.1", "exports": { ".": { "import": "./index.js", diff --git a/packages/playground/cli/package.json b/packages/playground/cli/package.json index 8a1af9237f..f836715ba2 100644 --- a/packages/playground/cli/package.json +++ b/packages/playground/cli/package.json @@ -1,6 +1,6 @@ { "name": "@wp-playground/cli", - "version": "1.0.0", + "version": "1.0.1", "description": "WordPress Playground CLI", "repository": { "type": "git", diff --git a/packages/playground/client/package.json b/packages/playground/client/package.json index f53c7535b1..ebe0bba265 100644 --- a/packages/playground/client/package.json +++ b/packages/playground/client/package.json @@ -1,6 +1,6 @@ { "name": "@wp-playground/client", - "version": "1.0.0", + "version": "1.0.1", "description": "WordPress Playground client", "repository": { "type": "git", diff --git a/packages/playground/common/package.json b/packages/playground/common/package.json index a85c7ea57e..d2913017d2 100644 --- a/packages/playground/common/package.json +++ b/packages/playground/common/package.json @@ -1,6 +1,6 @@ { "name": "@wp-playground/common", - "version": "1.0.0", + "version": "1.0.1", "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 f7779203ae..1a4194f7dc 100644 --- a/packages/playground/components/package.json +++ b/packages/playground/components/package.json @@ -1,6 +1,6 @@ { "name": "@wp-playground/components", - "version": "1.0.0", + "version": "1.0.1", "exports": { ".": { "import": "./index.js", diff --git a/packages/playground/storage/package.json b/packages/playground/storage/package.json index 20c4e62fea..abcd02f4e8 100644 --- a/packages/playground/storage/package.json +++ b/packages/playground/storage/package.json @@ -1,6 +1,6 @@ { "name": "@wp-playground/storage", - "version": "1.0.0", + "version": "1.0.1", "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 7e8a86a440..eeb4470120 100644 --- a/packages/playground/wordpress/package.json +++ b/packages/playground/wordpress/package.json @@ -1,6 +1,6 @@ { "name": "@wp-playground/wordpress", - "version": "1.0.0", + "version": "1.0.1", "description": "WordPress-related plumbing for WordPress Playground", "repository": { "type": "git",