diff --git a/package-lock.json b/package-lock.json index d7f34624c7..508f05f0fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22966,7 +22966,7 @@ } }, "packages/artillery": { - "version": "2.0.15", + "version": "2.0.16", "license": "MPL-2.0", "dependencies": { "@artilleryio/int-commons": "*", @@ -23070,7 +23070,7 @@ } }, "packages/artillery-engine-playwright": { - "version": "1.12.0", + "version": "1.13.0", "license": "MPL-2.0", "dependencies": { "@playwright/browser-chromium": "1.44.1", @@ -23112,14 +23112,14 @@ } }, "packages/artillery-plugin-apdex": { - "version": "1.6.0", + "version": "1.7.0", "license": "MPL-2.0", "dependencies": { "tap": "^19.0.2" } }, "packages/artillery-plugin-ensure": { - "version": "1.9.0", + "version": "1.10.0", "license": "MPL-2.0", "dependencies": { "chalk": "^2.4.2", @@ -23136,7 +23136,7 @@ "license": "MIT" }, "packages/artillery-plugin-expect": { - "version": "2.9.0", + "version": "2.10.0", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "chalk": "^4.1.2", @@ -23204,7 +23204,7 @@ } }, "packages/artillery-plugin-fake-data": { - "version": "1.6.0", + "version": "1.7.0", "license": "MPL-2.0", "dependencies": { "@ngneat/falso": "^7.1.1" @@ -23398,7 +23398,7 @@ } }, "packages/artillery-plugin-metrics-by-endpoint": { - "version": "1.9.0", + "version": "1.10.0", "license": "MPL-2.0", "dependencies": { "debug": "^4.3.2" @@ -23409,7 +23409,7 @@ } }, "packages/artillery-plugin-publish-metrics": { - "version": "2.20.0", + "version": "2.21.0", "license": "MPL-2.0", "dependencies": { "@aws-sdk/client-cloudwatch": "^3.370.0", @@ -23998,7 +23998,7 @@ } }, "packages/artillery-plugin-slack": { - "version": "1.4.0", + "version": "1.5.0", "license": "MPL-2.0", "dependencies": { "debug": "^4.3.4", @@ -24300,7 +24300,7 @@ }, "packages/commons": { "name": "@artilleryio/int-commons", - "version": "2.6.0", + "version": "2.7.0", "license": "MPL-2.0", "dependencies": { "async": "^2.6.4", @@ -24320,7 +24320,7 @@ }, "packages/core": { "name": "@artilleryio/int-core", - "version": "2.10.0", + "version": "2.11.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 c27fc75860..0d6c7fa762 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.12.0", + "version": "1.13.0", "description": "", "main": "index.js", "scripts": { diff --git a/packages/artillery-plugin-apdex/package.json b/packages/artillery-plugin-apdex/package.json index c3ca0f1cb8..7d87ac0623 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.6.0", + "version": "1.7.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 d4ca8543c5..1108b3e1ff 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.9.0", + "version": "1.10.0", "description": "", "main": "index.js", "scripts": { diff --git a/packages/artillery-plugin-expect/package.json b/packages/artillery-plugin-expect/package.json index 6ee6fd38f3..ed22232ca1 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.9.0", + "version": "2.10.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 e66627189c..ab5e3ac222 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.6.0", + "version": "1.7.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 069864db29..df81854f87 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.9.0", + "version": "1.10.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 1be2f7cfa0..0d170b1bda 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.20.0", + "version": "2.21.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 282473809a..9f8812c616 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.4.0", + "version": "1.5.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 d50790262d..1e6499f6a8 100644 --- a/packages/artillery/package.json +++ b/packages/artillery/package.json @@ -1,6 +1,6 @@ { "name": "artillery", - "version": "2.0.15", + "version": "2.0.16", "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 b1ce7dae89..cd053136ce 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@artilleryio/int-commons", - "version": "2.6.0", + "version": "2.7.0", "main": "./index.js", "license": "MPL-2.0", "dependencies": { diff --git a/packages/core/package.json b/packages/core/package.json index 246b0bc8d0..f44b3225e7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@artilleryio/int-core", - "version": "2.10.0", + "version": "2.11.0", "main": "./index.js", "license": "MPL-2.0", "dependencies": {