Skip to content

Commit ef410de

Browse files
Release 4.3.0
1 parent 38892bd commit ef410de

File tree

101 files changed

+21351
-24882
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+21351
-24882
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2023 wallee AG
189+
Copyright 2024 wallee AG
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

package-lock.json

Lines changed: 1399 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postfinancecheckout",
33
"title": "PostFinance Checkout",
4-
"version": "4.2.1",
4+
"version": "4.3.0",
55
"description": "TypeScript/JavaScript client for PostFinance Checkout",
66
"homepage": "http://github.com/pfpayments/typescript-sdk",
77
"repository": {
@@ -17,19 +17,23 @@
1717
"scripts": {
1818
"clean": "rm -Rf ./node_modules/ ./build ./test/*.d.ts ./test/*.js",
1919
"build": "tsc --project ./tsconfig.json",
20-
"test": "rm -fr ./test/*.d.ts && mocha --require ts-node/register --timeout 10000 test/*.ts test/*.js",
20+
"test": "rm -fr ./test/*.d.ts && mocha --require ts-node/register test/*.test.ts test/*.test.js",
2121
"prepublishOnly": "npm run clean && npm i && npm run build"
2222
},
2323
"author": "wallee AG",
2424
"license": "Apache-2.0",
2525
"keywords": ["PostFinance Checkout", "Payment", "Payment Integration"],
26+
"mocha": {
27+
"timeout": 30000
28+
},
2629
"dependencies": {
2730
"@types/bluebird": "3.5.36",
2831
"@types/crypto-js": "4.2.1",
2932
"@types/request": "2.48.8",
33+
"axios": "1.6.2",
3034
"bluebird": "3.5.0",
3135
"crypto-js": "4.2.0",
32-
"request": "2.88.2"
36+
"starkbank-ecdsa": "^1.1.5"
3337
},
3438
"devDependencies": {
3539
"@types/chai": "^4.2.1",

0 commit comments

Comments
 (0)