Skip to content

Commit 77221ba

Browse files
authored
promotes type-fest to dependencies (#204)
* promotes type-fest to dependencies * update version to a patch
1 parent 05513f1 commit 77221ba

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@withabound/node-sdk",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "The Abound Node library provides convenient access to the Abound API from applications written in server-side JavaScript.",
55
"author": "Abound <[email protected]>",
66
"license": "MIT",
@@ -28,14 +28,16 @@
2828
"**/*": "prettier --write --ignore-unknown",
2929
"**/*.(js|ts)": "xo"
3030
},
31+
"dependencies": {
32+
"type-fest": "4.8.3"
33+
},
3134
"devDependencies": {
3235
"@tsconfig/node18": "18.2.2",
3336
"@vitest/coverage-v8": "0.34.6",
3437
"genversion": "3.1.1",
3538
"husky": "8.0.3",
3639
"lint-staged": "15.2.0",
3740
"prettier": "3.1.1",
38-
"type-fest": "4.8.3",
3941
"typescript": "5.3.3",
4042
"vitest": "0.34.6",
4143
"xo": "0.56.0"

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated by genversion.
2-
export const version = "5.1.0";
2+
export const version = "5.1.1";

0 commit comments

Comments
 (0)