Skip to content

Commit

Permalink
Add missing typings
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Feb 14, 2024
1 parent 7f5e9b4 commit 9f465da
Show file tree
Hide file tree
Showing 4 changed files with 191 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nervous-insects-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@octetstream/object-to-form-data": patch
---

Add missing typings
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"node": ">= 18"
},
"scripts": {
"build": "pnpm run lint:types && tsup",
"build": "pnpm run lint:types && pnpm del-cli lib && tsup",
"eslint": "eslint src/**/*.ts",
"lint:types": "tsc --noEmit",
"test": "NODE_OPTIONS=\"--no-warnings --import tsx\" ava",
Expand All @@ -48,6 +48,7 @@
"@types/sinon": "17.0.3",
"ava": "6.1.1",
"c8": "9.1.0",
"del-cli": "^5.1.0",
"eslint": "8.56.0",
"formdata-node": "6.0.3",
"husky": "9.0.11",
Expand Down
183 changes: 183 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ export default defineConfig({
},
outDir: "lib",
format: ["esm", "cjs"],
dts: true,
splitting: false
})

0 comments on commit 9f465da

Please sign in to comment.