Skip to content

Commit

Permalink
Release 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wallee-deployment-user committed Jan 12, 2024
1 parent 38892bd commit ef410de
Show file tree
Hide file tree
Showing 101 changed files with 21,351 additions and 24,882 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2023 wallee AG
Copyright 2024 wallee AG

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
1,399 changes: 1,399 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "postfinancecheckout",
"title": "PostFinance Checkout",
"version": "4.2.1",
"version": "4.3.0",
"description": "TypeScript/JavaScript client for PostFinance Checkout",
"homepage": "http://github.com/pfpayments/typescript-sdk",
"repository": {
Expand All @@ -17,19 +17,23 @@
"scripts": {
"clean": "rm -Rf ./node_modules/ ./build ./test/*.d.ts ./test/*.js",
"build": "tsc --project ./tsconfig.json",
"test": "rm -fr ./test/*.d.ts && mocha --require ts-node/register --timeout 10000 test/*.ts test/*.js",
"test": "rm -fr ./test/*.d.ts && mocha --require ts-node/register test/*.test.ts test/*.test.js",
"prepublishOnly": "npm run clean && npm i && npm run build"
},
"author": "wallee AG",
"license": "Apache-2.0",
"keywords": ["PostFinance Checkout", "Payment", "Payment Integration"],
"mocha": {
"timeout": 30000
},
"dependencies": {
"@types/bluebird": "3.5.36",
"@types/crypto-js": "4.2.1",
"@types/request": "2.48.8",
"axios": "1.6.2",
"bluebird": "3.5.0",
"crypto-js": "4.2.0",
"request": "2.88.2"
"starkbank-ecdsa": "^1.1.5"
},
"devDependencies": {
"@types/chai": "^4.2.1",
Expand Down
Loading

0 comments on commit ef410de

Please sign in to comment.