@gatling.io/cli 3.14.300 → 3.14.301

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.14.300",
3
+ "version": "3.14.301",
4
4
  "license": "Apache-2.0",
5
5
  "homepage": "https://gatling.io",
6
6
  "repository": "github:gatling/gatling-js",
@@ -36,7 +36,7 @@
36
36
  "devDependencies": {
37
37
  "@types/archiver": "6.0.3",
38
38
  "@types/make-fetch-happen": "10.0.4",
39
- "@types/node": "18.19.101",
39
+ "@types/node": "18.19.103",
40
40
  "@types/readline-sync": "1.4.8",
41
41
  "prettier": "3.5.3",
42
42
  "rimraf": "6.0.1",
@@ -1,13 +1,2 @@
1
- const globals = globalThis;
2
- export { globals };
3
-
4
1
  export { Buffer } from "buffer";
5
-
6
- // These values are used by some of the JSPM polyfills
7
- export const navigator = {
8
- deviceMemory: 8, // Highest allowed value
9
- hardwareConcurrency: 8, // Fairly common default
10
- language: "en-US", // Most common default
11
- };
12
-
13
2
  export * as crypto from "crypto";
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.polyfills = void 0;
4
4
  exports.polyfills = [
5
- "assert", "assert/strict", "buffer", "crypto", "path", "string_decoder", "util"
5
+ "assert", "assert/strict", "buffer", "crypto", "events", "path", "string_decoder", "util"
6
6
  ];
@@ -12,6 +12,6 @@ exports.versions = {
12
12
  gatling: {
13
13
  core: "3.14.3",
14
14
  enterprisePluginCommons: "1.17.0",
15
- jsAdapter: "3.14.300"
15
+ jsAdapter: "3.14.301"
16
16
  }
17
17
  };