Skip to content

Commit

Permalink
Merge pull request #11 from commercelayer/bugfix/10_empty-body
Browse files Browse the repository at this point in the history
Response empty body
  • Loading branch information
pviti authored Aug 29, 2024
2 parents 0fef5f9 + e700cca commit f842103
Show file tree
Hide file tree
Showing 5 changed files with 1,400 additions and 1,412 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,25 +34,25 @@
"node": ">=20"
},
"devDependencies": {
"@babel/preset-env": "^7.24.7",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@commercelayer/eslint-config-ts": "1.4.5",
"@commercelayer/js-auth": "^6.2.2",
"@commercelayer/js-auth": "^6.3.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.7",
"@types/node": "^22.5.1",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"json-typescript": "^1.1.2",
"jsonapi-typescript": "^0.1.3",
"lodash.isequal": "^4.5.0",
"semantic-release": "^23.1.1",
"tsup": "^8.1.0",
"tsx": "^4.15.7",
"typescript": "^5.5.2"
"semantic-release": "^24.1.0",
"tsup": "^8.2.4",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
},
"repository": "github:commercelayer/provisioning-sdk",
"bugs": "https://github.com/commercelayer/provisioning-sdk/issues",
Expand Down
Loading

0 comments on commit f842103

Please sign in to comment.