@trustpayments/3ds-sdk-js 1.2.130 → 1.2.135
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/README.md +27 -21
- package/dist/index.d.ts +20 -20
- package/dist/index.js +1 -1
- package/package.json +21 -16
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"author": "Trust Payments <support@trustpayments.com>",
|
|
3
3
|
"homepage": "https://docs.trustpayments.com",
|
|
4
4
|
"name": "@trustpayments/3ds-sdk-js",
|
|
5
|
-
"version": "1.2.
|
|
5
|
+
"version": "1.2.135",
|
|
6
6
|
"description": "",
|
|
7
7
|
"main": "./dist/index.js",
|
|
8
8
|
"browser": "./dist/index.js",
|
|
@@ -33,45 +33,50 @@
|
|
|
33
33
|
"test:watch": "npx jest --config jest.config.ts --watchAll",
|
|
34
34
|
"coverage": "npx jest --coverage",
|
|
35
35
|
"coverage:watch": "npx jest --coverage --watchAll",
|
|
36
|
+
"prettier": "prettier --check .",
|
|
37
|
+
"format": "prettier --write .",
|
|
38
|
+
"typescript:check": "npx tsc --noEmit -p tsconfig.json",
|
|
36
39
|
"lint": "npx eslint ./src",
|
|
37
40
|
"lint:fix": "npx eslint --fix ./src",
|
|
38
|
-
"install:pack": "npm pack && npm install file:./trustpayments-3ds-sdk-js-0.0.0.tgz && rm -rf trustpayments-3ds-sdk-js-0.0.0.tgz"
|
|
39
|
-
"preinstall": "npx force-resolutions"
|
|
41
|
+
"install:pack": "npm pack && npm install file:./trustpayments-3ds-sdk-js-0.0.0.tgz && rm -rf trustpayments-3ds-sdk-js-0.0.0.tgz"
|
|
40
42
|
},
|
|
41
43
|
"devDependencies": {
|
|
42
|
-
"@babel/runtime": "7.25.
|
|
44
|
+
"@babel/runtime": "7.25.6",
|
|
45
|
+
"@eslint/js": "^9.9.1",
|
|
43
46
|
"@types/core-js": "2.5.8",
|
|
47
|
+
"@types/eslint__js": "^8.42.3",
|
|
44
48
|
"@types/jest": "29.5.12",
|
|
45
49
|
"@types/jsdom": "21.1.7",
|
|
46
|
-
"@types/node": "20.16.
|
|
50
|
+
"@types/node": "20.16.5",
|
|
47
51
|
"@types/uuid": "9.0.8",
|
|
48
|
-
"@typescript-eslint/eslint-plugin": "
|
|
49
|
-
"@typescript-eslint/parser": "
|
|
52
|
+
"@typescript-eslint/eslint-plugin": "^8.4.0",
|
|
53
|
+
"@typescript-eslint/parser": "^8.4.0",
|
|
50
54
|
"concurrently": "8.2.2",
|
|
51
55
|
"css-loader": "6.11.0",
|
|
52
56
|
"dts-bundle-generator": "8.1.2",
|
|
53
|
-
"eslint": "
|
|
54
|
-
"eslint-plugin-compat": "
|
|
55
|
-
"eslint-plugin-
|
|
56
|
-
"eslint-plugin-
|
|
57
|
-
"eslint-plugin-unused-imports": "
|
|
57
|
+
"eslint-config-prettier": "^9.1.0",
|
|
58
|
+
"eslint-plugin-compat": "^6.0.0",
|
|
59
|
+
"eslint-plugin-jest": "^28.8.3",
|
|
60
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
61
|
+
"eslint-plugin-unused-imports": "4.1.3",
|
|
58
62
|
"jest": "29.7.0",
|
|
59
63
|
"jest-environment-jsdom": "29.7.0",
|
|
60
64
|
"nodemon": "3.1.4",
|
|
61
|
-
"
|
|
65
|
+
"prettier": "3.3.3",
|
|
62
66
|
"process": "0.11.10",
|
|
63
67
|
"style-loader": "3.3.4",
|
|
64
68
|
"ts-jest": "29.2.5",
|
|
65
69
|
"ts-loader": "9.5.1",
|
|
66
70
|
"ts-mockito": "2.6.1",
|
|
67
71
|
"ts-node": "10.9.2",
|
|
68
|
-
"typescript": "5.5.4",
|
|
72
|
+
"typescript": "^5.5.4",
|
|
73
|
+
"typescript-eslint": "^8.4.0",
|
|
69
74
|
"webpack": "5.94.0",
|
|
70
75
|
"webpack-cli": "5.1.4",
|
|
71
76
|
"webpack-merge": "5.10.0"
|
|
72
77
|
},
|
|
73
78
|
"dependencies": {
|
|
74
|
-
"@trustpayments/http-client": "2.0.
|
|
79
|
+
"@trustpayments/http-client": "2.0.211",
|
|
75
80
|
"core-js": "3.38.1",
|
|
76
81
|
"element-remove-polyfill": "1.1.0",
|
|
77
82
|
"jsdom": "16.7.0",
|
|
@@ -102,5 +107,5 @@
|
|
|
102
107
|
"npm run lint:fix"
|
|
103
108
|
]
|
|
104
109
|
},
|
|
105
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "4f2a1601d1ef07215ee835e61ee65a301dcd008d"
|
|
106
111
|
}
|