diff --git a/package-lock.json b/package-lock.json index ccfdf77741..65f3cc24e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,6 +4,7 @@ "requires": true, "packages": { "": { + "name": "artillery-monorepo", "workspaces": [ "packages/*" ], @@ -13,7 +14,7 @@ "lint-staged": "^13.2.3", "prettier": "^2.8.8", "simple-git-hooks": "^2.8.1", - "turbo": "^2.0.11" + "turbo": "2.0.11" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -23151,16 +23152,16 @@ } }, "packages/artillery": { - "version": "2.0.18", + "version": "2.0.19", "license": "MPL-2.0", "dependencies": { "@artilleryio/int-commons": "*", "@artilleryio/int-core": "*", "@aws-sdk/credential-providers": "^3.127.0", "@azure/arm-containerinstance": "^9.1.0", - "@azure/identity": "^4.4.1", - "@azure/storage-blob": "^12.24.0", - "@azure/storage-queue": "^12.23.0", + "@azure/identity": "^4.2.0", + "@azure/storage-blob": "^12.18.0", + "@azure/storage-queue": "^12.22.0", "@oclif/core": "^2.8.11", "@oclif/plugin-help": "^5.2.11", "@oclif/plugin-not-found": "^2.3.1", @@ -23259,7 +23260,7 @@ } }, "packages/artillery-engine-playwright": { - "version": "1.15.0", + "version": "1.16.0", "license": "MPL-2.0", "dependencies": { "@playwright/browser-chromium": "1.45.3", @@ -23301,14 +23302,14 @@ } }, "packages/artillery-plugin-apdex": { - "version": "1.9.0", + "version": "1.10.0", "license": "MPL-2.0", "dependencies": { "tap": "^19.0.2" } }, "packages/artillery-plugin-ensure": { - "version": "1.12.0", + "version": "1.13.0", "license": "MPL-2.0", "dependencies": { "chalk": "^2.4.2", @@ -23325,7 +23326,7 @@ "license": "MIT" }, "packages/artillery-plugin-expect": { - "version": "2.12.0", + "version": "2.13.0", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "chalk": "^4.1.2", @@ -23393,7 +23394,7 @@ } }, "packages/artillery-plugin-fake-data": { - "version": "1.9.0", + "version": "1.10.0", "license": "MPL-2.0", "dependencies": { "@ngneat/falso": "^7.1.1" @@ -23413,7 +23414,7 @@ } }, "packages/artillery-plugin-metrics-by-endpoint": { - "version": "1.12.0", + "version": "1.13.0", "license": "MPL-2.0", "dependencies": { "debug": "^4.3.2" @@ -23424,7 +23425,7 @@ } }, "packages/artillery-plugin-publish-metrics": { - "version": "2.23.0", + "version": "2.24.0", "license": "MPL-2.0", "dependencies": { "@aws-sdk/client-cloudwatch": "^3.370.0", @@ -24013,7 +24014,7 @@ } }, "packages/artillery-plugin-slack": { - "version": "1.7.0", + "version": "1.8.0", "license": "MPL-2.0", "dependencies": { "debug": "^4.3.4", @@ -24315,7 +24316,7 @@ }, "packages/commons": { "name": "@artilleryio/int-commons", - "version": "2.9.0", + "version": "2.10.0", "license": "MPL-2.0", "dependencies": { "async": "^2.6.4", @@ -24335,7 +24336,7 @@ }, "packages/core": { "name": "@artilleryio/int-core", - "version": "2.13.0", + "version": "2.14.0", "license": "MPL-2.0", "dependencies": { "@artilleryio/int-commons": "*", diff --git a/packages/artillery-engine-playwright/package.json b/packages/artillery-engine-playwright/package.json index 444d2ac057..2aee686bf0 100644 --- a/packages/artillery-engine-playwright/package.json +++ b/packages/artillery-engine-playwright/package.json @@ -1,6 +1,6 @@ { "name": "artillery-engine-playwright", - "version": "1.15.0", + "version": "1.16.0", "description": "", "main": "index.js", "scripts": { diff --git a/packages/artillery-plugin-apdex/package.json b/packages/artillery-plugin-apdex/package.json index 68d686d672..61f1a4d7ca 100644 --- a/packages/artillery-plugin-apdex/package.json +++ b/packages/artillery-plugin-apdex/package.json @@ -1,6 +1,6 @@ { "name": "artillery-plugin-apdex", - "version": "1.9.0", + "version": "1.10.0", "description": "Calculate and report Apdex scores", "main": "index.js", "scripts": { diff --git a/packages/artillery-plugin-ensure/package.json b/packages/artillery-plugin-ensure/package.json index 46d5f4540f..112b3abad6 100644 --- a/packages/artillery-plugin-ensure/package.json +++ b/packages/artillery-plugin-ensure/package.json @@ -1,6 +1,6 @@ { "name": "artillery-plugin-ensure", - "version": "1.12.0", + "version": "1.13.0", "description": "", "main": "index.js", "scripts": { diff --git a/packages/artillery-plugin-expect/package.json b/packages/artillery-plugin-expect/package.json index 9fc42fdad9..e80aa44791 100644 --- a/packages/artillery-plugin-expect/package.json +++ b/packages/artillery-plugin-expect/package.json @@ -1,6 +1,6 @@ { "name": "artillery-plugin-expect", - "version": "2.12.0", + "version": "2.13.0", "description": "Expectations and assertions for HTTP scenarios", "main": "index.js", "engines": { diff --git a/packages/artillery-plugin-fake-data/package.json b/packages/artillery-plugin-fake-data/package.json index 295d4fce60..26316f0b8f 100644 --- a/packages/artillery-plugin-fake-data/package.json +++ b/packages/artillery-plugin-fake-data/package.json @@ -1,6 +1,6 @@ { "name": "artillery-plugin-fake-data", - "version": "1.9.0", + "version": "1.10.0", "description": "Add fake test data easily to your Artillery test scripts.", "main": "index.js", "publishConfig": { diff --git a/packages/artillery-plugin-metrics-by-endpoint/package.json b/packages/artillery-plugin-metrics-by-endpoint/package.json index 842ca23db7..0e65a17ba1 100644 --- a/packages/artillery-plugin-metrics-by-endpoint/package.json +++ b/packages/artillery-plugin-metrics-by-endpoint/package.json @@ -1,6 +1,6 @@ { "name": "artillery-plugin-metrics-by-endpoint", - "version": "1.12.0", + "version": "1.13.0", "description": "Per-endpoint breakdown of latency and response codes for Artillery HTTP tests.", "main": "index.js", "scripts": { diff --git a/packages/artillery-plugin-publish-metrics/package.json b/packages/artillery-plugin-publish-metrics/package.json index 42bc02febf..d613fd14b5 100644 --- a/packages/artillery-plugin-publish-metrics/package.json +++ b/packages/artillery-plugin-publish-metrics/package.json @@ -1,6 +1,6 @@ { "name": "artillery-plugin-publish-metrics", - "version": "2.23.0", + "version": "2.24.0", "description": "Publish metrics from your Artillery.io tests to external monitoring & observability systems", "main": "index.js", "scripts": { diff --git a/packages/artillery-plugin-slack/package.json b/packages/artillery-plugin-slack/package.json index c4c76815d8..466b1d848a 100644 --- a/packages/artillery-plugin-slack/package.json +++ b/packages/artillery-plugin-slack/package.json @@ -1,6 +1,6 @@ { "name": "artillery-plugin-slack", - "version": "1.7.0", + "version": "1.8.0", "description": "Send Artillery.io test notifications to Slack", "main": "index.js", "publishConfig": { diff --git a/packages/artillery/package.json b/packages/artillery/package.json index 8d2edbed6e..6a064a4f05 100644 --- a/packages/artillery/package.json +++ b/packages/artillery/package.json @@ -1,6 +1,6 @@ { "name": "artillery", - "version": "2.0.18", + "version": "2.0.19", "description": "Cloud-scale load testing. https://www.artillery.io", "main": "./lib", "engines": { diff --git a/packages/commons/package.json b/packages/commons/package.json index 0c8251f5ad..710889d1aa 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@artilleryio/int-commons", - "version": "2.9.0", + "version": "2.10.0", "main": "./index.js", "license": "MPL-2.0", "dependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index cde3490126..d72c9ca4a3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@artilleryio/int-core", - "version": "2.13.0", + "version": "2.14.0", "main": "./index.js", "license": "MPL-2.0", "dependencies": {