@trustpayments/3ds-sdk-js 1.2.129 → 1.2.133
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 +6 -8
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.133",
|
|
6
6
|
"description": "",
|
|
7
7
|
"main": "./dist/index.js",
|
|
8
8
|
"browser": "./dist/index.js",
|
|
@@ -35,8 +35,7 @@
|
|
|
35
35
|
"coverage:watch": "npx jest --coverage --watchAll",
|
|
36
36
|
"lint": "npx eslint ./src",
|
|
37
37
|
"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"
|
|
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"
|
|
40
39
|
},
|
|
41
40
|
"devDependencies": {
|
|
42
41
|
"@babel/runtime": "7.25.4",
|
|
@@ -58,20 +57,19 @@
|
|
|
58
57
|
"jest": "29.7.0",
|
|
59
58
|
"jest-environment-jsdom": "29.7.0",
|
|
60
59
|
"nodemon": "3.1.4",
|
|
61
|
-
"npm-force-resolutions": "0.0.10",
|
|
62
60
|
"process": "0.11.10",
|
|
63
61
|
"style-loader": "3.3.4",
|
|
64
|
-
"ts-jest": "29.2.
|
|
62
|
+
"ts-jest": "29.2.5",
|
|
65
63
|
"ts-loader": "9.5.1",
|
|
66
64
|
"ts-mockito": "2.6.1",
|
|
67
65
|
"ts-node": "10.9.2",
|
|
68
66
|
"typescript": "5.5.4",
|
|
69
|
-
"webpack": "5.
|
|
67
|
+
"webpack": "5.94.0",
|
|
70
68
|
"webpack-cli": "5.1.4",
|
|
71
69
|
"webpack-merge": "5.10.0"
|
|
72
70
|
},
|
|
73
71
|
"dependencies": {
|
|
74
|
-
"@trustpayments/http-client": "2.0.
|
|
72
|
+
"@trustpayments/http-client": "2.0.201",
|
|
75
73
|
"core-js": "3.38.1",
|
|
76
74
|
"element-remove-polyfill": "1.1.0",
|
|
77
75
|
"jsdom": "16.7.0",
|
|
@@ -102,5 +100,5 @@
|
|
|
102
100
|
"npm run lint:fix"
|
|
103
101
|
]
|
|
104
102
|
},
|
|
105
|
-
"gitHead": "
|
|
103
|
+
"gitHead": "1aa0f8368fe6fb761ff10e475c9166ac094773ba"
|
|
106
104
|
}
|