Skip to content

Commit 7145c3e

Browse files
committed
Bump version
1 parent 3d75570 commit 7145c3e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

MIGRATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ incrementally without breaking your existing codebase. To do this, you can
844844
install the new SDK with an alias:
845845

846846
```bash
847-
npm install @pipedream/sdk-v2@npm:@pipedream/sdk@^2.0.0-rc.14 --save
847+
npm install @pipedream/sdk-v2@npm:@pipedream/sdk@^2.0.0-rc.15 --save
848848
```
849849

850850
Then, in your code, you can import the new SDK with the alias:

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.0-rc.14",
3+
"version": "2.0.0-rc.15",
44
"private": false,
55
"repository": "github:PipedreamHQ/pipedream-sdk-typescript",
66
"type": "commonjs",

src/Client.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ export class PipedreamClient {
7474
"x-pd-environment": _options?.projectEnvironment,
7575
"X-Fern-Language": "JavaScript",
7676
"X-Fern-SDK-Name": "@pipedream/sdk",
77-
"X-Fern-SDK-Version": "2.0.0-rc.14",
78-
"User-Agent": "@pipedream/sdk/2.0.0-rc.14",
77+
"X-Fern-SDK-Version": "2.0.0-rc.15",
78+
"User-Agent": "@pipedream/sdk/2.0.0-rc.15",
7979
"X-Fern-Runtime": core.RUNTIME.type,
8080
"X-Fern-Runtime-Version": core.RUNTIME.version,
8181
},

0 commit comments

Comments
 (0)