From da29b0b91b1e53d05ab6e5c9ba98db7623d95678 Mon Sep 17 00:00:00 2001 From: Renzo Canepa Date: Tue, 30 Apr 2024 15:03:41 -0400 Subject: [PATCH] Updated package versions for automattic/automattic-for-agencies-client --- .../composer.json | 30 +- .../composer.lock | 752 ++++++++---------- 2 files changed, 347 insertions(+), 435 deletions(-) diff --git a/projects/plugins/automattic-for-agencies-client/composer.json b/projects/plugins/automattic-for-agencies-client/composer.json index 003f8fc0584f1..1b9a8d41da34f 100644 --- a/projects/plugins/automattic-for-agencies-client/composer.json +++ b/projects/plugins/automattic-for-agencies-client/composer.json @@ -4,19 +4,19 @@ "type": "wordpress-plugin", "license": "GPL-2.0-or-later", "require": { - "automattic/jetpack-assets": "@dev", - "automattic/jetpack-autoloader": "@dev", - "automattic/jetpack-composer-plugin": "@dev", - "automattic/jetpack-config": "@dev", - "automattic/jetpack-connection": "@dev", - "automattic/jetpack-identity-crisis": "@dev", - "automattic/jetpack-plugin-deactivation": "@dev", - "automattic/jetpack-plugins-installer": "@dev", - "automattic/jetpack-sync": "@dev" + "automattic/jetpack-assets": "^2.1.8", + "automattic/jetpack-autoloader": "^3.0.6", + "automattic/jetpack-composer-plugin": "^2.0.1", + "automattic/jetpack-config": "^2.0.1", + "automattic/jetpack-connection": "^2.7.5", + "automattic/jetpack-identity-crisis": "^0.18.5", + "automattic/jetpack-plugin-deactivation": "^0.2.1", + "automattic/jetpack-plugins-installer": "^0.3.4", + "automattic/jetpack-sync": "^2.15.0" }, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.2", "automattic/wordbless": "0.4.2", "brain/monkey": "2.6.1" }, @@ -45,15 +45,7 @@ "post-install-cmd": "WorDBless\\Composer\\InstallDropin::copy", "post-update-cmd": "WorDBless\\Composer\\InstallDropin::copy" }, - "repositories": [ - { - "type": "path", - "url": "../../packages/*", - "options": { - "monorepo": true - } - } - ], + "repositories": [], "minimum-stability": "dev", "prefer-stable": true, "extra": { diff --git a/projects/plugins/automattic-for-agencies-client/composer.lock b/projects/plugins/automattic-for-agencies-client/composer.lock index a2dbe0ad89f35..6a2e9217cfc3e 100644 --- a/projects/plugins/automattic-for-agencies-client/composer.lock +++ b/projects/plugins/automattic-for-agencies-client/composer.lock @@ -4,21 +4,27 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e66cc876c2ac74a035fbe75e1887e010", + "content-hash": "75e4667e7181af88c669b3b77c080d3a", "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", - "version": "dev-trunk", + "version": "v2.0.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-a8c-mc-stats.git", + "reference": "64748d02bf646e6b000f79dc8e4ea127bbd8df14" + }, "dist": { - "type": "path", - "url": "../../packages/a8c-mc-stats", - "reference": "29e2de602fcb803984eed4229ffa60a2f96a53f9" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-a8c-mc-stats/zipball/64748d02bf646e6b000f79dc8e4ea127bbd8df14", + "reference": "64748d02bf646e6b000f79dc8e4ea127bbd8df14", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.1.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -40,36 +46,36 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Used to record internal usage stats for Automattic. Not visible to site owners.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-a8c-mc-stats/tree/v2.0.1" + }, + "time": "2024-03-12T22:00:11+00:00" }, { "name": "automattic/jetpack-admin-ui", - "version": "dev-trunk", + "version": "v0.4.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-admin-ui.git", + "reference": "cc7062363464f53bb3ae5745754f353c248d6278" + }, "dist": { - "type": "path", - "url": "../../packages/admin-ui", - "reference": "b191c34a0e21f625069eab0c054d8827b9542dfa" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-admin-ui/zipball/cc7062363464f53bb3ae5745754f353c248d6278", + "reference": "cc7062363464f53bb3ae5745754f353c248d6278", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", - "automattic/jetpack-logo": "@dev", + "automattic/jetpack-changelogger": "^4.2.2", + "automattic/jetpack-logo": "^2.0.2", "automattic/wordbless": "dev-master", "yoast/phpunit-polyfills": "1.1.0" }, @@ -96,42 +102,36 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Generic Jetpack wp-admin UI elements", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-admin-ui/tree/v0.4.2" + }, + "time": "2024-04-22T18:47:32+00:00" }, { "name": "automattic/jetpack-assets", - "version": "dev-trunk", + "version": "v2.1.8", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-assets.git", + "reference": "ae03b367983624c81bda8f1a5ab7dcf903e4012e" + }, "dist": { - "type": "path", - "url": "../../packages/assets", - "reference": "d5648e0a4f0a8bffbbc805d0f6a5ed0f3cedd521" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-assets/zipball/ae03b367983624c81bda8f1a5ab7dcf903e4012e", + "reference": "ae03b367983624c81bda8f1a5ab7dcf903e4012e", + "shasum": "" }, "require": { - "automattic/jetpack-constants": "@dev", + "automattic/jetpack-constants": "^2.0.1", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.2", "brain/monkey": "2.6.1", "wikimedia/testing-access-wrapper": "^1.0 || ^2.0 || ^3.0", "yoast/phpunit-polyfills": "1.1.0" @@ -159,45 +159,36 @@ "src/" ] }, - "scripts": { - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "pnpm run build-production" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-js": [ - "pnpm run test" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Asset management utilities for Jetpack ecosystem packages", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-assets/tree/v2.1.8" + }, + "time": "2024-04-22T18:47:55+00:00" }, { "name": "automattic/jetpack-autoloader", - "version": "dev-trunk", + "version": "v3.0.6", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-autoloader.git", + "reference": "0b5758ce7481ba5e46fd9e4e8ad81d02a11b837e" + }, "dist": { - "type": "path", - "url": "../../packages/autoloader", - "reference": "6bb097db25b5b249079fcb03ff39d493f59076a6" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-autoloader/zipball/0b5758ce7481ba5e46fd9e4e8ad81d02a11b837e", + "reference": "0b5758ce7481ba5e46fd9e4e8ad81d02a11b837e", + "shasum": "" }, "require": { "composer-plugin-api": "^1.1 || ^2.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.2", "composer/composer": "^1.1 || ^2.0", "yoast/phpunit-polyfills": "1.1.0" }, @@ -217,21 +208,14 @@ } }, "autoload": { - "classmap": [ - "src/AutoloadGenerator.php" - ], "psr-4": { "Automattic\\Jetpack\\Autoloader\\": "src" - } - }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" + }, + "classmap": [ + "src/AutoloadGenerator.php" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], @@ -244,24 +228,31 @@ "plugin", "wordpress" ], - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-autoloader/tree/v3.0.6" + }, + "time": "2024-04-22T18:47:38+00:00" }, { "name": "automattic/jetpack-composer-plugin", - "version": "dev-trunk", + "version": "v2.0.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-composer-plugin.git", + "reference": "4c14db8b90c82b02b6530dacfc02f14e3432515b" + }, "dist": { - "type": "path", - "url": "../../packages/composer-plugin", - "reference": "9dd2a092b3de5ed00ee778f1f40704f7d913a836" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-composer-plugin/zipball/4c14db8b90c82b02b6530dacfc02f14e3432515b", + "reference": "4c14db8b90c82b02b6530dacfc02f14e3432515b", + "shasum": "" }, "require": { "composer-plugin-api": "^2.1.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.1.1", "composer/composer": "^2.2 || ^2.4", "yoast/phpunit-polyfills": "1.1.0" }, @@ -283,14 +274,7 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], @@ -301,23 +285,30 @@ "jetpack", "plugin" ], - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-composer-plugin/tree/v2.0.1" + }, + "time": "2024-03-14T20:42:33+00:00" }, { "name": "automattic/jetpack-config", - "version": "dev-trunk", + "version": "v2.0.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-config.git", + "reference": "a839ddad47511ecacf0ace0e8bc9fd06fded53ed" + }, "dist": { - "type": "path", - "url": "../../packages/config", - "reference": "4345015142174fc8ac87bf81bfe65c3ffb42c9ef" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-config/zipball/a839ddad47511ecacf0ace0e8bc9fd06fded53ed", + "reference": "a839ddad47511ecacf0ace0e8bc9fd06fded53ed", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev" + "automattic/jetpack-changelogger": "^4.1.1" }, "suggest": { "automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package." @@ -339,34 +330,42 @@ "src/" ] }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Jetpack configuration package that initializes other packages and configures Jetpack's functionality. Can be used as a base for all variants of Jetpack package usage.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-config/tree/v2.0.1" + }, + "time": "2024-03-14T20:42:31+00:00" }, { "name": "automattic/jetpack-connection", - "version": "dev-trunk", + "version": "v2.7.5", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-connection.git", + "reference": "347155d6536689213e88691585e006fcd01af28f" + }, "dist": { - "type": "path", - "url": "../../packages/connection", - "reference": "4b7d9b428cd74c5b33129e0712e3dd417b8268bf" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-connection/zipball/347155d6536689213e88691585e006fcd01af28f", + "reference": "347155d6536689213e88691585e006fcd01af28f", + "shasum": "" }, "require": { - "automattic/jetpack-a8c-mc-stats": "@dev", - "automattic/jetpack-admin-ui": "@dev", - "automattic/jetpack-assets": "@dev", - "automattic/jetpack-constants": "@dev", - "automattic/jetpack-redirect": "@dev", - "automattic/jetpack-roles": "@dev", - "automattic/jetpack-status": "@dev", + "automattic/jetpack-a8c-mc-stats": "^2.0.1", + "automattic/jetpack-admin-ui": "^0.4.2", + "automattic/jetpack-assets": "^2.1.8", + "automattic/jetpack-constants": "^2.0.2", + "automattic/jetpack-redirect": "^2.0.2", + "automattic/jetpack-roles": "^2.0.2", + "automattic/jetpack-status": "^3.0.1", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.2", "automattic/wordbless": "@dev", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" @@ -396,47 +395,35 @@ "src/webhooks" ] }, - "scripts": { - "build-production": [ - "pnpm run build-production" - ], - "build-development": [ - "pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to connect to the Jetpack infrastructure", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-connection/tree/v2.7.5" + }, + "time": "2024-04-30T19:02:20+00:00" }, { "name": "automattic/jetpack-constants", - "version": "dev-trunk", + "version": "v2.0.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-constants.git", + "reference": "6f7991f9e4475d4e2c3fd843111abfadb8a8c187" + }, "dist": { - "type": "path", - "url": "../../packages/constants", - "reference": "3fd2bf1d1ba0bb374918e6b7dd670735ce554c2b" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-constants/zipball/6f7991f9e4475d4e2c3fd843111abfadb8a8c187", + "reference": "6f7991f9e4475d4e2c3fd843111abfadb8a8c187", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.2", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -459,40 +446,40 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A wrapper for defining constants in a more testable way.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-constants/tree/v2.0.2" + }, + "time": "2024-04-30T19:01:57+00:00" }, { "name": "automattic/jetpack-identity-crisis", - "version": "dev-trunk", + "version": "v0.18.5", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-identity-crisis.git", + "reference": "a6250f3d40969e786ac7b3e4527e6efd7b663fcc" + }, "dist": { - "type": "path", - "url": "../../packages/identity-crisis", - "reference": "abd4079c124a2d3560838cf5370043763e81cccd" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-identity-crisis/zipball/a6250f3d40969e786ac7b3e4527e6efd7b663fcc", + "reference": "a6250f3d40969e786ac7b3e4527e6efd7b663fcc", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "@dev", - "automattic/jetpack-connection": "@dev", - "automattic/jetpack-constants": "@dev", - "automattic/jetpack-logo": "@dev", - "automattic/jetpack-status": "@dev", + "automattic/jetpack-assets": "^2.1.8", + "automattic/jetpack-connection": "^2.7.4", + "automattic/jetpack-constants": "^2.0.1", + "automattic/jetpack-logo": "^2.0.2", + "automattic/jetpack-status": "^3.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.2", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -519,51 +506,35 @@ "src/" ] }, - "scripts": { - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "NODE_ENV='production' pnpm run build" - ], - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Identity Crisis.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-identity-crisis/tree/v0.18.5" + }, + "time": "2024-04-29T12:43:56+00:00" }, { "name": "automattic/jetpack-ip", - "version": "dev-trunk", + "version": "v0.2.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-ip.git", + "reference": "b3efffb57901e236c3c1e7299b575563e1937013" + }, "dist": { - "type": "path", - "url": "../../packages/ip", - "reference": "b696350993b7f42257788add260e0efa7c9934f4" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-ip/zipball/b3efffb57901e236c3c1e7299b575563e1937013", + "reference": "b3efffb57901e236c3c1e7299b575563e1937013", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.1.1", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -590,35 +561,35 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities for working with IP addresses.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-ip/tree/v0.2.2" + }, + "time": "2024-03-12T22:00:05+00:00" }, { "name": "automattic/jetpack-logo", - "version": "dev-trunk", + "version": "v2.0.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-logo.git", + "reference": "25a1824973439f6cbb1e4d9bb88cb7fdd9c83305" + }, "dist": { - "type": "path", - "url": "../../packages/logo", - "reference": "e152a4c83d1f952442d40260c559c4880757b298" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-logo/zipball/25a1824973439f6cbb1e4d9bb88cb7fdd9c83305", + "reference": "25a1824973439f6cbb1e4d9bb88cb7fdd9c83305", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.1.2", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -640,35 +611,35 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "A logo for Jetpack", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-logo/tree/v2.0.2" + }, + "time": "2024-03-18T17:10:26+00:00" }, { "name": "automattic/jetpack-password-checker", - "version": "dev-trunk", + "version": "v0.3.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-password-checker.git", + "reference": "d9be23791e6f38debeacbf74174903f223ddfd89" + }, "dist": { - "type": "path", - "url": "../../packages/password-checker", - "reference": "16182898ae3faae3eb6ca9e5d2c490fd0b844243" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-password-checker/zipball/d9be23791e6f38debeacbf74174903f223ddfd89", + "reference": "d9be23791e6f38debeacbf74174903f223ddfd89", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.1.1", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -692,42 +663,36 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Password Checker.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-password-checker/tree/v0.3.1" + }, + "time": "2024-03-14T20:42:38+00:00" }, { "name": "automattic/jetpack-plugin-deactivation", - "version": "dev-trunk", + "version": "v0.2.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plugin-deactivation.git", + "reference": "bfede96c81d603dffd3ea26cc9a0950840e5334e" + }, "dist": { - "type": "path", - "url": "../../packages/plugin-deactivation", - "reference": "f79b33e19916f3efb0339e32af0936ccfa47d5cf" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plugin-deactivation/zipball/bfede96c81d603dffd3ea26cc9a0950840e5334e", + "reference": "bfede96c81d603dffd3ea26cc9a0950840e5334e", + "shasum": "" }, "require": { - "automattic/jetpack-assets": "@dev", + "automattic/jetpack-assets": "^2.1.4", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.1.1", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -753,46 +718,36 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "build-development": [ - "pnpm run build" - ], - "build-production": [ - "NODE_ENV=production pnpm run build" - ], - "watch": [ - "Composer\\Config::disableProcessTimeout", - "pnpm run watch" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Ask for feedback while deactivating a plugin", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-plugin-deactivation/tree/v0.2.1" + }, + "time": "2024-03-15T05:27:14+00:00" }, { "name": "automattic/jetpack-plugins-installer", - "version": "dev-trunk", + "version": "v0.3.4", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-plugins-installer.git", + "reference": "2211ad399a503342dae9be4182258ea925e21053" + }, "dist": { - "type": "path", - "url": "../../packages/plugins-installer", - "reference": "bdfc2fdd83370ee884a2ba1456c3886585eac847" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-plugins-installer/zipball/2211ad399a503342dae9be4182258ea925e21053", + "reference": "2211ad399a503342dae9be4182258ea925e21053", + "shasum": "" }, "require": { - "automattic/jetpack-a8c-mc-stats": "@dev", + "automattic/jetpack-a8c-mc-stats": "^2.0.1", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.1.2", "yoast/phpunit-polyfills": "1.1.0" }, "suggest": { @@ -815,36 +770,36 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Handle installation of plugins from WP.org", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-plugins-installer/tree/v0.3.4" + }, + "time": "2024-04-08T18:33:02+00:00" }, { "name": "automattic/jetpack-redirect", - "version": "dev-trunk", + "version": "v2.0.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-redirect.git", + "reference": "7214fcd3684eb99178d6368c01f8778a182444cb" + }, "dist": { - "type": "path", - "url": "../../packages/redirect", - "reference": "effd6fdea78e9c3cb1bebf479474b4a9262444a1" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-redirect/zipball/7214fcd3684eb99178d6368c01f8778a182444cb", + "reference": "7214fcd3684eb99178d6368c01f8778a182444cb", + "shasum": "" }, "require": { - "automattic/jetpack-status": "@dev", + "automattic/jetpack-status": "^3.0.0", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.2", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -867,35 +822,35 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities to build URLs to the jetpack.com/redirect/ service", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-redirect/tree/v2.0.2" + }, + "time": "2024-04-25T07:24:30+00:00" }, { "name": "automattic/jetpack-roles", - "version": "dev-trunk", + "version": "v2.0.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-roles.git", + "reference": "7d452c94509612e94e045b66bbfabee43fdf8728" + }, "dist": { - "type": "path", - "url": "../../packages/roles", - "reference": "0ac6d02e8ef2adb058f8f52e80a4924a33fa9b86" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-roles/zipball/7d452c94509612e94e045b66bbfabee43fdf8728", + "reference": "7d452c94509612e94e045b66bbfabee43fdf8728", + "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.2", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -918,37 +873,37 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Utilities, related with user roles and capabilities.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-roles/tree/v2.0.2" + }, + "time": "2024-04-22T18:47:11+00:00" }, { "name": "automattic/jetpack-status", - "version": "dev-trunk", + "version": "v3.0.1", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-status.git", + "reference": "6ca640be9802be931675c2f8c1e80db6c4e909dd" + }, "dist": { - "type": "path", - "url": "../../packages/status", - "reference": "59fb86d4efb879b475bc17203e74303b28fca2a0" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-status/zipball/6ca640be9802be931675c2f8c1e80db6c4e909dd", + "reference": "6ca640be9802be931675c2f8c1e80db6c4e909dd", + "shasum": "" }, "require": { - "automattic/jetpack-constants": "@dev", + "automattic/jetpack-constants": "^2.0.2", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", - "automattic/jetpack-ip": "@dev", + "automattic/jetpack-changelogger": "^4.2.2", + "automattic/jetpack-ip": "^0.2.2", "brain/monkey": "2.6.1", "yoast/phpunit-polyfills": "1.1.0" }, @@ -971,42 +926,42 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Used to retrieve information about the current status of Jetpack and the site overall.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-status/tree/v3.0.1" + }, + "time": "2024-04-30T19:02:07+00:00" }, { "name": "automattic/jetpack-sync", - "version": "dev-trunk", + "version": "v2.15.0", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-sync.git", + "reference": "745d3daec54d56dd0ee390c43ca5ca98dba5bb2a" + }, "dist": { - "type": "path", - "url": "../../packages/sync", - "reference": "bf72e4fd0707344623c04f5af5ae83ef1152ab14" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-sync/zipball/745d3daec54d56dd0ee390c43ca5ca98dba5bb2a", + "reference": "745d3daec54d56dd0ee390c43ca5ca98dba5bb2a", + "shasum": "" }, "require": { - "automattic/jetpack-connection": "@dev", - "automattic/jetpack-constants": "@dev", - "automattic/jetpack-identity-crisis": "@dev", - "automattic/jetpack-ip": "@dev", - "automattic/jetpack-password-checker": "@dev", - "automattic/jetpack-roles": "@dev", - "automattic/jetpack-status": "@dev", + "automattic/jetpack-connection": "^2.7.5", + "automattic/jetpack-constants": "^2.0.2", + "automattic/jetpack-identity-crisis": "^0.18.5", + "automattic/jetpack-ip": "^0.2.2", + "automattic/jetpack-password-checker": "^0.3.1", + "automattic/jetpack-roles": "^2.0.2", + "automattic/jetpack-status": "^3.0.1", "php": ">=7.0" }, "require-dev": { - "automattic/jetpack-changelogger": "@dev", + "automattic/jetpack-changelogger": "^4.2.2", "automattic/wordbless": "@dev", "yoast/phpunit-polyfills": "1.1.0" }, @@ -1033,27 +988,15 @@ "src/" ] }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ], - "post-update-cmd": [ - "WorDBless\\Composer\\InstallDropin::copy" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Everything needed to allow syncing to the WP.com infrastructure.", - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-sync/tree/v2.15.0" + }, + "time": "2024-04-30T19:02:40+00:00" } ], "packages-dev": [ @@ -1107,11 +1050,17 @@ }, { "name": "automattic/jetpack-changelogger", - "version": "dev-trunk", + "version": "v4.2.2", + "source": { + "type": "git", + "url": "https://github.com/Automattic/jetpack-changelogger.git", + "reference": "5838f4d4c4771f29553b775233b334f57c98019d" + }, "dist": { - "type": "path", - "url": "../../packages/changelogger", - "reference": "d945e0cd8dec218ab24445d5ddc95894c9f24534" + "type": "zip", + "url": "https://api.github.com/repos/Automattic/jetpack-changelogger/zipball/5838f4d4c4771f29553b775233b334f57c98019d", + "reference": "5838f4d4c4771f29553b775233b334f57c98019d", + "shasum": "" }, "require": { "php": ">=7.0", @@ -1141,30 +1090,11 @@ }, "autoload": { "psr-4": { - "Automattic\\Jetpack\\Changelogger\\": "src", - "Automattic\\Jetpack\\Changelog\\": "lib" + "Automattic\\Jetpack\\Changelog\\": "lib", + "Automattic\\Jetpack\\Changelogger\\": "src" } }, - "autoload-dev": { - "psr-4": { - "Automattic\\Jetpack\\Changelogger\\Tests\\": "tests/php/includes/src", - "Automattic\\Jetpack\\Changelog\\Tests\\": "tests/php/includes/lib" - } - }, - "scripts": { - "phpunit": [ - "./vendor/phpunit/phpunit/phpunit --colors=always" - ], - "test-php": [ - "@composer phpunit" - ], - "post-install-cmd": [ - "[ -e vendor/bin/changelogger ] || { cd vendor/bin && ln -s ../../bin/changelogger; }" - ], - "post-update-cmd": [ - "[ -e vendor/bin/changelogger ] || { cd vendor/bin && ln -s ../../bin/changelogger; }" - ] - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], @@ -1175,9 +1105,10 @@ "dev", "keepachangelog" ], - "transport-options": { - "relative": true - } + "support": { + "source": "https://github.com/Automattic/jetpack-changelogger/tree/v4.2.2" + }, + "time": "2024-04-22T18:46:57+00:00" }, { "name": "automattic/wordbless", @@ -4108,18 +4039,7 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": { - "automattic/jetpack-assets": 20, - "automattic/jetpack-autoloader": 20, - "automattic/jetpack-composer-plugin": 20, - "automattic/jetpack-config": 20, - "automattic/jetpack-connection": 20, - "automattic/jetpack-identity-crisis": 20, - "automattic/jetpack-plugin-deactivation": 20, - "automattic/jetpack-plugins-installer": 20, - "automattic/jetpack-sync": 20, - "automattic/jetpack-changelogger": 20 - }, + "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": [],