We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1f207 commit 5f95facCopy full SHA for 5f95fac
package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "@phase.dev/phase-node",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "Node.js Server SDK for Phase",
5
"main": "dist/index.js",
6
- "types": "dist/index.d.ts",
+ "types": "dist/src/index.d.ts",
7
"repository": "https://github.com/phasehq/node-sdk",
8
"author": "phasehq",
9
"license": "MIT",
version.ts
@@ -1 +1 @@
-export const LIB_VERSION = "2.0.0";
+export const LIB_VERSION = "2.0.1";
0 commit comments