globalpayments-api 3.5.1-fix-3 → 3.5.1

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.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "globalpayments-api",
3
- "version" : "3.5.1-fix-3",
3
+ "version" : "3.5.1",
4
4
  "description": "Global Payments SDK for NodeJS for Heartland and Global Payments eCommerce gateways",
5
5
  "author": "Heartland Payment Systems",
6
6
  "license": "GPL-2.0",
@@ -20,6 +20,7 @@
20
20
  "docs": "typedoc --mode file --name \"GlobalPayments.Api\" --project tsconfig.json --out docs src",
21
21
  "format": "prettier --write --config .prettierrc 'src/**/*.ts' 'test/**/*.ts' '*.md'",
22
22
  "prebuild": "npm-run-all test:lint",
23
+ "prepublish": "npm-run-all build",
23
24
  "prepublishOnly": "npm-run-all build",
24
25
  "pretest": "npm-run-all build:clean test:lint build",
25
26
  "test:without-report": "npm-run-all build:clean test:lint build && ava",
@@ -39,8 +40,6 @@
39
40
  "@types/node": "20.6.0",
40
41
  "@typescript-eslint/eslint-plugin": "^6.7.3",
41
42
  "@typescript-eslint/parser": "^6.7.3",
42
- "ava": "^5.3.1",
43
- "eslint": "^8.50.0",
44
43
  "eslint-plugin-prettier": "^5.0.0",
45
44
  "npm-run-all": "^4.1.5",
46
45
  "prettier": "3.0.3",