File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pipedream/sdk" ,
3
- "version" : " 2.0.2 " ,
3
+ "version" : " 2.0.4 " ,
4
4
"private" : false ,
5
5
"repository" : " github:PipedreamHQ/pipedream-sdk-typescript" ,
6
6
"type" : " commonjs" ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import { DeployedTriggers } from "./api/resources/deployedTriggers/client/Client
18
18
import { Projects } from "./api/resources/projects/client/Client.js" ;
19
19
import { Proxy } from "./api/resources/proxy/client/Client.js" ;
20
20
import { Tokens } from "./api/resources/tokens/client/Client.js" ;
21
- import { SDK_VERSION } from "version.js" ;
21
+ import { SDK_VERSION } from "./ version.js" ;
22
22
23
23
export declare namespace PipedreamClient {
24
24
export interface Options {
You can’t perform that action at this time.
0 commit comments