From cf18950bc49e410fcd04d5d0fdbfc31f996738a4 Mon Sep 17 00:00:00 2001 From: Michelle Bergeron Date: Mon, 16 Jun 2025 14:58:22 -0400 Subject: [PATCH 1/2] bug fix --- .../apollo_io/actions/search-accounts/search-accounts.mjs | 6 +++--- components/apollo_io/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/apollo_io/actions/search-accounts/search-accounts.mjs b/components/apollo_io/actions/search-accounts/search-accounts.mjs index f3a6fb802587b..fdef490a826cf 100644 --- a/components/apollo_io/actions/search-accounts/search-accounts.mjs +++ b/components/apollo_io/actions/search-accounts/search-accounts.mjs @@ -6,7 +6,7 @@ export default { name: "Search For Accounts", description: "Search for accounts in Apollo.io. [See the documentation](https://apolloio.github.io/apollo-api-docs/?shell#search-for-accounts)", type: "action", - version: "0.0.5", + version: "0.0.6", props: { app, search: { @@ -40,7 +40,7 @@ export default { }, }, async run({ $ }) { - const resourcesStream = this.app.getResourcesStream({ + const resourcesStream = this.app.getIterations({ resourceFn: this.app.searchAccounts, resourceFnArgs: { params: { @@ -53,7 +53,7 @@ export default { resourceName: "accounts", }); - const accounts = await utils.streamIterator(resourcesStream); + const accounts = await utils.iterate(resourcesStream); $.export("$summary", `Successfully fetched ${accounts.length} accounts.`); diff --git a/components/apollo_io/package.json b/components/apollo_io/package.json index 3778eb0f3688b..142c010e5f338 100644 --- a/components/apollo_io/package.json +++ b/components/apollo_io/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/apollo_io", - "version": "0.5.2", + "version": "0.5.3", "description": "Pipedream Apollo.io Components", "main": "apollo_io.app.mjs", "keywords": [ From 9391ea65c7166131c9e0528324053f7fdbd7ed9a Mon Sep 17 00:00:00 2001 From: Michelle Bergeron Date: Mon, 16 Jun 2025 14:58:59 -0400 Subject: [PATCH 2/2] pnpm-lock.yaml --- pnpm-lock.yaml | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9e1526141af9b..711b977850723 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -990,8 +990,7 @@ importers: specifier: ^3.0.0 version: 3.0.3 - components/arpoone: - specifiers: {} + components/arpoone: {} components/arxiv: {} @@ -7446,8 +7445,7 @@ importers: specifier: ^3.0.0 version: 3.0.3 - components/limitless: - specifiers: {} + components/limitless: {} components/limoexpress: dependencies: @@ -10366,8 +10364,7 @@ importers: specifier: ^1.5.1 version: 1.6.6 - components/postmaster: - specifiers: {} + components/postmaster: {} components/power_automate: {} @@ -15552,8 +15549,7 @@ importers: specifier: ^3.0.0 version: 3.0.3 - components/zowie: - specifiers: {} + components/zowie: {} components/zulip: dependencies: @@ -15703,14 +15699,6 @@ importers: specifier: ^6.0.0 version: 6.2.0 - modelcontextprotocol/node_modules2/@modelcontextprotocol/sdk/dist/cjs: {} - - modelcontextprotocol/node_modules2/@modelcontextprotocol/sdk/dist/esm: {} - - modelcontextprotocol/node_modules2/zod-to-json-schema/dist/cjs: {} - - modelcontextprotocol/node_modules2/zod-to-json-schema/dist/esm: {} - packages/ai: dependencies: '@pipedream/sdk': @@ -36152,6 +36140,8 @@ snapshots: '@putout/operator-filesystem': 5.0.0(putout@36.13.1(eslint@8.57.1)(typescript@5.6.3)) '@putout/operator-json': 2.2.0 putout: 36.13.1(eslint@8.57.1)(typescript@5.6.3) + transitivePeerDependencies: + - supports-color '@putout/operator-regexp@1.0.0(putout@36.13.1(eslint@8.57.1)(typescript@5.6.3))': dependencies: