diff --git a/components/mboum/actions/get-earnings/get-earnings.mjs b/components/mboum/actions/get-earnings/get-earnings.mjs index 9f8d91fa0c92b..01745774e32db 100644 --- a/components/mboum/actions/get-earnings/get-earnings.mjs +++ b/components/mboum/actions/get-earnings/get-earnings.mjs @@ -4,7 +4,7 @@ export default { key: "mboum-get-earnings", name: "Get Earnings Calendar", description: "Get upcoming and historical earnings announcements and reports. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v2-markets-calendar-earnings)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { mboum, @@ -19,7 +19,7 @@ export default { description: "Enter a calendar date. Format: YYYY-MM-DD", }, priceMin: { - type: "number", + type: "string", label: "Price Min", description: "Filter results by min price of the stock per share value", optional: true, diff --git a/components/mboum/actions/get-iv-change/get-iv-change.mjs b/components/mboum/actions/get-iv-change/get-iv-change.mjs index eb7847d6b4c9f..160fe59938468 100644 --- a/components/mboum/actions/get-iv-change/get-iv-change.mjs +++ b/components/mboum/actions/get-iv-change/get-iv-change.mjs @@ -4,7 +4,7 @@ export default { key: "mboum-get-iv-change", name: "Get IV Change", description: "Get Implied Volatility (IV) change data showing volatility movements and trends over time. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-options-iv-change)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { mboum, @@ -29,7 +29,7 @@ export default { optional: true, }, priceMin: { - type: "number", + type: "string", label: "Price Min", description: "Filter results by min price of the stock per share value", optional: true, diff --git a/components/mboum/actions/get-iv-rank-percentile/get-iv-rank-percentile.mjs b/components/mboum/actions/get-iv-rank-percentile/get-iv-rank-percentile.mjs index 798dd2cc183ed..4c46b96ab619b 100644 --- a/components/mboum/actions/get-iv-rank-percentile/get-iv-rank-percentile.mjs +++ b/components/mboum/actions/get-iv-rank-percentile/get-iv-rank-percentile.mjs @@ -4,7 +4,7 @@ export default { key: "mboum-get-iv-rank-percentile", name: "Get IV Rank Percentile", description: "Get Implied Volatility (IV) rank and percentile data for options to assess volatility levels. [See the documentation](https://docs.mboum.com/#stocks-options-small-stylecolor-f8f2f2background-fa256fpadding-1px-4pxborder-radius-3pxhotsmall-GETapi-v1-markets-options-iv-rank-percentile)", - version: "0.0.1", + version: "0.0.2", type: "action", props: { mboum, @@ -19,7 +19,7 @@ export default { ], }, priceMin: { - type: "number", + type: "string", label: "Price Min", description: "Filter results by min price of the stock per share value", optional: true, diff --git a/components/mboum/package.json b/components/mboum/package.json index d70d702c7b99e..444709f4f511e 100644 --- a/components/mboum/package.json +++ b/components/mboum/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/mboum", - "version": "0.1.0", + "version": "0.1.1", "description": "Pipedream Mboum Components", "main": "mboum.app.mjs", "keywords": [ diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 209e3d6af934c..40b8b7d19056a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -960,8 +960,7 @@ importers: specifier: ^3.0.3 version: 3.0.3 - components/apify_oauth: - specifiers: {} + components/apify_oauth: {} components/apilio: {} @@ -16582,14 +16581,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': @@ -32090,22 +32081,22 @@ packages: superagent@3.8.1: resolution: {integrity: sha512-VMBFLYgFuRdfeNQSMLbxGSLfmXL/xc+OO+BZp41Za/NRDBet/BNbkRJrYzCUu0u4GU0i/ml2dtT8b9qgkw9z6Q==} engines: {node: '>= 4.0'} - deprecated: Please upgrade to superagent v10.2.2+, see release notes at https://github.com/forwardemail/superagent/releases/tag/v10.2.2 - maintenance is supported by Forward Email @ https://forwardemail.net + deprecated: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net superagent@4.1.0: resolution: {integrity: sha512-FT3QLMasz0YyCd4uIi5HNe+3t/onxMyEho7C3PSqmti3Twgy2rXT4fmkTz6wRL6bTF4uzPcfkUCa8u4JWHw8Ag==} engines: {node: '>= 6.0'} - deprecated: Please upgrade to superagent v10.2.2+, see release notes at https://github.com/forwardemail/superagent/releases/tag/v10.2.2 - maintenance is supported by Forward Email @ https://forwardemail.net + deprecated: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net superagent@5.3.1: resolution: {integrity: sha512-wjJ/MoTid2/RuGCOFtlacyGNxN9QLMgcpYLDQlWFIhhdJ93kNscFonGvrpAHSCVjRVj++DGCglocF7Aej1KHvQ==} engines: {node: '>= 7.0.0'} - deprecated: Please upgrade to superagent v10.2.2+, see release notes at https://github.com/forwardemail/superagent/releases/tag/v10.2.2 - maintenance is supported by Forward Email @ https://forwardemail.net + deprecated: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net superagent@7.1.6: resolution: {integrity: sha512-gZkVCQR1gy/oUXr+kxJMLDjla434KmSOKbx5iGD30Ql+AkJQ/YlPKECJy2nhqOsHLjGHzoDTXNSjhnvWhzKk7g==} engines: {node: '>=6.4.0 <13 || >=14'} - deprecated: Please upgrade to superagent v10.2.2+, see release notes at https://github.com/forwardemail/superagent/releases/tag/v10.2.2 - maintenance is supported by Forward Email @ https://forwardemail.net + deprecated: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net supports-color@10.0.0: resolution: {integrity: sha512-HRVVSbCCMbj7/kdWF9Q+bbckjBHLtHMEoJWlkmYzzdwhYMkjkOwubLM6t7NbWKjgKamGDrWL1++KrjUO1t9oAQ==}