Skip to content

Commit 5f95fac

Browse files
fix: update path to type definitions
1 parent 6f1f207 commit 5f95fac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@phase.dev/phase-node",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Node.js Server SDK for Phase",
55
"main": "dist/index.js",
6-
"types": "dist/index.d.ts",
6+
"types": "dist/src/index.d.ts",
77
"repository": "https://github.com/phasehq/node-sdk",
88
"author": "phasehq",
99
"license": "MIT",

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const LIB_VERSION = "2.0.0";
1+
export const LIB_VERSION = "2.0.1";

0 commit comments

Comments
 (0)