Skip to content

Commit

Permalink
SDK regeneration (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
  • Loading branch information
fern-api[bot] authored Oct 22, 2024
1 parent c301272 commit 8dd4102
Show file tree
Hide file tree
Showing 237 changed files with 5,038 additions and 1,142 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@schematichq/schematic-typescript-node",
"version": "1.1.4",
"version": "1.1.5",
"private": false,
"repository": "https://github.com/schematichq/schematic-node",
"main": "./index.js",
Expand All @@ -16,12 +16,17 @@
"form-data": "^4.0.0",
"formdata-node": "^6.0.3",
"node-fetch": "2.7.0",
"qs": "6.11.2"
"qs": "6.11.2",
"readable-stream": "^4.5.2"
},
"devDependencies": {
"@types/url-join": "4.0.1",
"@types/qs": "6.9.8",
"@types/node-fetch": "2.6.9",
"@types/readable-stream": "^4.0.15",
"fetch-mock-jest": "^1.5.1",
"webpack": "^5.94.0",
"ts-loader": "^9.3.1",
"jest": "29.7.0",
"@types/jest": "29.5.5",
"ts-jest": "29.1.1",
Expand All @@ -33,6 +38,7 @@
"browser": {
"fs": false,
"os": false,
"path": false
"path": false,
"timers": false
}
}
Loading

0 comments on commit 8dd4102

Please sign in to comment.