@convertcom/js-sdk-rules 2.1.3 → 2.1.4

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.
@@ -4,10 +4,6 @@
4
4
  * Copyright(c) 2020 Convert Insights, Inc
5
5
  * License Apache-2.0
6
6
  */
7
- /// <reference types="node" />
8
- /// <reference types="node" />
9
- /// <reference types="node" />
10
- /// <reference types="node" />
11
7
  export type HttpMethod = 'GET' | 'DELETE' | 'HEAD' | 'OPTIONS' | 'POST' | 'PUT' | 'PATCH';
12
8
  export type HttpResponseType = 'json' | 'arraybuffer' | 'text';
13
9
  export type HttpRequest = {
package/package.json CHANGED
@@ -32,48 +32,48 @@
32
32
  "node": ">=8.0.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@babel/cli": "^7.24.7",
36
- "@babel/core": "^7.24.7",
37
- "@babel/preset-env": "^7.24.7",
38
- "@eslint/eslintrc": "^3.1.0",
39
- "@rollup/plugin-babel": "^6.0.4",
40
- "@rollup/plugin-commonjs": "^26.0.1",
35
+ "@babel/cli": "^7.28.3",
36
+ "@babel/core": "^7.28.5",
37
+ "@babel/preset-env": "^7.28.5",
38
+ "@eslint/eslintrc": "^3.3.1",
39
+ "@rollup/plugin-babel": "^6.1.0",
40
+ "@rollup/plugin-commonjs": "^29.0.0",
41
41
  "@rollup/plugin-terser": "^0.4.4",
42
- "@types/chai": "^4.3.16",
42
+ "@types/chai": "^5.2.3",
43
43
  "@types/chai-string": "^1.4.5",
44
- "@types/mocha": "^10.0.6",
45
- "@types/node": "20.14.4",
46
- "@typescript-eslint/parser": "^7.13.1",
44
+ "@types/mocha": "^10.0.10",
45
+ "@types/node": "24.10.0",
46
+ "@typescript-eslint/parser": "^8.46.4",
47
47
  "assert": "^2.1.0",
48
48
  "chai": "^4.3.10",
49
- "chai-string": "^1.5.0",
50
- "dotenv": "^16.4.5",
51
- "eslint": "^9.5.0",
52
- "eslint-config-prettier": "^9.1.0",
53
- "eslint-plugin-jasmine": "^4.2.0",
54
- "eslint-plugin-local-rules": "^2.0.1",
55
- "eslint-plugin-mocha": "^10.4.3",
56
- "eslint-plugin-prettier": "^5.1.3",
49
+ "chai-string": "^1.6.0",
50
+ "dotenv": "^17.2.3",
51
+ "eslint": "^9.39.1",
52
+ "eslint-config-prettier": "^10.1.8",
53
+ "eslint-plugin-jasmine": "^4.2.2",
54
+ "eslint-plugin-local-rules": "^3.0.2",
55
+ "eslint-plugin-mocha": "^11.2.0",
56
+ "eslint-plugin-prettier": "^5.5.4",
57
57
  "istanbul-cobertura-badger": "^1.3.1",
58
- "mocha": "^10.4.0",
59
- "nyc": "^17.0.0",
60
- "prettier": "^3.3.2",
61
- "rollup": "^4.18.0",
58
+ "mocha": "^11.7.5",
59
+ "nyc": "^17.1.0",
60
+ "prettier": "^3.6.2",
61
+ "rollup": "^4.53.2",
62
62
  "rollup-plugin-generate-package-json": "^3.2.0",
63
63
  "rollup-plugin-modify": "^3.0.0",
64
64
  "rollup-plugin-typescript2": "^0.36.0",
65
65
  "ts-node": "^10.9.2",
66
66
  "tslint": "^6.1.3",
67
67
  "tslint-config-prettier": "^1.18.0",
68
- "typescript": "^5.4.5",
69
- "typescript-eslint": "^7.13.1",
70
- "webpack": "^5.92.0"
68
+ "typescript": "^5.9.3",
69
+ "typescript-eslint": "^8.46.4",
70
+ "webpack": "^5.102.1"
71
71
  },
72
- "version": "2.1.3",
72
+ "version": "2.1.4",
73
73
  "peerDependencies": {
74
74
  "@convertcom/js-sdk-enums": ">=2.3.0",
75
75
  "@convertcom/js-sdk-logger": ">=2.1.2",
76
- "@convertcom/js-sdk-types": ">=3.9.0",
76
+ "@convertcom/js-sdk-types": ">=3.11.0",
77
77
  "@convertcom/js-sdk-utils": ">=2.2.3"
78
78
  }
79
79
  }