@gatling.io/cli 3.13.104-M9 → 3.13.104

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gatling.io/cli",
3
- "version": "3.13.104-M9",
3
+ "version": "3.13.104",
4
4
  "license": "Apache-2.0",
5
5
  "homepage": "https://gatling.io",
6
6
  "repository": "github:gatling/gatling-js",
@@ -38,7 +38,7 @@
38
38
  "@types/make-fetch-happen": "10.0.4",
39
39
  "@types/node": "18.19.67",
40
40
  "@types/readline-sync": "1.4.8",
41
- "prettier": "3.4.1",
41
+ "prettier": "3.4.2",
42
42
  "rimraf": "6.0.1",
43
43
  "typescript": "5.7.2"
44
44
  },
@@ -120,7 +120,7 @@ const getResolvedBundle = (bundlePath) => ({
120
120
  const downloadAndInstallBundle = async (options) => {
121
121
  const tmpFolder = node_path_1.default.join(options.gatlingHome, "tmp");
122
122
  if (!fsSync.existsSync(tmpFolder)) {
123
- await promises_1.default.mkdir(tmpFolder);
123
+ await promises_1.default.mkdir(tmpFolder, { recursive: true });
124
124
  }
125
125
  const tmpFile = node_path_1.default.join(tmpFolder, "bundle-download.zip");
126
126
  if (fsSync.existsSync(tmpFile)) {
@@ -12,6 +12,6 @@ exports.versions = {
12
12
  gatling: {
13
13
  core: "3.13.1",
14
14
  enterprisePluginCommons: "1.11.0",
15
- jsAdapter: "3.13.104-M9"
15
+ jsAdapter: "3.13.104"
16
16
  }
17
17
  };