diff --git a/CHANGELOG.md b/CHANGELOG.md index cc253115c1..d664c611f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,64 @@ All notable changes to this project will be documented in this file. +## [v0.45.0] - 2024-11-21 + +### Added + +- *(script)* Script for rolling out env vars to render runners (#2984) by @nalanj +- *(jobs)* Pass PROVIDERS_URL and PROVIDERS_RELOAD_INTERVAL to runners (#2983) by @nalanj +- *(runner)* Add monitorProviders support for runners (#2989) by @nalanj +- Rename post-connection-scripts table to on-event-scripts (#2990) by @TBonnin +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/e63a06160ea95e05aa76a26e3de4010a397553f4 by Hassan_Wari. Commit message: feat(gorgias): add list tickets sync (#109) by @github-actions[bot] +- *(integration)* Support pulling workable subdomain through post-connection hook (#2991) by @nalanj +- *(integrations)* Add support for beehiiv (#3007) by @hassan254-prog +- *(integrations)* Add support for grain (#3017) by @hassan254-prog +- Getting started (#3001) by @bodinsamuel +- *(integration)* Add support for sage intacct xml (#3014) by @hassan254-prog +- *(integrations)* Add support for Brevo API key (#3015) by @giocass-audiencerate +- *(integrations)* Add support for Unipile (#2998) by @gkhngyk +- *(server)* Add sync errors to connection count (#3025) by @nalanj +- Add support for on-events syntax in nango.yaml (#3021) by @TBonnin +- *(integrations)* Add Plain API support (#3028) by @omar-inkeep + +### Changed + +- Connect UI (#2974) by @dannylwe +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/b6e62a32a5aae45e91a54645f4b18e2d74cb7122 by Samuel Bodin. Commit message: feat: migrate to new endpoints format (#108) by @github-actions[bot] +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/27577d6b54d26c717a549b573bd4eea51c61b0fe by Khaliq. Commit message: feat(group): Backfill Groups (#111) by @github-actions[bot] +- *(deps)* Bump cross-spawn from 7.0.3 to 7.0.5 (#3000) by @dependabot[bot] +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/95ceb42e9e07b1ece34cee6902e57a97c4573440 by Daniel Roy Lwetabe. Commit message: feat(linkedIn): LinkedIn post video action in public template (#104) by @github-actions[bot] +- *(orchestrator)* Rename PostConnectionTask to OnEventTask (#2997) by @TBonnin +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/8977157b985eaa7a68dab99e32e2cf3bd96e6468 by Daniel Roy Lwetabe. Commit message: feat(front): List conversation messages (#113) by @github-actions[bot] + +### Fixed + +- *(scripts)* Add more resilient rate limit handling in runner-update-env (#2988) by @nalanj +- Deprecate publicKey and HMAC (#2980) by @bodinsamuel +- *(flows)* Fix CI, remove old parsing (#2992) by @bodinsamuel +- Post-connection-script (#2993) by @TBonnin +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/290a958b0a5c24502cd35359d60ab0eb0cdc1ec3 by Khaliq. Commit message: fix(outlook): fix sender property (#112) by @github-actions[bot] +- *(flows)* Correct deduplication (#2994) by @bodinsamuel +- *(hosted)* Build connect-ui before copying (#2987) by @bodinsamuel +- *(quickbooks)* Prompt user for a realmId connection config parameter (#2999) by @hassan254-prog +- *(docs)* Fix urls for jira-basic docs (#3002) by @khaliqgant +- *(docs)* [nan-2174] update credentials to have better fields (#3003) by @khaliqgant +- *(auth)* Incorrect validation (#3004) by @bodinsamuel +- *(auth)* Remove more strict (#3009) by @bodinsamuel +- *(runner)* Do not exit the runner process when a sync is cancelled (#3008) by @TBonnin +- *(hmac)* Only handle hmac when using public_key (#3011) by @bodinsamuel +- *(webapp)* Make sure integrations list is in sync with connections (#3006) by @nalanj +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/99abe7cc4d972075cf301418b04075c39bf4c343 by Khaliq. Commit message: fix(groups): backfill quickbooks sandbox (#114) by @github-actions[bot] +- *(webapp)* Only allow one error filter at a time (#3013) by @nalanj +- *(webapp)* Clear any cache from swr/infinite (#3005) by @nalanj +- *(webapp)* Handle empty state for webhook settings coming over the wire (#3010) by @nalanj +- *(docs)* [nan-2174] update images and docs link (#3016) by @khaliqgant +- *(webapp)* Fix filterWithError default value (#3018) by @nalanj +- *(models)* Move User to DBUser (#3020) by @bodinsamuel +- *(cli)* Remove more from shared (#3019) by @bodinsamuel +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/f7040563aff78ab1b9978e9af8b9f7e5b13fe28f by Khaliq. Commit message: fix(groups): fix spelling error (#116) by @github-actions[bot] +- *(server)* Update query to paginate correctly against filter (#3012) by @nalanj + ## [v0.44.0] - 2024-11-14 ### Added @@ -2300,6 +2358,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.45.0]: https://github.com/NangoHQ/nango/compare/v0.44.0..v0.45.0 [v0.44.0]: https://github.com/NangoHQ/nango/compare/v0.43.0..v0.44.0 [v0.43.0]: https://github.com/NangoHQ/nango/compare/v0.42.22..v0.43.0 [v0.42.22]: https://github.com/NangoHQ/nango/compare/v0.42.21..v0.42.22 diff --git a/package-lock.json b/package-lock.json index 58032ec979..01696a2621 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34699,14 +34699,14 @@ }, "packages/cli": { "name": "nango", - "version": "0.44.0", + "version": "0.45.0", "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.44.0", - "@nangohq/shared": "^0.44.0", + "@nangohq/nango-yaml": "0.45.0", + "@nangohq/shared": "^0.45.0", "@swc/core": "^1.5.25", "ajv": "^8.12.0", "ajv-errors": "^3.0.0", @@ -34739,7 +34739,7 @@ "@babel/core": "^7.22.1", "@babel/preset-env": "^7.22.4", "@babel/preset-typescript": "^7.21.5", - "@nangohq/types": "0.44.0", + "@nangohq/types": "0.45.0", "@types/babel__traverse": "^7.20.1", "@types/babel-traverse": "^6.25.7", "@types/commander": "^2.12.2", @@ -35020,10 +35020,10 @@ }, "packages/frontend": { "name": "@nangohq/frontend", - "version": "0.44.0", + "version": "0.45.0", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "devDependencies": { - "@nangohq/types": "0.44.0" + "@nangohq/types": "0.45.0" } }, "packages/integration-template-tests": { @@ -35352,13 +35352,13 @@ }, "packages/nango-yaml": { "name": "@nangohq/nango-yaml", - "version": "0.44.0", + "version": "0.45.0", "dependencies": { "js-yaml": "^4.1.0", "ms": "3.0.0-canary.1" }, "devDependencies": { - "@nangohq/types": "0.44.0", + "@nangohq/types": "0.45.0", "vitest": "1.6.0" } }, @@ -35371,13 +35371,13 @@ }, "packages/node-client": { "name": "@nangohq/node", - "version": "0.44.0", + "version": "0.45.0", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "dependencies": { "axios": "^1.7.4" }, "devDependencies": { - "@nangohq/types": "0.44.0", + "@nangohq/types": "0.45.0", "tsup": "^8.2.4", "vitest": "1.6.0" }, @@ -35704,7 +35704,7 @@ }, "packages/shared": { "name": "@nangohq/shared", - "version": "0.44.0", + "version": "0.45.0", "bundleDependencies": [ "@nangohq/utils", "@nangohq/database" @@ -35715,8 +35715,8 @@ "@datadog/datadog-api-client": "1.26.0", "@hapi/boom": "^10.0.1", "@nangohq/database": "file:../database", - "@nangohq/nango-yaml": "0.44.0", - "@nangohq/node": "^0.44.0", + "@nangohq/nango-yaml": "0.45.0", + "@nangohq/node": "^0.45.0", "@nangohq/utils": "file:../utils", "@sentry/node": "^7.119.2", "ajv": "^8.12.0", @@ -35744,7 +35744,7 @@ "devDependencies": { "@nangohq/logs": "file:../logs", "@nangohq/nango-orchestrator": "file:../orchestrator", - "@nangohq/types": "0.44.0", + "@nangohq/types": "0.45.0", "@sentry/types": "7.112.2", "@types/braintree": "^3.3.12", "@types/js-yaml": "^4.0.5", @@ -35768,7 +35768,7 @@ "packages/shared/node_modules/@nangohq/database": { "version": "1.0.0", "resolved": "file:packages/shared/vendor/nangohq-database-1.0.0.tgz", - "integrity": "sha512-DnD5Rmyn4ZTp9TMCl1xSft/lLUDwzmHy3xdnF/1njNlgfjUXbqV0DqfiQ5US4PhJ5So+cndZUEjA+qqYEckuog==", + "integrity": "sha512-AGA2NWu+ChkYElWqM+a6qvJAtNyzFvfi4Jf/IIs8WIA7+A0zu7U3kMP9oTHeTVAn1GJ3CQfkZJwm8TtwwAiDcg==", "bundleDependencies": [ "@nangohq/utils", "knex", @@ -35859,7 +35859,7 @@ } }, "packages/shared/node_modules/@nangohq/database/node_modules/@nangohq/utils/node_modules/@datadog/native-iast-rewriter/node_modules/node-gyp-build": { - "version": "4.8.3", + "version": "4.8.4", "inBundle": true, "license": "MIT", "bin": { @@ -35920,7 +35920,7 @@ } }, "packages/shared/node_modules/@nangohq/database/node_modules/@nangohq/utils/node_modules/@opentelemetry/core": { - "version": "1.27.0", + "version": "1.28.0", "inBundle": true, "license": "Apache-2.0", "dependencies": { @@ -35996,7 +35996,7 @@ "license": "BSD-3-Clause" }, "packages/shared/node_modules/@nangohq/database/node_modules/@nangohq/utils/node_modules/@types/node": { - "version": "22.9.0", + "version": "22.9.1", "inBundle": true, "license": "MIT", "dependencies": { @@ -37261,7 +37261,7 @@ } }, "packages/shared/node_modules/@nangohq/utils/node_modules/@datadog/native-iast-rewriter/node_modules/node-gyp-build": { - "version": "4.8.3", + "version": "4.8.4", "inBundle": true, "license": "MIT", "bin": { @@ -37322,7 +37322,7 @@ } }, "packages/shared/node_modules/@nangohq/utils/node_modules/@opentelemetry/core": { - "version": "1.27.0", + "version": "1.28.0", "inBundle": true, "license": "Apache-2.0", "dependencies": { @@ -37398,7 +37398,7 @@ "license": "BSD-3-Clause" }, "packages/shared/node_modules/@nangohq/utils/node_modules/@types/node": { - "version": "22.9.0", + "version": "22.9.1", "inBundle": true, "license": "MIT", "dependencies": { @@ -37429,11 +37429,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/cjs-module-lexer": { "version": "1.4.1", "inBundle": true, @@ -37479,6 +37505,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, @@ -37532,6 +37569,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, @@ -37543,6 +37601,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, @@ -37561,6 +37627,16 @@ "inBundle": true, "license": "MIT" }, + "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, @@ -37571,6 +37647,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": [ @@ -37704,6 +37844,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, @@ -37818,6 +37977,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, @@ -37931,6 +38095,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, @@ -37949,6 +38129,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, @@ -38249,7 +38442,7 @@ }, "packages/types": { "name": "@nangohq/types", - "version": "0.44.0", + "version": "0.45.0", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "devDependencies": { "@types/json-schema": "7.0.15", @@ -38360,7 +38553,7 @@ "@heroicons/react": "2.1.5", "@mantine/core": "7.12.1", "@mantine/prism": "5.10.5", - "@nangohq/frontend": "^0.44.0", + "@nangohq/frontend": "^0.45.0", "@nangohq/server": "file:../server", "@nangohq/types": "file:../types", "@radix-ui/react-avatar": "1.1.1", diff --git a/packages/cli/lib/version.ts b/packages/cli/lib/version.ts index 355eccc239..48549b17a4 100644 --- a/packages/cli/lib/version.ts +++ b/packages/cli/lib/version.ts @@ -1 +1 @@ -export const NANGO_VERSION = '0.44.0'; +export const NANGO_VERSION = '0.45.0'; diff --git a/packages/cli/package.json b/packages/cli/package.json index 237c5a14c3..45d1b2f2ec 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "nango", - "version": "0.44.0", + "version": "0.45.0", "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.44.0", - "@nangohq/shared": "^0.44.0", + "@nangohq/nango-yaml": "0.45.0", + "@nangohq/shared": "^0.45.0", "@swc/core": "^1.5.25", "ajv": "^8.12.0", "ajv-errors": "^3.0.0", @@ -55,7 +55,7 @@ "@babel/core": "^7.22.1", "@babel/preset-env": "^7.22.4", "@babel/preset-typescript": "^7.21.5", - "@nangohq/types": "0.44.0", + "@nangohq/types": "0.45.0", "@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 51c0c7d918..96486dc52f 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/frontend", - "version": "0.44.0", + "version": "0.45.0", "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.44.0" + "@nangohq/types": "0.45.0" }, "files": [ "dist/**/*.js", diff --git a/packages/nango-yaml/package.json b/packages/nango-yaml/package.json index c2a09b5abb..a111aff3e0 100644 --- a/packages/nango-yaml/package.json +++ b/packages/nango-yaml/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/nango-yaml", - "version": "0.44.0", + "version": "0.45.0", "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.44.0", + "@nangohq/types": "0.45.0", "vitest": "1.6.0" }, "files": [ diff --git a/packages/node-client/lib/version.ts b/packages/node-client/lib/version.ts index 355eccc239..48549b17a4 100644 --- a/packages/node-client/lib/version.ts +++ b/packages/node-client/lib/version.ts @@ -1 +1 @@ -export const NANGO_VERSION = '0.44.0'; +export const NANGO_VERSION = '0.45.0'; diff --git a/packages/node-client/package.json b/packages/node-client/package.json index af51cff14b..d0e83cb3aa 100644 --- a/packages/node-client/package.json +++ b/packages/node-client/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/node", - "version": "0.44.0", + "version": "0.45.0", "description": "Nango's Node client.", "type": "module", "main": "dist/index.js", @@ -36,7 +36,7 @@ "README.md" ], "devDependencies": { - "@nangohq/types": "0.44.0", + "@nangohq/types": "0.45.0", "tsup": "^8.2.4", "vitest": "1.6.0" } diff --git a/packages/shared/lib/version.ts b/packages/shared/lib/version.ts index 355eccc239..48549b17a4 100644 --- a/packages/shared/lib/version.ts +++ b/packages/shared/lib/version.ts @@ -1 +1 @@ -export const NANGO_VERSION = '0.44.0'; +export const NANGO_VERSION = '0.45.0'; diff --git a/packages/shared/package.json b/packages/shared/package.json index 3b285bf925..f42ca13158 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/shared", - "version": "0.44.0", + "version": "0.45.0", "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.44.0", - "@nangohq/node": "^0.44.0", + "@nangohq/nango-yaml": "0.45.0", + "@nangohq/node": "^0.45.0", "@nangohq/utils": "file:../utils", "@sentry/node": "^7.119.2", "ajv": "^8.12.0", @@ -55,7 +55,7 @@ "devDependencies": { "@nangohq/logs": "file:../logs", "@nangohq/nango-orchestrator": "file:../orchestrator", - "@nangohq/types": "0.44.0", + "@nangohq/types": "0.45.0", "@sentry/types": "7.112.2", "@types/braintree": "^3.3.12", "@types/js-yaml": "^4.0.5", diff --git a/packages/types/package.json b/packages/types/package.json index dfd68d6d50..92283e41b2 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/types", - "version": "0.44.0", + "version": "0.45.0", "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 803de46325..4e3e975541 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.44.0", + "@nangohq/frontend": "^0.45.0", "@nangohq/server": "file:../server", "@nangohq/types": "file:../types", "@radix-ui/react-avatar": "1.1.1",