Skip to content

Commit f444b2d

Browse files
committed
SDK regeneration
1 parent e5bbe94 commit f444b2d

File tree

292 files changed

+2097
-2040
lines changed

Some content is hidden

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

292 files changed

+2097
-2040
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "square",
3-
"version": "40.0.0",
3+
"version": "41.0.0",
44
"private": false,
55
"repository": "https://github.com/square/square-nodejs-sdk",
66
"license": "MIT",
@@ -12,7 +12,7 @@
1212
"prepack": "cp -rv dist/. .",
1313
"test": "yarn test:unit",
1414
"test:unit": "jest --testPathPattern=tests/unit",
15-
"test:integration": "jest '.*tests\\/integration\\/(?!.*\\.serial\\.test\\.ts$).*\\.test\\.ts$'; jest '.*tests\\/integration\\/.*\\.serial\\.test\\.ts$' --runInBand"
15+
"test:integration": "jest --testPathPattern=tests/integration"
1616
},
1717
"dependencies": {
1818
"url-join": "4.0.1",

0 commit comments

Comments
 (0)