Skip to content

Commit dcc649a

Browse files
committed
Fix import of SDK_VERSION
1 parent 7c19716 commit dcc649a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/sdk",
3-
"version": "2.0.2",
3+
"version": "2.0.4",
44
"private": false,
55
"repository": "github:PipedreamHQ/pipedream-sdk-typescript",
66
"type": "commonjs",

src/Client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { DeployedTriggers } from "./api/resources/deployedTriggers/client/Client
1818
import { Projects } from "./api/resources/projects/client/Client.js";
1919
import { Proxy } from "./api/resources/proxy/client/Client.js";
2020
import { Tokens } from "./api/resources/tokens/client/Client.js";
21-
import { SDK_VERSION } from "version.js";
21+
import { SDK_VERSION } from "./version.js";
2222

2323
export declare namespace PipedreamClient {
2424
export interface Options {

0 commit comments

Comments
 (0)