From af9d801012052c9e3d59b534ba552e8a1d9f6898 Mon Sep 17 00:00:00 2001 From: Jorge Cortes Date: Tue, 27 May 2025 17:00:57 -0500 Subject: [PATCH] Fixed description in action create-subscription --- .../actions/create-subscription/create-subscription.mjs | 4 ++-- components/stripe/package.json | 2 +- pnpm-lock.yaml | 8 -------- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/components/stripe/actions/create-subscription/create-subscription.mjs b/components/stripe/actions/create-subscription/create-subscription.mjs index b160090538bde..822c1b151bcae 100644 --- a/components/stripe/actions/create-subscription/create-subscription.mjs +++ b/components/stripe/actions/create-subscription/create-subscription.mjs @@ -5,7 +5,7 @@ export default { key: "stripe-create-subscription", name: "Create Subscription", type: "action", - version: "0.1.2", + version: "0.1.3", description: "Create a subscription. [See the documentation](https://stripe.com/docs/api/subscriptions/create).", props: { app, @@ -48,7 +48,7 @@ export default { ], }, collectionMethod: { - descriptions: "Either charge_automatically, or send_invoice. When charging automatically, Stripe will attempt to pay this subscription at the end of the cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription as active. Defaults to charge_automatically.", + description: "Either charge_automatically, or send_invoice. When charging automatically, Stripe will attempt to pay this subscription at the end of the cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions and mark the subscription as active. Defaults to charge_automatically.", propDefinition: [ app, "collectionMethod", diff --git a/components/stripe/package.json b/components/stripe/package.json index 9adf55bc95dc3..4d36ad5648360 100644 --- a/components/stripe/package.json +++ b/components/stripe/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/stripe", - "version": "0.7.0", + "version": "0.7.1", "description": "Pipedream Stripe Components", "main": "stripe.app.mjs", "keywords": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d4d7d02b179cc..bfe4ba70c2f75 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15506,14 +15506,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':