diff --git a/components/google_sheets/actions/add-column/add-column.mjs b/components/google_sheets/actions/add-column/add-column.mjs index 19e9ac96f56ce..03d867904fa5d 100644 --- a/components/google_sheets/actions/add-column/add-column.mjs +++ b/components/google_sheets/actions/add-column/add-column.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-add-column", name: "Create Column", description: "Create a new column in a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/batchUpdate)", - version: "0.1.8", + version: "0.1.9", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/add-multiple-rows/add-multiple-rows.mjs b/components/google_sheets/actions/add-multiple-rows/add-multiple-rows.mjs index 3e2fa1fd0f2a0..5fe762a707951 100644 --- a/components/google_sheets/actions/add-multiple-rows/add-multiple-rows.mjs +++ b/components/google_sheets/actions/add-multiple-rows/add-multiple-rows.mjs @@ -11,7 +11,7 @@ export default { key: "google_sheets-add-multiple-rows", name: "Add Multiple Rows", description: "Add multiple rows of data to a Google Sheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/append)", - version: "0.2.11", + version: "0.2.12", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/add-single-row/add-single-row.mjs b/components/google_sheets/actions/add-single-row/add-single-row.mjs index 5893f848af3f5..84ca48b66bdb2 100644 --- a/components/google_sheets/actions/add-single-row/add-single-row.mjs +++ b/components/google_sheets/actions/add-single-row/add-single-row.mjs @@ -10,7 +10,7 @@ export default { key: "google_sheets-add-single-row", name: "Add Single Row", description: "Add a single row of data to Google Sheets. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/append)", - version: "2.1.13", + version: "2.1.14", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/clear-cell/clear-cell.mjs b/components/google_sheets/actions/clear-cell/clear-cell.mjs index 7671a21ba8837..eab087fa56a78 100644 --- a/components/google_sheets/actions/clear-cell/clear-cell.mjs +++ b/components/google_sheets/actions/clear-cell/clear-cell.mjs @@ -7,7 +7,7 @@ export default { key: "google_sheets-clear-cell", name: "Clear Cell", description: "Delete the content of a specific cell in a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/clear)", - version: "0.1.12", + version: "0.1.13", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/clear-rows/clear-rows.mjs b/components/google_sheets/actions/clear-rows/clear-rows.mjs index d2bbbc2486b0a..e2a391b8dee6f 100644 --- a/components/google_sheets/actions/clear-rows/clear-rows.mjs +++ b/components/google_sheets/actions/clear-rows/clear-rows.mjs @@ -7,7 +7,7 @@ export default { key: "google_sheets-clear-rows", name: "Clear Rows", description: "Delete the content of a row or rows in a spreadsheet. Deleted rows will appear as blank rows. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/clear)", - version: "0.1.10", + version: "0.1.11", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/copy-worksheet/copy-worksheet.mjs b/components/google_sheets/actions/copy-worksheet/copy-worksheet.mjs index 0d344b99eac34..1e67983861184 100644 --- a/components/google_sheets/actions/copy-worksheet/copy-worksheet.mjs +++ b/components/google_sheets/actions/copy-worksheet/copy-worksheet.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-copy-worksheet", name: "Copy Worksheet", description: "Copy an existing worksheet to another Google Sheets file. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.sheets/copyTo)", - version: "0.1.8", + version: "0.1.9", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/create-spreadsheet/create-spreadsheet.mjs b/components/google_sheets/actions/create-spreadsheet/create-spreadsheet.mjs index 2cb400f376663..55a5e2178ec7b 100644 --- a/components/google_sheets/actions/create-spreadsheet/create-spreadsheet.mjs +++ b/components/google_sheets/actions/create-spreadsheet/create-spreadsheet.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-create-spreadsheet", name: "Create Spreadsheet", description: "Create a blank spreadsheet or duplicate an existing spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/create)", - version: "0.1.10", + version: "0.1.11", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/create-worksheet/create-worksheet.mjs b/components/google_sheets/actions/create-worksheet/create-worksheet.mjs index 1cb69c7a3b774..543e1e16c23ea 100644 --- a/components/google_sheets/actions/create-worksheet/create-worksheet.mjs +++ b/components/google_sheets/actions/create-worksheet/create-worksheet.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-create-worksheet", name: "Create Worksheet", description: "Create a blank worksheet with a title. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/batchUpdate)", - version: "0.1.8", + version: "0.1.9", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/delete-rows/delete-rows.mjs b/components/google_sheets/actions/delete-rows/delete-rows.mjs index 1260dbf796e0d..59ee93a0f7140 100644 --- a/components/google_sheets/actions/delete-rows/delete-rows.mjs +++ b/components/google_sheets/actions/delete-rows/delete-rows.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-delete-rows", name: "Delete Rows", description: "Deletes the specified rows from a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/request#deletedimensionrequest)", - version: "0.0.8", + version: "0.0.9", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/delete-worksheet/delete-worksheet.mjs b/components/google_sheets/actions/delete-worksheet/delete-worksheet.mjs index c2a2f7cfa2e9c..3b4b5f3fe7461 100644 --- a/components/google_sheets/actions/delete-worksheet/delete-worksheet.mjs +++ b/components/google_sheets/actions/delete-worksheet/delete-worksheet.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-delete-worksheet", name: "Delete Worksheet", description: "Delete a specific worksheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/batchUpdate)", - version: "0.1.8", + version: "0.1.9", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/find-row/find-row.mjs b/components/google_sheets/actions/find-row/find-row.mjs index 28c8dd50cb61b..15d7d7da25952 100644 --- a/components/google_sheets/actions/find-row/find-row.mjs +++ b/components/google_sheets/actions/find-row/find-row.mjs @@ -7,7 +7,7 @@ export default { key: "google_sheets-find-row", name: "Find Row", description: "Find one or more rows by a column and value. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/get)", - version: "0.2.11", + version: "0.2.12", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/get-cell/get-cell.mjs b/components/google_sheets/actions/get-cell/get-cell.mjs index a49f9c36d5ddb..4a00caf1ac7ab 100644 --- a/components/google_sheets/actions/get-cell/get-cell.mjs +++ b/components/google_sheets/actions/get-cell/get-cell.mjs @@ -7,7 +7,7 @@ export default { key: "google_sheets-get-cell", name: "Get Cell", description: "Fetch the contents of a specific cell in a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/get)", - version: "0.1.10", + version: "0.1.11", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/get-spreadsheet-by-id/get-spreadsheet-by-id.mjs b/components/google_sheets/actions/get-spreadsheet-by-id/get-spreadsheet-by-id.mjs index 2e5c0336566d7..478760eb16939 100644 --- a/components/google_sheets/actions/get-spreadsheet-by-id/get-spreadsheet-by-id.mjs +++ b/components/google_sheets/actions/get-spreadsheet-by-id/get-spreadsheet-by-id.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-get-spreadsheet-by-id", name: "Get Spreadsheet by ID", description: "Returns the spreadsheet at the given ID. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/get) for more information", - version: "0.1.9", + version: "0.1.10", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/get-values-in-range/get-values-in-range.mjs b/components/google_sheets/actions/get-values-in-range/get-values-in-range.mjs index 7ea2c50f87af2..721bf58a59cc6 100644 --- a/components/google_sheets/actions/get-values-in-range/get-values-in-range.mjs +++ b/components/google_sheets/actions/get-values-in-range/get-values-in-range.mjs @@ -7,7 +7,7 @@ export default { key: "google_sheets-get-values-in-range", name: "Get Values in Range", description: "Get all values or values from a range of cells using A1 notation. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/get)", - version: "0.1.10", + version: "0.1.11", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/insert-anchored-note/insert-anchored-note.mjs b/components/google_sheets/actions/insert-anchored-note/insert-anchored-note.mjs index 60829f846929d..043fa65556a76 100644 --- a/components/google_sheets/actions/insert-anchored-note/insert-anchored-note.mjs +++ b/components/google_sheets/actions/insert-anchored-note/insert-anchored-note.mjs @@ -5,7 +5,7 @@ export default { key: "google_sheets-insert-anchored-note", name: "Insert an Anchored Note", description: "Insert a note on a spreadsheet cell. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/batchUpdate)", - version: "0.1.8", + version: "0.1.9", type: "action", props: { app, diff --git a/components/google_sheets/actions/insert-comment/insert-comment.mjs b/components/google_sheets/actions/insert-comment/insert-comment.mjs index ea67800f756a2..1a60810c13800 100644 --- a/components/google_sheets/actions/insert-comment/insert-comment.mjs +++ b/components/google_sheets/actions/insert-comment/insert-comment.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-insert-comment", name: "Insert Comment", description: "Insert a comment into a spreadsheet. [See the documentation](https://developers.google.com/drive/api/v3/reference/comments/create)", - version: "0.1.9", + version: "0.1.10", type: "action", props: { app, diff --git a/components/google_sheets/actions/list-worksheets/list-worksheets.mjs b/components/google_sheets/actions/list-worksheets/list-worksheets.mjs index 814adc7d8884c..62d8eb3fce21f 100644 --- a/components/google_sheets/actions/list-worksheets/list-worksheets.mjs +++ b/components/google_sheets/actions/list-worksheets/list-worksheets.mjs @@ -4,7 +4,7 @@ export default { key: "google_sheets-list-worksheets", name: "List Worksheets", description: "Get a list of all worksheets in a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets/get)", - version: "0.1.8", + version: "0.1.9", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/update-cell/update-cell.mjs b/components/google_sheets/actions/update-cell/update-cell.mjs index a230b88e2bcd9..9a8f706134fc9 100644 --- a/components/google_sheets/actions/update-cell/update-cell.mjs +++ b/components/google_sheets/actions/update-cell/update-cell.mjs @@ -7,7 +7,7 @@ export default { key: "google_sheets-update-cell", name: "Update Cell", description: "Update a cell in a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/update)", - version: "0.1.10", + version: "0.1.11", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/update-multiple-rows/update-multiple-rows.mjs b/components/google_sheets/actions/update-multiple-rows/update-multiple-rows.mjs index 5048644feea6e..dc424aac85129 100644 --- a/components/google_sheets/actions/update-multiple-rows/update-multiple-rows.mjs +++ b/components/google_sheets/actions/update-multiple-rows/update-multiple-rows.mjs @@ -9,7 +9,7 @@ export default { key: "google_sheets-update-multiple-rows", name: "Update Multiple Rows", description: "Update multiple rows in a spreadsheet defined by a range. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/update)", - version: "0.1.10", + version: "0.1.11", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/update-row/update-row.mjs b/components/google_sheets/actions/update-row/update-row.mjs index 5c166d53fa392..125b4aa56bab3 100644 --- a/components/google_sheets/actions/update-row/update-row.mjs +++ b/components/google_sheets/actions/update-row/update-row.mjs @@ -10,7 +10,7 @@ export default { key: "google_sheets-update-row", name: "Update Row", description: "Update a row in a spreadsheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/update)", - version: "0.1.11", + version: "0.1.12", type: "action", props: { googleSheets, diff --git a/components/google_sheets/actions/upsert-row/upsert-row.mjs b/components/google_sheets/actions/upsert-row/upsert-row.mjs index 73fa15d5462e3..5c394836c1160 100644 --- a/components/google_sheets/actions/upsert-row/upsert-row.mjs +++ b/components/google_sheets/actions/upsert-row/upsert-row.mjs @@ -24,7 +24,7 @@ export default { key: "google_sheets-upsert-row", name: "Upsert Row", description: "Upsert a row of data in a Google Sheet. [See the documentation](https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/append)", - version: "0.1.12", + version: "0.1.13", type: "action", props: { googleSheets, diff --git a/components/google_sheets/package.json b/components/google_sheets/package.json index 4ac0bc3db4caf..1072deff04406 100644 --- a/components/google_sheets/package.json +++ b/components/google_sheets/package.json @@ -1,6 +1,6 @@ { "name": "@pipedream/google_sheets", - "version": "0.8.4", + "version": "0.8.5", "description": "Pipedream Google_sheets Components", "main": "google_sheets.app.mjs", "keywords": [ @@ -11,8 +11,8 @@ "author": "Pipedream (https://pipedream.com/)", "dependencies": { "@googleapis/sheets": "^0.3.0", - "@pipedream/google_drive": "^0.6.19", - "@pipedream/platform": "^3.0.0", + "@pipedream/google_drive": "^1.0.2", + "@pipedream/platform": "^3.1.0", "lodash": "^4.17.21", "uuidv4": "^6.2.6", "zlib": "^1.0.5" diff --git a/components/google_sheets/sources/new-comment/new-comment.mjs b/components/google_sheets/sources/new-comment/new-comment.mjs index 1d7c5c582f4bf..b8810f0db372a 100644 --- a/components/google_sheets/sources/new-comment/new-comment.mjs +++ b/components/google_sheets/sources/new-comment/new-comment.mjs @@ -6,7 +6,7 @@ export default { key: "google_sheets-new-comment", name: "New Comment (Instant)", description: "Emit new event each time a comment is added to a spreadsheet.", - version: "0.0.7", + version: "0.0.8", dedupe: "unique", type: "source", methods: { diff --git a/components/google_sheets/sources/new-row-added-polling/new-row-added-polling.mjs b/components/google_sheets/sources/new-row-added-polling/new-row-added-polling.mjs index 31bb7a471e2ef..627df7346faf2 100644 --- a/components/google_sheets/sources/new-row-added-polling/new-row-added-polling.mjs +++ b/components/google_sheets/sources/new-row-added-polling/new-row-added-polling.mjs @@ -8,7 +8,7 @@ export default { key: "google_sheets-new-row-added-polling", name: "New Row Added", description: "Emit new event each time a row or rows are added to the bottom of a spreadsheet.", - version: "0.0.4", + version: "0.0.5", dedupe: "unique", type: "source", props: { diff --git a/components/google_sheets/sources/new-row-added/new-row-added.mjs b/components/google_sheets/sources/new-row-added/new-row-added.mjs index cda42d59050ee..c545e7b38a645 100644 --- a/components/google_sheets/sources/new-row-added/new-row-added.mjs +++ b/components/google_sheets/sources/new-row-added/new-row-added.mjs @@ -8,7 +8,7 @@ export default { key: "google_sheets-new-row-added", name: "New Row Added (Instant)", description: "Emit new event each time a row or rows are added to the bottom of a spreadsheet.", - version: "0.1.12", + version: "0.1.13", dedupe: "unique", type: "source", props: { diff --git a/components/google_sheets/sources/new-updates/new-updates.mjs b/components/google_sheets/sources/new-updates/new-updates.mjs index 750b5fa7f5527..adb84daccd53b 100644 --- a/components/google_sheets/sources/new-updates/new-updates.mjs +++ b/components/google_sheets/sources/new-updates/new-updates.mjs @@ -9,7 +9,7 @@ export default { type: "source", name: "New Updates (Instant)", description: "Emit new event each time a row or cell is updated in a spreadsheet.", - version: "0.2.9", + version: "0.2.10", dedupe: "unique", props: { ...httpBase.props, diff --git a/components/google_sheets/sources/new-worksheet/new-worksheet.mjs b/components/google_sheets/sources/new-worksheet/new-worksheet.mjs index 0fd3884502752..369b736ab481a 100644 --- a/components/google_sheets/sources/new-worksheet/new-worksheet.mjs +++ b/components/google_sheets/sources/new-worksheet/new-worksheet.mjs @@ -9,7 +9,7 @@ export default { type: "source", name: "New Worksheet (Instant)", description: "Emit new event each time a new worksheet is created in a spreadsheet.", - version: "0.1.12", + version: "0.1.13", dedupe: "unique", hooks: { ...httpBase.hooks, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f0fe6eaac2fab..bdc46d3c9845a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -5710,11 +5710,11 @@ importers: specifier: ^0.3.0 version: 0.3.0 '@pipedream/google_drive': - specifier: ^0.6.19 - version: 0.6.19 + specifier: ^1.0.2 + version: 1.0.2 '@pipedream/platform': - specifier: ^3.0.0 - version: 3.0.3 + specifier: ^3.1.0 + version: 3.1.0 lodash: specifier: ^4.17.21 version: 4.17.21 @@ -5975,8 +5975,7 @@ importers: specifier: ^3.0.3 version: 3.0.3 - components/hana: - specifiers: {} + components/hana: {} components/handwrytten: {} @@ -6609,8 +6608,7 @@ importers: specifier: ^3.0.0 version: 3.0.3 - components/indiefunnels: - specifiers: {} + components/indiefunnels: {} components/inferable: {} @@ -15824,7 +15822,7 @@ importers: version: 1.2.13 tsup: specifier: ^8.3.6 - version: 8.3.6(@microsoft/api-extractor@7.47.12(@types/node@24.0.0))(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.4)(typescript@5.6.3)(yaml@2.6.1) + version: 8.3.6(@microsoft/api-extractor@7.47.12(@types/node@24.0.10))(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.4)(typescript@5.6.3)(yaml@2.6.1) typescript: specifier: ^5.6 version: 5.6.3 @@ -15876,10 +15874,10 @@ importers: version: 18.3.12 vite: specifier: ^5.4.11 - version: 5.4.11(@types/node@24.0.0) + version: 5.4.11(@types/node@24.0.10) vite-plugin-dts: specifier: ^4.3.0 - version: 4.3.0(@types/node@24.0.0)(rollup@4.27.3)(typescript@5.7.2)(vite@5.4.11(@types/node@24.0.0)) + version: 4.3.0(@types/node@24.0.10)(rollup@4.27.3)(typescript@5.7.2)(vite@5.4.11(@types/node@24.0.10)) packages/connect-react/examples/nextjs: dependencies: @@ -18901,12 +18899,12 @@ packages: '@pipedream/eslint-plugin-pipedream@0.2.5': resolution: {integrity: sha512-99e88TuaQM9VGc64JlJueuk+3dCyuNuxOqTPCVg+QLbfzqovHnDHZ5cHqkzPjDLtFsFrAucIANIcgKcb0YAoxg==} - '@pipedream/google_drive@0.6.19': - resolution: {integrity: sha512-+JtwPhh0mHN3z3bOeyfw6OIztPhT0cVy/r/rpB5b0TFKWVly25Wz6Zv6zug5EhzyEt6DT7dnh9CpIhlxEj7SuA==} - '@pipedream/google_drive@0.8.8': resolution: {integrity: sha512-cwRCfFv86+GW0G3huAzhXCPvZ+BWaQ+KAeOlGUJBCK1sPsHzNWY1sOAOvDKDVPh1xiSyCzO29+e9UynCfcCSrw==} + '@pipedream/google_drive@1.0.2': + resolution: {integrity: sha512-C5L5mx3CiCsrv7tZTMOaLcAWgMIi/7Yu7F5z7DOSaCKY+xJRAtCB9AT63RYeAC3OqpIpEwTJPpDjQQfTsPHNzg==} + '@pipedream/helper_functions@0.3.13': resolution: {integrity: sha512-67zXT5rMccSYEeQCEKjO0g/U2Wnc3q1ErRWt0sivqJEF/KYqAb3tWmznDYGACbC8L6ML0WWSWRy7nEGt5Vyuaw==} @@ -21102,8 +21100,8 @@ packages: '@types/node@18.11.10': resolution: {integrity: sha512-juG3RWMBOqcOuXC643OAdSA525V44cVgGV6dUDuiFtss+8Fk5x1hI93Rsld43VeJVIeqlP9I7Fn9/qaVqoEAuQ==} - '@types/node@18.19.111': - resolution: {integrity: sha512-90sGdgA+QLJr1F9X79tQuEut0gEYIfkX9pydI4XGRgvFo9g2JWswefI+WUSUHPYVBHYSEfTEqBxA5hQvAZB3Mw==} + '@types/node@18.19.115': + resolution: {integrity: sha512-kNrFiTgG4a9JAn1LMQeLOv3MvXIPokzXziohMrMsvpYgLpdEt/mMiVYc4sGKtDfyxM5gIDF4VgrPRyCw4fHOYg==} '@types/node@18.19.64': resolution: {integrity: sha512-955mDqvO2vFf/oL7V3WiUtiz+BugyX8uVbaT2H8oj3+8dRyH2FLiNdowe7eNqRM7IOIZvzDH76EoAT+gwm6aIQ==} @@ -21126,8 +21124,8 @@ packages: '@types/node@22.15.9': resolution: {integrity: sha512-l6QaCgJSJQ0HngL1TjvEY2DlefKggyGeXP1KYvYLBX41ZDPM1FsgDMAr5c+T673NMy7VCptMOzXOuJqf5uB0bA==} - '@types/node@24.0.0': - resolution: {integrity: sha512-yZQa2zm87aRVcqDyH5+4Hv9KYgSdgwX1rFnGvpbzMaC7YAljmhBET93TPiTd3ObwTL+gSpIzPKg5BqVxdCvxKg==} + '@types/node@24.0.10': + resolution: {integrity: sha512-ENHwaH+JIRTDIEEbDK6QSQntAYGtbvdDXnMXnZaZ6k13Du1dPMmprkEHIL7ok2Wl2aZevetwTAb5S+7yIF+enA==} '@types/normalize-package-data@2.4.4': resolution: {integrity: sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==} @@ -21782,6 +21780,9 @@ packages: axios@0.28.1: resolution: {integrity: sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ==} + axios@1.10.0: + resolution: {integrity: sha512-/1xYAC4MP/HEG+3duIhFr4ZQXR4sQXOIe+o6sdqzeykGLx6Upp/1p8MHqhINOvGeP7xyNHe7tsiJByc4SSVUxw==} + axios@1.6.0: resolution: {integrity: sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==} @@ -24300,6 +24301,10 @@ packages: resolution: {integrity: sha512-GgwY0PS7DbXqajuGf4OYlsrIu3zgxD6Vvql43IBhm6MahqA5SK/7mwhtNj2AdH2z35YR34ujJ7BN+3fFC3jP5Q==} engines: {node: '>= 0.12'} + form-data@2.5.3: + resolution: {integrity: sha512-XHIrMD0NpDrNM/Ckf7XJiBbLl57KEhT3+i3yY+eWm+cqYZJQTZrKo8Y8AWKnuV5GT4scfuUGt9LzNoIx3dU1nQ==} + engines: {node: '>= 0.12'} + form-data@3.0.0: resolution: {integrity: sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg==} engines: {node: '>= 6'} @@ -24316,6 +24321,10 @@ packages: resolution: {integrity: sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==} engines: {node: '>= 6'} + form-data@4.0.3: + resolution: {integrity: sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==} + engines: {node: '>= 6'} + format-io@2.0.0: resolution: {integrity: sha512-iQz8w2qr4f+doWBV6LsfScHbu1gXhccByjbmA1wjBTaKRhweH2baJL96UGR4C7Fjpr8zSkK7EXiLmbzZWTyQIA==} engines: {node: '>=8'} @@ -27414,6 +27423,10 @@ packages: resolution: {integrity: sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==} engines: {node: '>= 0.4'} + object-inspect@1.13.4: + resolution: {integrity: sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==} + engines: {node: '>= 0.4'} + object-keys@1.1.1: resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} engines: {node: '>= 0.4'} @@ -34094,7 +34107,7 @@ snapshots: '@definitelytyped/utils@0.1.8': dependencies: '@qiwi/npm-registry-client': 8.9.1 - '@types/node': 18.19.111 + '@types/node': 18.19.115 cachedir: 2.4.0 charm: 1.0.2 minimatch: 9.0.5 @@ -35379,11 +35392,11 @@ snapshots: - '@types/node' optional: true - '@microsoft/api-extractor-model@7.29.9(@types/node@24.0.0)': + '@microsoft/api-extractor-model@7.29.9(@types/node@24.0.10)': dependencies: '@microsoft/tsdoc': 0.15.0 '@microsoft/tsdoc-config': 0.17.0 - '@rushstack/node-core-library': 5.10.0(@types/node@24.0.0) + '@rushstack/node-core-library': 5.10.0(@types/node@24.0.10) transitivePeerDependencies: - '@types/node' @@ -35406,15 +35419,15 @@ snapshots: - '@types/node' optional: true - '@microsoft/api-extractor@7.47.12(@types/node@24.0.0)': + '@microsoft/api-extractor@7.47.12(@types/node@24.0.10)': dependencies: - '@microsoft/api-extractor-model': 7.29.9(@types/node@24.0.0) + '@microsoft/api-extractor-model': 7.29.9(@types/node@24.0.10) '@microsoft/tsdoc': 0.15.0 '@microsoft/tsdoc-config': 0.17.0 - '@rushstack/node-core-library': 5.10.0(@types/node@24.0.0) + '@rushstack/node-core-library': 5.10.0(@types/node@24.0.10) '@rushstack/rig-package': 0.5.3 - '@rushstack/terminal': 0.14.3(@types/node@24.0.0) - '@rushstack/ts-command-line': 4.23.1(@types/node@24.0.0) + '@rushstack/terminal': 0.14.3(@types/node@24.0.10) + '@rushstack/ts-command-line': 4.23.1(@types/node@24.0.10) lodash: 4.17.21 minimatch: 3.0.8 resolve: 1.22.8 @@ -35872,7 +35885,7 @@ snapshots: '@pipedream/canva@0.2.3': dependencies: - '@pipedream/platform': 3.1.0 + '@pipedream/platform': 3.0.3 transitivePeerDependencies: - debug @@ -35891,13 +35904,13 @@ snapshots: '@pipedream/docusign@0.2.1': dependencies: - '@pipedream/platform': 3.1.0 + '@pipedream/platform': 3.0.3 transitivePeerDependencies: - debug '@pipedream/eslint-plugin-pipedream@0.2.5': {} - '@pipedream/google_drive@0.6.19': + '@pipedream/google_drive@0.8.8': dependencies: '@googleapis/drive': 2.4.0 '@pipedream/platform': 1.6.6 @@ -35912,15 +35925,15 @@ snapshots: - encoding - supports-color - '@pipedream/google_drive@0.8.8': + '@pipedream/google_drive@1.0.2': dependencies: '@googleapis/drive': 2.4.0 - '@pipedream/platform': 1.6.6 + '@pipedream/platform': 3.1.0 cron-parser: 4.9.0 google-docs-mustaches: 1.2.2 got: 13.0.0 lodash: 4.17.21 - mime-db: 1.53.0 + mime-db: 1.54.0 uuid: 8.3.2 transitivePeerDependencies: - debug @@ -35943,7 +35956,7 @@ snapshots: '@pipedream/linear_app@0.7.1': dependencies: '@linear/sdk': 13.0.0 - '@pipedream/platform': 3.1.0 + '@pipedream/platform': 3.0.3 transitivePeerDependencies: - debug - encoding @@ -36079,7 +36092,7 @@ snapshots: '@pipedream/platform@3.1.0': dependencies: - axios: 1.9.0 + axios: 1.10.0 fp-ts: 2.16.10 io-ts: 2.2.22(fp-ts@2.16.10) mime-types: 3.0.1 @@ -36105,7 +36118,7 @@ snapshots: '@pipedream/ramp@0.1.2': dependencies: - '@pipedream/platform': 3.1.0 + '@pipedream/platform': 3.0.3 uuid: 10.0.0 transitivePeerDependencies: - debug @@ -36149,7 +36162,7 @@ snapshots: '@pipedream/shopify@0.7.0': dependencies: - '@pipedream/platform': 3.1.0 + '@pipedream/platform': 3.0.3 async-retry: 1.3.3 bottleneck: 2.19.5 form-data: 4.0.2 @@ -36531,6 +36544,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: @@ -37285,7 +37300,7 @@ snapshots: '@types/node': 20.17.30 optional: true - '@rushstack/node-core-library@5.10.0(@types/node@24.0.0)': + '@rushstack/node-core-library@5.10.0(@types/node@24.0.10)': dependencies: ajv: 8.13.0 ajv-draft-04: 1.0.0(ajv@8.13.0) @@ -37296,7 +37311,7 @@ snapshots: resolve: 1.22.8 semver: 7.5.4 optionalDependencies: - '@types/node': 24.0.0 + '@types/node': 24.0.10 '@rushstack/rig-package@0.5.3': dependencies: @@ -37311,12 +37326,12 @@ snapshots: '@types/node': 20.17.30 optional: true - '@rushstack/terminal@0.14.3(@types/node@24.0.0)': + '@rushstack/terminal@0.14.3(@types/node@24.0.10)': dependencies: - '@rushstack/node-core-library': 5.10.0(@types/node@24.0.0) + '@rushstack/node-core-library': 5.10.0(@types/node@24.0.10) supports-color: 8.1.1 optionalDependencies: - '@types/node': 24.0.0 + '@types/node': 24.0.10 '@rushstack/ts-command-line@4.23.1(@types/node@20.17.30)': dependencies: @@ -37328,9 +37343,9 @@ snapshots: - '@types/node' optional: true - '@rushstack/ts-command-line@4.23.1(@types/node@24.0.0)': + '@rushstack/ts-command-line@4.23.1(@types/node@24.0.10)': dependencies: - '@rushstack/terminal': 0.14.3(@types/node@24.0.0) + '@rushstack/terminal': 0.14.3(@types/node@24.0.10) '@types/argparse': 1.0.38 argparse: 1.0.10 string-argv: 0.3.2 @@ -38636,7 +38651,7 @@ snapshots: '@types/node@18.11.10': {} - '@types/node@18.19.111': + '@types/node@18.19.115': dependencies: undici-types: 5.26.5 @@ -38668,9 +38683,10 @@ snapshots: dependencies: undici-types: 6.21.0 - '@types/node@24.0.0': + '@types/node@24.0.10': dependencies: undici-types: 7.8.0 + optional: true '@types/normalize-package-data@2.4.4': {} @@ -38715,7 +38731,7 @@ snapshots: '@types/caseless': 0.12.5 '@types/node': 20.17.30 '@types/tough-cookie': 4.0.5 - form-data: 2.5.2 + form-data: 2.5.3 '@types/responselike@1.0.3': dependencies: @@ -38777,7 +38793,7 @@ snapshots: '@types/ws@8.5.13': dependencies: - '@types/node': 24.0.0 + '@types/node': 20.17.30 '@types/ws@8.5.3': dependencies: @@ -39390,7 +39406,7 @@ snapshots: dependencies: '@aws-sdk/util-utf8-browser': 3.259.0 '@httptoolkit/websocket-stream': 6.0.1 - axios: 1.9.0 + axios: 1.10.0 buffer: 6.0.3 crypto-js: 4.2.0 mqtt: 4.3.8 @@ -39448,6 +39464,14 @@ snapshots: transitivePeerDependencies: - debug + axios@1.10.0: + dependencies: + follow-redirects: 1.15.9(debug@3.2.7) + form-data: 4.0.3 + proxy-from-env: 1.1.0 + transitivePeerDependencies: + - debug + axios@1.6.0: dependencies: follow-redirects: 1.15.9(debug@3.2.7) @@ -39459,7 +39483,7 @@ snapshots: axios@1.6.7: dependencies: follow-redirects: 1.15.9(debug@3.2.7) - form-data: 4.0.2 + form-data: 4.0.3 proxy-from-env: 1.1.0 transitivePeerDependencies: - debug @@ -39475,7 +39499,7 @@ snapshots: axios@1.7.4: dependencies: follow-redirects: 1.15.9(debug@3.2.7) - form-data: 4.0.2 + form-data: 4.0.3 proxy-from-env: 1.1.0 transitivePeerDependencies: - debug @@ -40209,7 +40233,7 @@ snapshots: cloudflare@4.4.1: dependencies: - '@types/node': 18.19.111 + '@types/node': 18.19.115 '@types/node-fetch': 2.6.12 abort-controller: 3.0.0 agentkeepalive: 4.5.0 @@ -40394,7 +40418,7 @@ snapshots: compressible@2.0.18: dependencies: - mime-db: 1.53.0 + mime-db: 1.54.0 compute-gcd@1.2.1: dependencies: @@ -42575,6 +42599,14 @@ snapshots: mime-types: 2.1.35 safe-buffer: 5.2.1 + form-data@2.5.3: + dependencies: + asynckit: 0.4.0 + combined-stream: 1.0.8 + es-set-tostringtag: 2.1.0 + mime-types: 2.1.35 + safe-buffer: 5.2.1 + form-data@3.0.0: dependencies: asynckit: 0.4.0 @@ -42600,6 +42632,14 @@ snapshots: es-set-tostringtag: 2.1.0 mime-types: 2.1.35 + form-data@4.0.3: + dependencies: + asynckit: 0.4.0 + combined-stream: 1.0.8 + es-set-tostringtag: 2.1.0 + hasown: 2.0.2 + mime-types: 2.1.35 + format-io@2.0.0: dependencies: currify: 4.0.0 @@ -42624,7 +42664,7 @@ snapshots: dezalgo: 1.0.4 hexoid: 1.0.0 once: 1.4.0 - qs: 6.14.0 + qs: 6.13.1 forwarded@0.2.0: {} @@ -43172,7 +43212,7 @@ snapshots: extend: 3.0.2 gaxios: 4.3.3 google-auth-library: 7.14.1 - qs: 6.13.1 + qs: 6.14.0 url-template: 2.0.8 uuid: 8.3.2 transitivePeerDependencies: @@ -46949,6 +46989,8 @@ snapshots: object-inspect@1.13.3: {} + object-inspect@1.13.4: {} + object-keys@1.1.1: {} object.assign@4.1.5: @@ -49404,21 +49446,21 @@ snapshots: side-channel-list@1.0.0: dependencies: es-errors: 1.3.0 - object-inspect: 1.13.3 + object-inspect: 1.13.4 side-channel-map@1.0.1: dependencies: call-bound: 1.0.4 es-errors: 1.3.0 get-intrinsic: 1.3.0 - object-inspect: 1.13.3 + object-inspect: 1.13.4 side-channel-weakmap@1.0.2: dependencies: call-bound: 1.0.4 es-errors: 1.3.0 get-intrinsic: 1.3.0 - object-inspect: 1.13.3 + object-inspect: 1.13.4 side-channel-map: 1.0.1 side-channel@1.0.6: @@ -49431,7 +49473,7 @@ snapshots: side-channel@1.1.0: dependencies: es-errors: 1.3.0 - object-inspect: 1.13.3 + object-inspect: 1.13.4 side-channel-list: 1.0.0 side-channel-map: 1.0.1 side-channel-weakmap: 1.0.2 @@ -50573,7 +50615,7 @@ snapshots: - tsx - yaml - tsup@8.3.6(@microsoft/api-extractor@7.47.12(@types/node@24.0.0))(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.4)(typescript@5.6.3)(yaml@2.6.1): + tsup@8.3.6(@microsoft/api-extractor@7.47.12(@types/node@24.0.10))(jiti@2.4.2)(postcss@8.4.49)(tsx@4.19.4)(typescript@5.6.3)(yaml@2.6.1): dependencies: bundle-require: 5.1.0(esbuild@0.24.2) cac: 6.7.14 @@ -50592,7 +50634,7 @@ snapshots: tinyglobby: 0.2.10 tree-kill: 1.2.2 optionalDependencies: - '@microsoft/api-extractor': 7.47.12(@types/node@24.0.0) + '@microsoft/api-extractor': 7.47.12(@types/node@24.0.10) postcss: 8.4.49 typescript: 5.6.3 transitivePeerDependencies: @@ -50816,7 +50858,8 @@ snapshots: undici-types@6.21.0: {} - undici-types@7.8.0: {} + undici-types@7.8.0: + optional: true undici@5.28.4: dependencies: @@ -51177,9 +51220,9 @@ snapshots: transitivePeerDependencies: - debug - vite-plugin-dts@4.3.0(@types/node@24.0.0)(rollup@4.27.3)(typescript@5.7.2)(vite@5.4.11(@types/node@24.0.0)): + vite-plugin-dts@4.3.0(@types/node@24.0.10)(rollup@4.27.3)(typescript@5.7.2)(vite@5.4.11(@types/node@24.0.10)): dependencies: - '@microsoft/api-extractor': 7.47.12(@types/node@24.0.0) + '@microsoft/api-extractor': 7.47.12(@types/node@24.0.10) '@rollup/pluginutils': 5.1.3(rollup@4.27.3) '@volar/typescript': 2.4.10 '@vue/language-core': 2.1.6(typescript@5.7.2) @@ -51190,19 +51233,19 @@ snapshots: magic-string: 0.30.13 typescript: 5.7.2 optionalDependencies: - vite: 5.4.11(@types/node@24.0.0) + vite: 5.4.11(@types/node@24.0.10) transitivePeerDependencies: - '@types/node' - rollup - supports-color - vite@5.4.11(@types/node@24.0.0): + vite@5.4.11(@types/node@24.0.10): dependencies: esbuild: 0.21.5 postcss: 8.4.49 rollup: 4.27.3 optionalDependencies: - '@types/node': 24.0.0 + '@types/node': 24.0.10 fsevents: 2.3.3 vm2@3.9.19: