@trustpayments/3ds-sdk-js 1.2.129 → 1.2.130
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 +5 -5
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.130",
|
|
6
6
|
"description": "",
|
|
7
7
|
"main": "./dist/index.js",
|
|
8
8
|
"browser": "./dist/index.js",
|
|
@@ -61,17 +61,17 @@
|
|
|
61
61
|
"npm-force-resolutions": "0.0.10",
|
|
62
62
|
"process": "0.11.10",
|
|
63
63
|
"style-loader": "3.3.4",
|
|
64
|
-
"ts-jest": "29.2.
|
|
64
|
+
"ts-jest": "29.2.5",
|
|
65
65
|
"ts-loader": "9.5.1",
|
|
66
66
|
"ts-mockito": "2.6.1",
|
|
67
67
|
"ts-node": "10.9.2",
|
|
68
68
|
"typescript": "5.5.4",
|
|
69
|
-
"webpack": "5.
|
|
69
|
+
"webpack": "5.94.0",
|
|
70
70
|
"webpack-cli": "5.1.4",
|
|
71
71
|
"webpack-merge": "5.10.0"
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@trustpayments/http-client": "2.0.
|
|
74
|
+
"@trustpayments/http-client": "2.0.201",
|
|
75
75
|
"core-js": "3.38.1",
|
|
76
76
|
"element-remove-polyfill": "1.1.0",
|
|
77
77
|
"jsdom": "16.7.0",
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"npm run lint:fix"
|
|
103
103
|
]
|
|
104
104
|
},
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "fb4fd9cb6418b1a598bc4f706d3f64d2a093fc81"
|
|
106
106
|
}
|