Skip to content

Commit a174427

Browse files
authored
Naming and doc improvements in the SDK (#14883)
* Fix the naming of the new methods for the Components API to follow the existing convention * Deprecate old methods and types * Document public methods and types * Fix some linter issues * Bump minor version * Update PNPM lock file * Remove unnecessary awaits
1 parent ba76f47 commit a174427

File tree

3 files changed

+569
-76
lines changed

3 files changed

+569
-76
lines changed

components/rejoiner/rejoiner.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export default {
88
console.log(Object.keys(this.$auth));
99
},
1010
},
11-
};
11+
};

packages/sdk/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": "1.0.12",
3+
"version": "1.1.0",
44
"description": "Pipedream SDK",
55
"main": "dist/server/server/index.js",
66
"module": "dist/server/server/index.js",

0 commit comments

Comments
 (0)