From b4c68ab4a136778b441b8e51315fba7eee7e9270 Mon Sep 17 00:00:00 2001 From: Release Bot Date: Wed, 18 Dec 2024 20:03:28 +0000 Subject: [PATCH] chore(release): 0.48.0 --- CHANGELOG.md | 46 ++++++ package-lock.json | 242 +++++++++++++++++++++++++--- packages/cli/lib/version.ts | 2 +- 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 +- 12 files changed, 283 insertions(+), 43 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b323d7efd6..86aba2f9d0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,51 @@ All notable changes to this project will be documented in this file. +## [v0.48.0] - 2024-12-18 + +### Added + +- *(cli)* Support saving error responses in dryrun (#3138) by @nalanj +- *(integration)* Back fill missing base url (#3155) by @hassan254-prog +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/652ac8560ed492acc840d5337ef53450aa8b12d6 by Francis Maina. Commit message: feat(integration): adds ramp user-provision integration (#152) by @github-actions[bot] +- *(api)* GET /connection returns end_user (#3169) by @bodinsamuel +- *(api)* GET /connection search in end user (#3170) by @bodinsamuel +- *(fleet)* Add tracing around supervisor plan/execute (#3163) by @TBonnin +- *(docs)* Webflow sync (#3156) by @nalanj +- *(integrations)* Add support for lastpass (#3171) by @hassan254-prog +- *(exact-online)* Add reset headers for exact online (#3185) by @khaliqgant +- *(website)* Add webflow sync action (#3178) by @nalanj +- *(integration)* Adds support for Canva SCIM (#3184) by @Maina-Francis +- *(webhooks)* Enable all types by default (#3189) by @bodinsamuel +- *(integrations)* Update basic auth configuration field names (#3190) by @hassan254-prog +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/f7a51d95fb67185db9bfb016979802196dca9c53 by Hassan_Wari. Commit message: feat(lastpass): add integrations for lastpass (#159) by @github-actions[bot] +- *(integrations)* Add support for emarsys oauth (#3192) by @hassan254-prog + +### Changed + +- Remove old templates + polish (#3175) by @bastienbeurier +- *(eslint)* Restrict-template-expressions (#3186) by @bodinsamuel +- Api unification (#3188) by @bastienbeurier +- *(ci)* Generate docs dynamically in pre-commit hook (#3183) by @nalanj +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/70080800c8ad09181a643f4f20f85c4e5634dbbe by Khaliq. Commit message: feat(gorgias): [ext-251] gorgias ticket (#162) by @github-actions[bot] + +### Fixed + +- *(docs)* Update 'Build your own' link in use cases in docs (#3168) by @nalanj +- *(server)* Drastically reduce memory usage in proxy (#3172) by @nalanj +- Fix broken links (#3176) by @khaliqgant +- *(base-url)* Fix lastpass base url (#3181) by @hassan254-prog +- *(docs)* Update lastpass to new doc structure (#3182) by @nalanj +- *(api)* POST /webhook new format (#3179) by @bodinsamuel +- *(config)* Various bug fixes (#3187) by @bodinsamuel +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/cfeeae65e2a95eda24c3bf6a8d444a07debe57f9 by Khaliq. Commit message: fix(pagination): rename and update action param (#161) by @github-actions[bot] +- *(docs)* Fix up use case urls (#3194) by @nalanj +- *(ui)* Remove sync ui Learn More link under empty cache (#3195) by @nalanj +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/a4b5439d8a74f2d28a0c63e0958de8838b46de4f by Khaliq. Commit message: fix(notion): tweak yaml (#165) by @github-actions[bot] +- *(integrations)* Fix emarsys wsse auth (#3193) by @hassan254-prog +- *(docs)* Update read-from-an-api.mdx (#3196) by @nalanj +- *(api)* GET /connection/:id new format (#3177) by @bodinsamuel + ## [v0.47.1] - 2024-12-13 ### Added @@ -2568,6 +2613,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.48.0]: https://github.com/NangoHQ/nango/compare/v0.47.1..v0.48.0 [v0.47.1]: https://github.com/NangoHQ/nango/compare/v0.47.0..v0.47.1 [v0.47.0]: https://github.com/NangoHQ/nango/compare/v0.46.1..v0.47.0 [v0.46.1]: https://github.com/NangoHQ/nango/compare/v0.46.0..v0.46.1 diff --git a/package-lock.json b/package-lock.json index faa2470838b..1489b8dfc2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35774,14 +35774,14 @@ }, "packages/cli": { "name": "nango", - "version": "0.47.1", + "version": "0.48.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.47.1", - "@nangohq/shared": "^0.47.1", + "@nangohq/nango-yaml": "0.48.0", + "@nangohq/shared": "^0.48.0", "@swc/core": "^1.5.25", "ajv": "^8.12.0", "ajv-errors": "^3.0.0", @@ -35814,7 +35814,7 @@ "@babel/core": "^7.22.1", "@babel/preset-env": "^7.22.4", "@babel/preset-typescript": "^7.21.5", - "@nangohq/types": "0.47.1", + "@nangohq/types": "0.48.0", "@types/babel__traverse": "^7.20.1", "@types/babel-traverse": "^6.25.7", "@types/commander": "^2.12.2", @@ -36109,10 +36109,10 @@ }, "packages/frontend": { "name": "@nangohq/frontend", - "version": "0.47.1", + "version": "0.48.0", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "devDependencies": { - "@nangohq/types": "0.47.1" + "@nangohq/types": "0.48.0" } }, "packages/integration-template-tests": { @@ -36442,13 +36442,13 @@ }, "packages/nango-yaml": { "name": "@nangohq/nango-yaml", - "version": "0.47.1", + "version": "0.48.0", "dependencies": { "js-yaml": "^4.1.0", "ms": "3.0.0-canary.1" }, "devDependencies": { - "@nangohq/types": "0.47.1", + "@nangohq/types": "0.48.0", "vitest": "1.6.0" } }, @@ -36461,13 +36461,13 @@ }, "packages/node-client": { "name": "@nangohq/node", - "version": "0.47.1", + "version": "0.48.0", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "dependencies": { "axios": "^1.7.4" }, "devDependencies": { - "@nangohq/types": "0.47.1", + "@nangohq/types": "0.48.0", "tsup": "^8.2.4", "vitest": "1.6.0" }, @@ -36591,6 +36591,7 @@ "zod": "3.23.8" }, "devDependencies": { + "@nangohq/types": "file:../types", "@types/connect-timeout": "0.0.39", "@types/node": "20.12.2", "typescript": "5.3.3", @@ -36795,7 +36796,7 @@ }, "packages/shared": { "name": "@nangohq/shared", - "version": "0.47.1", + "version": "0.48.0", "bundleDependencies": [ "@nangohq/utils", "@nangohq/database" @@ -36806,8 +36807,8 @@ "@datadog/datadog-api-client": "1.26.0", "@hapi/boom": "^10.0.1", "@nangohq/database": "file:../database", - "@nangohq/nango-yaml": "0.47.1", - "@nangohq/node": "^0.47.1", + "@nangohq/nango-yaml": "0.48.0", + "@nangohq/node": "^0.48.0", "@nangohq/utils": "file:../utils", "@sentry/node": "^7.119.2", "ajv": "^8.12.0", @@ -36835,7 +36836,7 @@ "devDependencies": { "@nangohq/logs": "file:../logs", "@nangohq/nango-orchestrator": "file:../orchestrator", - "@nangohq/types": "0.47.1", + "@nangohq/types": "0.48.0", "@sentry/types": "7.112.2", "@types/braintree": "^3.3.12", "@types/js-yaml": "^4.0.5", @@ -36859,7 +36860,7 @@ "packages/shared/node_modules/@nangohq/database": { "version": "1.0.0", "resolved": "file:packages/shared/vendor/nangohq-database-1.0.0.tgz", - "integrity": "sha512-fsq+3eq69vHxp1uXIhQAaUNDBFs+MA/4iqvFkOi8H9FlWamMS0PiYKywz/QCY6PHAjkSHkGCWeq/o+oiWCZQ9Q==", + "integrity": "sha512-SEXTbNyFZZImoDfXDvKrhTYOTkZF4ysoYXsjqzkAIL0Kn/6q7EYV0firrL85ChxJfs5ojrKHNH29suxPkyToMw==", "bundleDependencies": [ "@nangohq/utils", "js-yaml", @@ -37013,7 +37014,7 @@ } }, "packages/shared/node_modules/@nangohq/database/node_modules/@nangohq/utils/node_modules/@opentelemetry/core": { - "version": "1.29.0", + "version": "1.30.0", "inBundle": true, "license": "Apache-2.0", "dependencies": { @@ -37430,7 +37431,7 @@ } }, "packages/shared/node_modules/@nangohq/database/node_modules/@nangohq/utils/node_modules/import-in-the-middle": { - "version": "1.11.3", + "version": "1.12.0", "inBundle": true, "license": "Apache-2.0", "dependencies": { @@ -38020,7 +38021,7 @@ } }, "packages/shared/node_modules/@nangohq/database/node_modules/is-core-module": { - "version": "2.15.1", + "version": "2.16.0", "inBundle": true, "license": "MIT", "dependencies": { @@ -38244,11 +38245,11 @@ } }, "packages/shared/node_modules/@nangohq/database/node_modules/resolve": { - "version": "1.22.8", + "version": "1.22.9", "inBundle": true, "license": "MIT", "dependencies": { - "is-core-module": "^2.13.0", + "is-core-module": "^2.16.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, @@ -38434,7 +38435,7 @@ } }, "packages/shared/node_modules/@nangohq/utils/node_modules/@opentelemetry/core": { - "version": "1.29.0", + "version": "1.30.0", "inBundle": true, "license": "Apache-2.0", "dependencies": { @@ -38541,11 +38542,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.9", + "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, @@ -38591,6 +38618,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, @@ -38644,6 +38682,27 @@ "node": ">=18" } }, + "packages/shared/node_modules/@nangohq/utils/node_modules/debug": { + "version": "4.4.0", + "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, @@ -38655,6 +38714,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, @@ -38673,6 +38740,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, @@ -38683,6 +38760,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": [ @@ -38711,7 +38852,7 @@ } }, "packages/shared/node_modules/@nangohq/utils/node_modules/import-in-the-middle": { - "version": "1.11.3", + "version": "1.12.0", "inBundle": true, "license": "Apache-2.0", "dependencies": { @@ -38816,6 +38957,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, @@ -38930,6 +39090,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, @@ -39046,6 +39211,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, @@ -39064,6 +39245,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, @@ -39364,7 +39558,7 @@ }, "packages/types": { "name": "@nangohq/types", - "version": "0.47.1", + "version": "0.48.0", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "devDependencies": { "@types/json-schema": "7.0.15", @@ -39459,7 +39653,7 @@ "@heroicons/react": "2.1.5", "@mantine/core": "7.12.1", "@mantine/prism": "5.10.5", - "@nangohq/frontend": "^0.47.1", + "@nangohq/frontend": "^0.48.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 aec53467019..fcbfb4d3b34 100644 --- a/packages/cli/lib/version.ts +++ b/packages/cli/lib/version.ts @@ -1 +1 @@ -export const NANGO_VERSION = '0.47.1'; +export const NANGO_VERSION = '0.48.0'; diff --git a/packages/cli/package.json b/packages/cli/package.json index 005930c321a..a4f16182cc7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "nango", - "version": "0.47.1", + "version": "0.48.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.47.1", - "@nangohq/shared": "^0.47.1", + "@nangohq/nango-yaml": "0.48.0", + "@nangohq/shared": "^0.48.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.47.1", + "@nangohq/types": "0.48.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 9831ca72779..f2409715e93 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/frontend", - "version": "0.47.1", + "version": "0.48.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.47.1" + "@nangohq/types": "0.48.0" }, "files": [ "dist/**/*.js", diff --git a/packages/nango-yaml/package.json b/packages/nango-yaml/package.json index dd36d4286e7..771eeba7cac 100644 --- a/packages/nango-yaml/package.json +++ b/packages/nango-yaml/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/nango-yaml", - "version": "0.47.1", + "version": "0.48.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.47.1", + "@nangohq/types": "0.48.0", "vitest": "1.6.0" }, "files": [ diff --git a/packages/node-client/lib/version.ts b/packages/node-client/lib/version.ts index aec53467019..fcbfb4d3b34 100644 --- a/packages/node-client/lib/version.ts +++ b/packages/node-client/lib/version.ts @@ -1 +1 @@ -export const NANGO_VERSION = '0.47.1'; +export const NANGO_VERSION = '0.48.0'; diff --git a/packages/node-client/package.json b/packages/node-client/package.json index 7af89b87b4c..8c3c726111c 100644 --- a/packages/node-client/package.json +++ b/packages/node-client/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/node", - "version": "0.47.1", + "version": "0.48.0", "description": "Nango's Node client.", "type": "module", "main": "dist/index.js", @@ -36,7 +36,7 @@ "README.md" ], "devDependencies": { - "@nangohq/types": "0.47.1", + "@nangohq/types": "0.48.0", "tsup": "^8.2.4", "vitest": "1.6.0" } diff --git a/packages/shared/lib/version.ts b/packages/shared/lib/version.ts index aec53467019..fcbfb4d3b34 100644 --- a/packages/shared/lib/version.ts +++ b/packages/shared/lib/version.ts @@ -1 +1 @@ -export const NANGO_VERSION = '0.47.1'; +export const NANGO_VERSION = '0.48.0'; diff --git a/packages/shared/package.json b/packages/shared/package.json index fbcbac2c9ca..1d45318c465 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/shared", - "version": "0.47.1", + "version": "0.48.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.47.1", - "@nangohq/node": "^0.47.1", + "@nangohq/nango-yaml": "0.48.0", + "@nangohq/node": "^0.48.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.47.1", + "@nangohq/types": "0.48.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 b4975a4d376..119fced431c 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/types", - "version": "0.47.1", + "version": "0.48.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 64cd177f4e2..aa872a130aa 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.47.1", + "@nangohq/frontend": "^0.48.0", "@nangohq/server": "file:../server", "@nangohq/types": "file:../types", "@radix-ui/react-avatar": "1.1.1",