From 290054584d6efe97967b7d860e4267383b1776b9 Mon Sep 17 00:00:00 2001 From: Release Bot Date: Fri, 25 Oct 2024 04:56:03 +0000 Subject: [PATCH] chore(release): 0.42.19 --- CHANGELOG.md | 52 ++++++ package-lock.json | 235 +++++++++++++++++++++++++--- packages/cli/package.json | 8 +- packages/frontend/package.json | 4 +- packages/nango-yaml/package.json | 4 +- packages/node-client/lib/version.ts | 2 +- packages/node-client/package.json | 4 +- packages/shared/lib/version.ts | 2 +- packages/shared/package.json | 8 +- packages/types/package.json | 2 +- packages/webapp/package.json | 2 +- 11 files changed, 284 insertions(+), 39 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e557919e3..32fd87fefb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,57 @@ All notable changes to this project will be documented in this file. +## [v0.42.19] - 2024-10-25 + +### Added + +- *(integrations)* Platform changes to add JWT as an auth_mode (#2840) by @hassan254-prog +- *(integration)* Add support for ghost APIs (#2841) by @hassan254-prog +- *(integrations)* Add support for bill (#2852) by @hassan254-prog +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/1be625c44e798c684362708d6fe6b7d34fed122f by Andres Reales. Commit message: feat(freshdesk): add Freshdesk users integration (#63) by @github-actions[bot] +- *(connection)* Add deleted_at to the upsert functions (#2864) by @hassan254-prog +- Basic/apikey credentials check cron job (#2862) by @TBonnin +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/f9b5a6da1b1cb7a095d79f8c9bf62cee32199974 by Hassan_Wari. Commit message: feat(integrations): add bill integrations (#62) by @github-actions[bot] +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/7d7b6097fe5798bc3d64c4e6c0bb796e5a553c65 by Andres Reales. Commit message: feat(Intercom): add users syncs and actions to intercom integration (#64) by @github-actions[bot] +- *(providers)* Add proxy fields to okta (#2867) by @hassan254-prog +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/620bbfd8754dc6b242f0d2d0e0e4cda7fcbfbd69 by Hassan_Wari. Commit message: feat(integrations): add okta integrations (#65) by @github-actions[bot] +- *(ui)* Add missing script name, webhook secret update (#2865) by @bodinsamuel +- *(integrations)* Add support for sedna (#2869) by @hassan254-prog +- *(docs)* Add code snippet to ghost-admin (#2871) by @hassan254-prog +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/2b5aa3d6f42d91a6ad4f5b56dbdc7849ac3c764c by Hassan_Wari. Commit message: feat(integrations): add front integrations (#67) by @github-actions[bot] +- *(integrations)* Add support for ragie.ai (#2876) by @Marfuen +- *(webhooks)* [nan-1909] add in webhook support for airtable (#2875) by @khaliqgant +- *(integrations)* Add support for malwarebytes (#2877) by @hassan254-prog +- *(integrations)* Add support for datadog (#2879) by @hassan254-prog +- *(notion-scim)* Support notion SCIM (#2880) by @khaliqgant +- *(connections)* Add FK to end users (#2883) by @bodinsamuel +- *(connections)* Link to end_user on success (#2884) by @bodinsamuel +- *(malwarebytes)* Add malwarebytes required header (#2889) by @khaliqgant + +### Changed + +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/6f59edcc16a7268cee5a5d7f2857f869c9e69a38 by Khaliq. Commit message: feat(intercom): [nan-1916] add fetch article action (#60) by @github-actions[bot] +- RefreshTokens cron to use redis based locking (#2859) by @TBonnin +- Connect UI (#2863) by @bodinsamuel +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/5d31fe1ef6ef48f48e36cbe6351a9dabd7c6482e by Khaliq. Commit message: feat(airtable): [nan-1909] add airtable operations (#68) by @github-actions[bot] +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/ad5ab482e8d9386cc9058122f01b43298f2707fc by Khaliq. Commit message: feat(dropbox): Add Dropbox operations (#69) by @github-actions[bot] +- Typo in node client (#2873) by @bodinsamuel +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/a6f831c553f66b659b6334819e6817915c6c6bbd by Khaliq. Commit message: feat(hubspot): [nan-1888] [nan-1900] Hubspot products sync and create-property (#70) by @github-actions[bot] +- Typo in nango.yaml (#2881) by @bodinsamuel + +### Fixed + +- *(response-saver)* Concat paginated responses (#2857) by @khaliqgant +- *(connect-ui)* Skip integrations list when only one integration is allowed (#2837) by @bodinsamuel +- *(bill.com)* Remove version to be able to put in the script (#2860) by @khaliqgant +- Lock can be released even when not holding the lock (#2858) by @TBonnin +- *(ui)* Allow to dismiss slack banner (#2866) by @bodinsamuel +- *(connection)* GetConnectionCredentials should return credentials even on error (#2870) by @bodinsamuel +- *(api)* Rename internal api connection->connections (#2872) by @bodinsamuel +- *(ui)* Integration rename, env switch when showing one integration (#2878) by @bodinsamuel +- *(dockerfile)* Do not clean up source (#2882) by @bodinsamuel +- *(pagination)* [nan-1958] per page offset pagination (#2890) by @khaliqgant + ## [v0.42.18] - 2024-10-18 ### Added @@ -2078,6 +2129,7 @@ All notable changes to this project will be documented in this file. - Update Zendesk Chat configuration file (#161) by @Frenchcooc - APIs using client_credentials as grant type (#165) by @Frenchcooc +[v0.42.19]: https://github.com/NangoHQ/nango/compare/v0.42.18..v0.42.19 [v0.42.18]: https://github.com/NangoHQ/nango/compare/v0.42.17..v0.42.18 [v0.42.17]: https://github.com/NangoHQ/nango/compare/v0.42.15..v0.42.17 [v0.42.15]: https://github.com/NangoHQ/nango/compare/v0.42.12..v0.42.15 diff --git a/package-lock.json b/package-lock.json index 95c8f85160..cd3e4a25ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33764,14 +33764,14 @@ }, "packages/cli": { "name": "nango", - "version": "0.42.18", + "version": "0.42.19", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "dependencies": { "@babel/parser": "^7.22.5", "@babel/traverse": "^7.22.5", "@babel/types": "^7.22.5", - "@nangohq/nango-yaml": "^0.42.18", - "@nangohq/shared": "^0.42.18", + "@nangohq/nango-yaml": "^0.42.19", + "@nangohq/shared": "^0.42.19", "@swc/core": "^1.5.25", "ajv": "^8.12.0", "ajv-errors": "^3.0.0", @@ -33803,7 +33803,7 @@ "@babel/core": "^7.22.1", "@babel/preset-env": "^7.22.4", "@babel/preset-typescript": "^7.21.5", - "@nangohq/types": "^0.42.18", + "@nangohq/types": "^0.42.19", "@types/babel__traverse": "^7.20.1", "@types/babel-traverse": "^6.25.7", "@types/commander": "^2.12.2", @@ -34178,10 +34178,10 @@ }, "packages/frontend": { "name": "@nangohq/frontend", - "version": "0.42.18", + "version": "0.42.19", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "devDependencies": { - "@nangohq/types": "^0.42.18" + "@nangohq/types": "^0.42.19" } }, "packages/integration-template-tests": { @@ -34313,13 +34313,13 @@ }, "packages/nango-yaml": { "name": "@nangohq/nango-yaml", - "version": "0.42.18", + "version": "0.42.19", "dependencies": { "js-yaml": "^4.1.0", "ms": "3.0.0-canary.1" }, "devDependencies": { - "@nangohq/types": "^0.42.18", + "@nangohq/types": "^0.42.19", "vitest": "1.6.0" } }, @@ -34332,13 +34332,13 @@ }, "packages/node-client": { "name": "@nangohq/node", - "version": "0.42.18", + "version": "0.42.19", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "dependencies": { "axios": "^1.7.4" }, "devDependencies": { - "@nangohq/types": "^0.42.18", + "@nangohq/types": "^0.42.19", "tsup": "^8.2.4", "vitest": "1.6.0" }, @@ -34663,7 +34663,7 @@ }, "packages/shared": { "name": "@nangohq/shared", - "version": "0.42.18", + "version": "0.42.19", "bundleDependencies": [ "@nangohq/utils", "@nangohq/database" @@ -34674,8 +34674,8 @@ "@datadog/datadog-api-client": "1.26.0", "@hapi/boom": "^10.0.1", "@nangohq/database": "file:../database", - "@nangohq/nango-yaml": "^0.42.18", - "@nangohq/node": "^0.42.18", + "@nangohq/nango-yaml": "^0.42.19", + "@nangohq/node": "^0.42.19", "@nangohq/utils": "file:../utils", "@sentry/node": "^7.106.0", "ajv": "^8.12.0", @@ -34705,7 +34705,7 @@ "@nangohq/logs": "file:../logs", "@nangohq/nango-orchestrator": "file:../orchestrator", "@nangohq/records": "file:../records", - "@nangohq/types": "^0.42.18", + "@nangohq/types": "^0.42.19", "@nangohq/webhooks": "file:../webhooks", "@sentry/types": "7.112.2", "@types/braintree": "^3.3.12", @@ -34731,7 +34731,7 @@ "packages/shared/node_modules/@nangohq/database": { "version": "1.0.0", "resolved": "file:packages/shared/vendor/nangohq-database-1.0.0.tgz", - "integrity": "sha512-K3QLpUoRbFexdyMRby9GV3Wtkzhorix+5p9AHc4T6I+PPD8pjgPYLf+KfxORkW9ORMYD8O3yEEzVWar3Ek0Q9A==", + "integrity": "sha512-326T59wBCe9SBNOqx0zS51Qh7taMd+15eKOUEebGFq4yQw2dzqjApsftmwK8X/E3amMr1A52PKb4AP7Qjc9NPg==", "bundleDependencies": [ "@nangohq/utils", "knex", @@ -34883,7 +34883,7 @@ } }, "packages/shared/node_modules/@nangohq/database/node_modules/@nangohq/utils/node_modules/@opentelemetry/core": { - "version": "1.26.0", + "version": "1.27.0", "inBundle": true, "license": "Apache-2.0", "dependencies": { @@ -34959,7 +34959,7 @@ "license": "BSD-3-Clause" }, "packages/shared/node_modules/@nangohq/database/node_modules/@nangohq/utils/node_modules/@types/node": { - "version": "22.7.6", + "version": "22.7.9", "inBundle": true, "license": "MIT", "dependencies": { @@ -36377,7 +36377,7 @@ } }, "packages/shared/node_modules/@nangohq/utils/node_modules/@opentelemetry/core": { - "version": "1.26.0", + "version": "1.27.0", "inBundle": true, "license": "Apache-2.0", "dependencies": { @@ -36453,7 +36453,7 @@ "license": "BSD-3-Clause" }, "packages/shared/node_modules/@nangohq/utils/node_modules/@types/node": { - "version": "22.7.6", + "version": "22.7.9", "inBundle": true, "license": "MIT", "dependencies": { @@ -36495,11 +36495,37 @@ "acorn": "^8" } }, + "packages/shared/node_modules/@nangohq/utils/node_modules/agent-base": { + "version": "7.1.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "debug": "^4.3.4" + }, + "engines": { + "node": ">= 14" + } + }, "packages/shared/node_modules/@nangohq/utils/node_modules/async": { "version": "3.2.6", "inBundle": true, "license": "MIT" }, + "packages/shared/node_modules/@nangohq/utils/node_modules/asynckit": { + "version": "0.4.0", + "inBundle": true, + "license": "MIT" + }, + "packages/shared/node_modules/@nangohq/utils/node_modules/axios": { + "version": "1.7.7", + "inBundle": true, + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, "packages/shared/node_modules/@nangohq/utils/node_modules/base64-js": { "version": "1.5.1", "funding": [ @@ -36587,6 +36613,17 @@ "text-hex": "1.0.x" } }, + "packages/shared/node_modules/@nangohq/utils/node_modules/combined-stream": { + "version": "1.0.8", + "inBundle": true, + "license": "MIT", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, "packages/shared/node_modules/@nangohq/utils/node_modules/crypto-randomuuid": { "version": "1.0.0", "inBundle": true, @@ -36640,6 +36677,27 @@ "node": ">=18" } }, + "packages/shared/node_modules/@nangohq/utils/node_modules/debug": { + "version": "4.3.7", + "inBundle": true, + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "packages/shared/node_modules/@nangohq/utils/node_modules/debug/node_modules/ms": { + "version": "2.1.3", + "inBundle": true, + "license": "MIT" + }, "packages/shared/node_modules/@nangohq/utils/node_modules/delay": { "version": "5.0.0", "inBundle": true, @@ -36651,6 +36709,14 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "packages/shared/node_modules/@nangohq/utils/node_modules/delayed-stream": { + "version": "1.0.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=0.4.0" + } + }, "packages/shared/node_modules/@nangohq/utils/node_modules/detect-newline": { "version": "3.1.0", "inBundle": true, @@ -36685,6 +36751,16 @@ "node": ">=0.8.x" } }, + "packages/shared/node_modules/@nangohq/utils/node_modules/exponential-backoff": { + "version": "3.1.1", + "inBundle": true, + "license": "Apache-2.0" + }, + "packages/shared/node_modules/@nangohq/utils/node_modules/fast-safe-stringify": { + "version": "2.1.1", + "inBundle": true, + "license": "MIT" + }, "packages/shared/node_modules/@nangohq/utils/node_modules/fecha": { "version": "4.2.3", "inBundle": true, @@ -36695,6 +36771,70 @@ "inBundle": true, "license": "MIT" }, + "packages/shared/node_modules/@nangohq/utils/node_modules/follow-redirects": { + "version": "1.15.9", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "packages/shared/node_modules/@nangohq/utils/node_modules/form-data": { + "version": "4.0.1", + "inBundle": true, + "license": "MIT", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "packages/shared/node_modules/@nangohq/utils/node_modules/guess-json-indent": { + "version": "3.0.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=18.18.0" + } + }, + "packages/shared/node_modules/@nangohq/utils/node_modules/http-proxy-agent": { + "version": "7.0.2", + "inBundle": true, + "license": "MIT", + "dependencies": { + "agent-base": "^7.1.0", + "debug": "^4.3.4" + }, + "engines": { + "node": ">= 14" + } + }, + "packages/shared/node_modules/@nangohq/utils/node_modules/https-proxy-agent": { + "version": "7.0.4", + "inBundle": true, + "license": "MIT", + "dependencies": { + "agent-base": "^7.0.2", + "debug": "4" + }, + "engines": { + "node": ">= 14" + } + }, "packages/shared/node_modules/@nangohq/utils/node_modules/ieee754": { "version": "1.2.1", "funding": [ @@ -36828,6 +36968,25 @@ "node": ">=12" } }, + "packages/shared/node_modules/@nangohq/utils/node_modules/mime-db": { + "version": "1.52.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "packages/shared/node_modules/@nangohq/utils/node_modules/mime-types": { + "version": "2.1.35", + "inBundle": true, + "license": "MIT", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, "packages/shared/node_modules/@nangohq/utils/node_modules/module-details-from-path": { "version": "1.0.3", "inBundle": true, @@ -36950,6 +37109,11 @@ "node": ">=12.0.0" } }, + "packages/shared/node_modules/@nangohq/utils/node_modules/proxy-from-env": { + "version": "1.1.0", + "inBundle": true, + "license": "MIT" + }, "packages/shared/node_modules/@nangohq/utils/node_modules/readable-stream": { "version": "3.6.2", "inBundle": true, @@ -37063,6 +37227,22 @@ "safe-buffer": "~5.2.0" } }, + "packages/shared/node_modules/@nangohq/utils/node_modules/string-byte-length": { + "version": "3.0.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=18.18.0" + } + }, + "packages/shared/node_modules/@nangohq/utils/node_modules/string-byte-slice": { + "version": "3.0.0", + "inBundle": true, + "license": "MIT", + "engines": { + "node": ">=18.18.0" + } + }, "packages/shared/node_modules/@nangohq/utils/node_modules/text-hex": { "version": "1.0.0", "inBundle": true, @@ -37081,6 +37261,19 @@ "node": ">= 14.0.0" } }, + "packages/shared/node_modules/@nangohq/utils/node_modules/truncate-json": { + "version": "3.0.0", + "inBundle": true, + "license": "MIT", + "dependencies": { + "guess-json-indent": "^3.0.0", + "string-byte-length": "^3.0.0", + "string-byte-slice": "^3.0.0" + }, + "engines": { + "node": ">=18.18.0" + } + }, "packages/shared/node_modules/@nangohq/utils/node_modules/type-fest": { "version": "2.19.0", "inBundle": true, @@ -37374,7 +37567,7 @@ }, "packages/types": { "name": "@nangohq/types", - "version": "0.42.18", + "version": "0.42.19", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "devDependencies": { "@types/json-schema": "7.0.15", @@ -37485,7 +37678,7 @@ "@heroicons/react": "2.1.5", "@mantine/core": "7.12.1", "@mantine/prism": "5.10.5", - "@nangohq/frontend": "^0.42.18", + "@nangohq/frontend": "^0.42.19", "@nangohq/server": "file:../server", "@nangohq/types": "file:../types", "@radix-ui/react-dialog": "1.1.1", diff --git a/packages/cli/package.json b/packages/cli/package.json index efaecbc7b9..f5626be2ca 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "nango", - "version": "0.42.18", + "version": "0.42.19", "description": "Nango's CLI tool.", "type": "module", "main": "dist/index.js", @@ -24,8 +24,8 @@ "@babel/parser": "^7.22.5", "@babel/traverse": "^7.22.5", "@babel/types": "^7.22.5", - "@nangohq/nango-yaml": "^0.42.18", - "@nangohq/shared": "^0.42.18", + "@nangohq/nango-yaml": "^0.42.19", + "@nangohq/shared": "^0.42.19", "@swc/core": "^1.5.25", "ajv": "^8.12.0", "ajv-errors": "^3.0.0", @@ -54,7 +54,7 @@ "@babel/core": "^7.22.1", "@babel/preset-env": "^7.22.4", "@babel/preset-typescript": "^7.21.5", - "@nangohq/types": "^0.42.18", + "@nangohq/types": "^0.42.19", "@types/babel__traverse": "^7.20.1", "@types/babel-traverse": "^6.25.7", "@types/commander": "^2.12.2", diff --git a/packages/frontend/package.json b/packages/frontend/package.json index eaec3819c7..740efcf7f9 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/frontend", - "version": "0.42.18", + "version": "0.42.19", "description": "Nango's frontend library for OAuth handling.", "type": "module", "main": "dist/index.js", @@ -15,7 +15,7 @@ "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "scripts": {}, "devDependencies": { - "@nangohq/types": "^0.42.18" + "@nangohq/types": "^0.42.19" }, "files": [ "dist/**/*.js", diff --git a/packages/nango-yaml/package.json b/packages/nango-yaml/package.json index 213d5e694d..f241e12a04 100644 --- a/packages/nango-yaml/package.json +++ b/packages/nango-yaml/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/nango-yaml", - "version": "0.42.18", + "version": "0.42.19", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -17,7 +17,7 @@ "ms": "3.0.0-canary.1" }, "devDependencies": { - "@nangohq/types": "^0.42.18", + "@nangohq/types": "^0.42.19", "vitest": "1.6.0" }, "files": [ diff --git a/packages/node-client/lib/version.ts b/packages/node-client/lib/version.ts index 855f448e23..d43dfa4ceb 100644 --- a/packages/node-client/lib/version.ts +++ b/packages/node-client/lib/version.ts @@ -1 +1 @@ -export const NANGO_VERSION = '0.42.18'; +export const NANGO_VERSION = '0.42.19'; diff --git a/packages/node-client/package.json b/packages/node-client/package.json index 8b59be6ca6..1abd1fd5d2 100644 --- a/packages/node-client/package.json +++ b/packages/node-client/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/node", - "version": "0.42.18", + "version": "0.42.19", "description": "Nango's Node client.", "type": "module", "main": "dist/index.js", @@ -36,7 +36,7 @@ "README.md" ], "devDependencies": { - "@nangohq/types": "^0.42.18", + "@nangohq/types": "^0.42.19", "tsup": "^8.2.4", "vitest": "1.6.0" } diff --git a/packages/shared/lib/version.ts b/packages/shared/lib/version.ts index 855f448e23..d43dfa4ceb 100644 --- a/packages/shared/lib/version.ts +++ b/packages/shared/lib/version.ts @@ -1 +1 @@ -export const NANGO_VERSION = '0.42.18'; +export const NANGO_VERSION = '0.42.19'; diff --git a/packages/shared/package.json b/packages/shared/package.json index e2dd5a983f..18c7607088 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/shared", - "version": "0.42.18", + "version": "0.42.19", "description": "Nango's shared components.", "type": "module", "main": "dist/index.js", @@ -22,8 +22,8 @@ "@datadog/datadog-api-client": "1.26.0", "@hapi/boom": "^10.0.1", "@nangohq/database": "file:../database", - "@nangohq/nango-yaml": "^0.42.18", - "@nangohq/node": "^0.42.18", + "@nangohq/nango-yaml": "^0.42.19", + "@nangohq/node": "^0.42.19", "@nangohq/utils": "file:../utils", "@sentry/node": "^7.106.0", "ajv": "^8.12.0", @@ -57,7 +57,7 @@ "@nangohq/logs": "file:../logs", "@nangohq/nango-orchestrator": "file:../orchestrator", "@nangohq/records": "file:../records", - "@nangohq/types": "^0.42.18", + "@nangohq/types": "^0.42.19", "@nangohq/webhooks": "file:../webhooks", "@sentry/types": "7.112.2", "@types/braintree": "^3.3.12", diff --git a/packages/types/package.json b/packages/types/package.json index d6a09aa2d6..7b0777e239 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/types", - "version": "0.42.18", + "version": "0.42.19", "description": "Types used in Nango applications", "type": "module", "typings": "dist/index.d.ts", diff --git a/packages/webapp/package.json b/packages/webapp/package.json index ce7bdd7522..4fbd4754a4 100644 --- a/packages/webapp/package.json +++ b/packages/webapp/package.json @@ -35,7 +35,7 @@ "@heroicons/react": "2.1.5", "@mantine/core": "7.12.1", "@mantine/prism": "5.10.5", - "@nangohq/frontend": "^0.42.18", + "@nangohq/frontend": "^0.42.19", "@nangohq/server": "file:../server", "@nangohq/types": "file:../types", "@radix-ui/react-dialog": "1.1.1",