Skip to content

Commit

Permalink
SDK regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Feb 19, 2025
1 parent e5bbe94 commit f444b2d
Show file tree
Hide file tree
Showing 292 changed files with 2,097 additions and 2,040 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "square",
"version": "40.0.0",
"version": "41.0.0",
"private": false,
"repository": "https://github.com/square/square-nodejs-sdk",
"license": "MIT",
Expand All @@ -12,7 +12,7 @@
"prepack": "cp -rv dist/. .",
"test": "yarn test:unit",
"test:unit": "jest --testPathPattern=tests/unit",
"test:integration": "jest '.*tests\\/integration\\/(?!.*\\.serial\\.test\\.ts$).*\\.test\\.ts$'; jest '.*tests\\/integration\\/.*\\.serial\\.test\\.ts$' --runInBand"
"test:integration": "jest --testPathPattern=tests/integration"
},
"dependencies": {
"url-join": "4.0.1",
Expand Down
Loading

0 comments on commit f444b2d

Please sign in to comment.