Skip to content

Commit 650e7dc

Browse files
authored
Release v4.0.0
2 parents f71b100 + 156d7fa commit 650e7dc

File tree

670 files changed

+4088
-39592
lines changed

Some content is hidden

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

670 files changed

+4088
-39592
lines changed

.eslintrc.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
/*
2+
* ######
3+
* ######
4+
* ############ ####( ###### #####. ###### ############ ############
5+
* ############# #####( ###### #####. ###### ############# #############
6+
* ###### #####( ###### #####. ###### ##### ###### ##### ######
7+
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
8+
* ###### ###### #####( ###### #####. ###### ##### ##### ######
9+
* ############# ############# ############# ############# ##### ######
10+
* ############ ############ ############# ############ ##### ######
11+
* ######
12+
* #############
13+
* ############
14+
* Adyen NodeJS API Library
15+
* Copyright (c) 2020 Adyen B.V.
16+
* This file is open source and available under the MIT license.
17+
* See the LICENSE file for more info.
18+
*/
19+
120
const path = require('path');
221

322
module.exports = {

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
**Description**
2+
<!-- Please provide a description of the changes proposed in the Pull Request -->
3+
4+
**Tested scenarios**
5+
<!-- Description of tested scenarios -->
6+
7+
**Fixed issue**: <!-- #-prefixed issue number -->

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 Adyen
3+
Copyright (c) 2020 Adyen
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,7 @@ client.httpClient = httpClient;
8989
```
9090

9191
## Support
92-
93-
If you have any problems, questions or suggestions, create an issue here or send your inquiry to support@adyen.com.
92+
If you have a feature request, or spotted a bug or a technical problem, create a GitHub issue. For other questions, contact our [support team](https://support.adyen.com/hc/en-us/requests/new?ticket_form_id=360000705420).
9493

9594
## Contributing
9695
We strongly encourage you to join us in contributing to this repository so everyone can benefit from:

config.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
1+
/*
2+
* ######
3+
* ######
4+
* ############ ####( ###### #####. ###### ############ ############
5+
* ############# #####( ###### #####. ###### ############# #############
6+
* ###### #####( ###### #####. ###### ##### ###### ##### ######
7+
* ###### ###### #####( ###### #####. ###### ##### ##### ##### ######
8+
* ###### ###### #####( ###### #####. ###### ##### ##### ######
9+
* ############# ############# ############# ############# ##### ######
10+
* ############ ############ ############# ############ ##### ######
11+
* ######
12+
* #############
13+
* ############
14+
* Adyen NodeJS API Library
15+
* Copyright (c) 2020 Adyen B.V.
16+
* This file is open source and available under the MIT license.
17+
* See the LICENSE file for more info.
18+
*/
19+
120
import "jest-ts-auto-mock"

dist/es5/main.js

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

dist/es5/vendors~main.js

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

dist/lib-esm/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adyen/api-library",
3-
"version": "3.2.3",
3+
"version": "4.0.0",
44
"description": "The Adyen API Library for NodeJS enables you to work with Adyen APIs.",
55
"main": "dist/lib/src/index.js",
66
"types": "dist/lib/src/index.d.ts",
@@ -39,10 +39,10 @@
3939
"author": "Ricardo Ambrogi",
4040
"license": "MIT",
4141
"devDependencies": {
42-
"@types/jest": "25.2.1",
42+
"@types/jest": "25.2.3",
4343
"@types/nock": "11.1.0",
44-
"@typescript-eslint/eslint-plugin": "2.31.0",
45-
"@typescript-eslint/parser": "2.31.0",
44+
"@typescript-eslint/eslint-plugin": "2.34.0",
45+
"@typescript-eslint/parser": "2.34.0",
4646
"acorn": "^7.1.1",
4747
"coveralls": "3.1.0",
4848
"dotenv": "^8.2.0",
@@ -52,17 +52,17 @@
5252
"kind-of": "^6.0.3",
5353
"minimist": ">=1.2.3",
5454
"nock": "12.0.3",
55-
"release-it": "13.5.8",
55+
"release-it": "13.6.1",
5656
"ts-auto-mock": "^1.6.0",
57-
"ts-jest": "25.5.0",
58-
"ts-loader": "7.0.2",
57+
"ts-jest": "25.5.1",
58+
"ts-loader": "7.0.5",
5959
"ttypescript": "^1.5.10",
60-
"typescript": "3.8.3",
60+
"typescript": "3.9.3",
6161
"webpack": "4.43.0",
6262
"webpack-cli": "3.3.11"
6363
},
6464
"dependencies": {
65-
"@types/node": "13.13.5",
65+
"@types/node": "14.0.5",
6666
"https-proxy-agent": "5.0.0"
6767
}
6868
}

dist/lib-esm/src/__mocks__/base.js

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

dist/lib-esm/src/__mocks__/base.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)