From 6807ac146699e30119dc712de69edd47930a1ddc Mon Sep 17 00:00:00 2001 From: Release Bot Date: Tue, 3 Dec 2024 11:01:09 +0000 Subject: [PATCH] chore(release): 0.46.0 --- CHANGELOG.md | 45 +++++ package-lock.json | 259 +++++++++++++++++++++++++--- 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, 302 insertions(+), 40 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ce1ec6d5d9..234b2c6bfed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,50 @@ All notable changes to this project will be documented in this file. +## [v0.46.0] - 2024-12-03 + +### Added + +- *(server)* Backfill missing_fields on _nango_config (#3050) by @nalanj +- *(webapp)* Show integration issues in their settings (#3044) by @nalanj +- *(api)* Expose credentials in GET /integrations/:uniqueKey (#3074) by @bodinsamuel +- *(integrations)* Add copper integration (#3071) by @dannylwe +- *(ui)* Add Koala (#3090) by @bodinsamuel +- Adds personio_v2 provider (#3089) by @tonibardina +- *(sdk)* Automatically log http calls to API (#3081) by @bodinsamuel + +### Changed + +- Verify webhook signature helper (#3078) by @bodinsamuel +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/c816bbeb786860540d064796ec6f94319da1b5dc by Hassan_Wari. Commit message: feat(zendesk): improve zendesk tickets sync (#120) by @github-actions[bot] +- Change sample app port (#3079) by @bodinsamuel +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/339a89eeb81fc23139213c018b30e420d2b595af by Daniel Roy Lwetabe. Commit message: feat(lever): lever and ashby actions (#119) by @github-actions[bot] +- Improvements to What is Nango page (#3085) by @bastienbeurier +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/a20d56a2f00b286eb18572566b9c5a51424cd681 by Khaliq. Commit message: feat(gh-app): GitHub app sync (#130) by @github-actions[bot] +- Split CLI/Node tests (#3096) by @bodinsamuel + +### Fixed + +- *(cli)* Show on-events scripts in nango deploy output (#3067) by @TBonnin +- *(webapp)* Invalidate cache on deleting integrations and adding connection from integration page (#3068) by @nalanj +- *(server)* Actually only update fields that are missing data (#3073) by @nalanj +- *(CLI)* Show on-events scripts in `nango deploy` confirmation message (#3069) by @TBonnin +- Do not wait for on-event script to finish when triggering them (#3075) by @TBonnin +- *(integrations)* Configure Discourse rate limit header (#3077) by @bodinsamuel +- *(integration)* Update ashby providers.yaml (#3082) by @dannylwe +- *(integration)* Update docusign docs (#3084) by @dannylwe +- *(jobs)* Move runner flags outside shared (#3083) by @bodinsamuel +- *(integration-templates)* Automated commit updating flows.yaml based on changes in https://github.com/NangoHQ/integration-templates/commit/8b5866773a768bedf6ce23a7e99a9fc5d8cf3bc4 by Daniel Roy Lwetabe. Commit message: fix(ashby): update nango.yaml (#129) by @github-actions[bot] +- *(getting-started)* Revert to top of menu (#3087) by @bodinsamuel +- *(ui)* Prevent renaming integration with active connections by @bodinsamuel +- *(deploy)* Description was missing after upgrade (#3091) by @bodinsamuel +- *(providers)* Change greenhouse api key validation (#3095) by @bodinsamuel +- *(ui)* Prevent renaming integration with active connections (#3092) by @bodinsamuel +- *(api)* Improve user model usage (#3076) by @bodinsamuel +- *(providers)* Allow fields to be marked as automated (#3094) by @bodinsamuel +- *(sdk)* Expose getIntegration() (#3080) by @bodinsamuel +- *(data-ingestion)* Log end user (#3086) by @bodinsamuel + ## [v0.45.1] - 2024-11-27 ### Added @@ -2411,6 +2455,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.46.0]: https://github.com/NangoHQ/nango/compare/v0.45.1..v0.46.0 [v0.45.1]: https://github.com/NangoHQ/nango/compare/v0.45.0..v0.45.1 [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 diff --git a/package-lock.json b/package-lock.json index 99abb3b6d88..f06f11366dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34699,14 +34699,14 @@ }, "packages/cli": { "name": "nango", - "version": "0.45.1", + "version": "0.46.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.45.1", - "@nangohq/shared": "^0.45.1", + "@nangohq/nango-yaml": "0.46.0", + "@nangohq/shared": "^0.46.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.45.1", + "@nangohq/types": "0.46.0", "@types/babel__traverse": "^7.20.1", "@types/babel-traverse": "^6.25.7", "@types/commander": "^2.12.2", @@ -35021,10 +35021,10 @@ }, "packages/frontend": { "name": "@nangohq/frontend", - "version": "0.45.1", + "version": "0.46.0", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "devDependencies": { - "@nangohq/types": "0.45.1" + "@nangohq/types": "0.46.0" } }, "packages/integration-template-tests": { @@ -35353,13 +35353,13 @@ }, "packages/nango-yaml": { "name": "@nangohq/nango-yaml", - "version": "0.45.1", + "version": "0.46.0", "dependencies": { "js-yaml": "^4.1.0", "ms": "3.0.0-canary.1" }, "devDependencies": { - "@nangohq/types": "0.45.1", + "@nangohq/types": "0.46.0", "vitest": "1.6.0" } }, @@ -35372,13 +35372,13 @@ }, "packages/node-client": { "name": "@nangohq/node", - "version": "0.45.1", + "version": "0.46.0", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "dependencies": { "axios": "^1.7.4" }, "devDependencies": { - "@nangohq/types": "0.45.1", + "@nangohq/types": "0.46.0", "tsup": "^8.2.4", "vitest": "1.6.0" }, @@ -35705,7 +35705,7 @@ }, "packages/shared": { "name": "@nangohq/shared", - "version": "0.45.1", + "version": "0.46.0", "bundleDependencies": [ "@nangohq/utils", "@nangohq/database" @@ -35716,8 +35716,8 @@ "@datadog/datadog-api-client": "1.26.0", "@hapi/boom": "^10.0.1", "@nangohq/database": "file:../database", - "@nangohq/nango-yaml": "0.45.1", - "@nangohq/node": "^0.45.1", + "@nangohq/nango-yaml": "0.46.0", + "@nangohq/node": "^0.46.0", "@nangohq/utils": "file:../utils", "@sentry/node": "^7.119.2", "ajv": "^8.12.0", @@ -35745,7 +35745,7 @@ "devDependencies": { "@nangohq/logs": "file:../logs", "@nangohq/nango-orchestrator": "file:../orchestrator", - "@nangohq/types": "0.45.1", + "@nangohq/types": "0.46.0", "@sentry/types": "7.112.2", "@types/braintree": "^3.3.12", "@types/js-yaml": "^4.0.5", @@ -35769,9 +35769,10 @@ "packages/shared/node_modules/@nangohq/database": { "version": "1.0.0", "resolved": "file:packages/shared/vendor/nangohq-database-1.0.0.tgz", - "integrity": "sha512-zkTYyLxh+0GuEeZf1Yk1gA/Z+8OfOAHlv2E150Xjvw7/AYSAx7yKb/uNgL1472jn3fZh/uigHHyvh80njpBuyQ==", + "integrity": "sha512-WGm5P02BPk3G0GVYrmnJUmJj6d5gwI6wG1UYkjS5ba6mezcz501ikT3Hc5JnyO2guP0agAMVil/gd816rpUp8g==", "bundleDependencies": [ "@nangohq/utils", + "js-yaml", "knex", "pg", "tarn" @@ -35779,6 +35780,7 @@ "inBundle": true, "dependencies": { "@nangohq/utils": "file:vendor/nangohq-utils-1.0.0.tgz", + "js-yaml": "4.1.0", "knex": "3.1.0", "pg": "8.11.3", "tarn": "3.0.2" @@ -35997,7 +35999,7 @@ "license": "BSD-3-Clause" }, "packages/shared/node_modules/@nangohq/database/node_modules/@nangohq/utils/node_modules/@types/node": { - "version": "22.10.0", + "version": "22.10.1", "inBundle": true, "license": "MIT", "dependencies": { @@ -36655,9 +36657,12 @@ } }, "packages/shared/node_modules/@nangohq/database/node_modules/@nangohq/utils/node_modules/shell-quote": { - "version": "1.8.1", + "version": "1.8.2", "inBundle": true, "license": "MIT", + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -36826,6 +36831,11 @@ "url": "https://github.com/sponsors/colinhacks" } }, + "packages/shared/node_modules/@nangohq/database/node_modules/argparse": { + "version": "2.0.1", + "inBundle": true, + "license": "Python-2.0" + }, "packages/shared/node_modules/@nangohq/database/node_modules/buffer-writer": { "version": "2.0.0", "inBundle": true, @@ -36933,6 +36943,17 @@ "url": "https://github.com/sponsors/ljharb" } }, + "packages/shared/node_modules/@nangohq/database/node_modules/js-yaml": { + "version": "4.1.0", + "inBundle": true, + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, "packages/shared/node_modules/@nangohq/database/node_modules/knex": { "version": "3.1.0", "inBundle": true, @@ -37399,7 +37420,7 @@ "license": "BSD-3-Clause" }, "packages/shared/node_modules/@nangohq/utils/node_modules/@types/node": { - "version": "22.10.0", + "version": "22.10.1", "inBundle": true, "license": "MIT", "dependencies": { @@ -37430,11 +37451,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.8", + "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, @@ -37480,6 +37527,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, @@ -37533,6 +37591,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, @@ -37544,6 +37623,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, @@ -37562,6 +37649,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, @@ -37572,6 +37669,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": [ @@ -37705,6 +37866,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, @@ -37819,6 +37999,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, @@ -37893,9 +38078,12 @@ } }, "packages/shared/node_modules/@nangohq/utils/node_modules/shell-quote": { - "version": "1.8.1", + "version": "1.8.2", "inBundle": true, "license": "MIT", + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -37932,6 +38120,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, @@ -37950,6 +38154,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, @@ -38250,7 +38467,7 @@ }, "packages/types": { "name": "@nangohq/types", - "version": "0.45.1", + "version": "0.46.0", "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY", "devDependencies": { "@types/json-schema": "7.0.15", @@ -38361,7 +38578,7 @@ "@heroicons/react": "2.1.5", "@mantine/core": "7.12.1", "@mantine/prism": "5.10.5", - "@nangohq/frontend": "^0.45.1", + "@nangohq/frontend": "^0.46.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 78ea3e2c800..5036d0eef2e 100644 --- a/packages/cli/lib/version.ts +++ b/packages/cli/lib/version.ts @@ -1 +1 @@ -export const NANGO_VERSION = '0.45.1'; +export const NANGO_VERSION = '0.46.0'; diff --git a/packages/cli/package.json b/packages/cli/package.json index 07843cf17cc..b5e9458e165 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "nango", - "version": "0.45.1", + "version": "0.46.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.45.1", - "@nangohq/shared": "^0.45.1", + "@nangohq/nango-yaml": "0.46.0", + "@nangohq/shared": "^0.46.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.45.1", + "@nangohq/types": "0.46.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 ca99972237e..66d4cb731f7 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/frontend", - "version": "0.45.1", + "version": "0.46.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.45.1" + "@nangohq/types": "0.46.0" }, "files": [ "dist/**/*.js", diff --git a/packages/nango-yaml/package.json b/packages/nango-yaml/package.json index ee32189bee1..52a5c8282c6 100644 --- a/packages/nango-yaml/package.json +++ b/packages/nango-yaml/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/nango-yaml", - "version": "0.45.1", + "version": "0.46.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.45.1", + "@nangohq/types": "0.46.0", "vitest": "1.6.0" }, "files": [ diff --git a/packages/node-client/lib/version.ts b/packages/node-client/lib/version.ts index 78ea3e2c800..5036d0eef2e 100644 --- a/packages/node-client/lib/version.ts +++ b/packages/node-client/lib/version.ts @@ -1 +1 @@ -export const NANGO_VERSION = '0.45.1'; +export const NANGO_VERSION = '0.46.0'; diff --git a/packages/node-client/package.json b/packages/node-client/package.json index 76ce21fcf10..d75ae31f8e7 100644 --- a/packages/node-client/package.json +++ b/packages/node-client/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/node", - "version": "0.45.1", + "version": "0.46.0", "description": "Nango's Node client.", "type": "module", "main": "dist/index.js", @@ -36,7 +36,7 @@ "README.md" ], "devDependencies": { - "@nangohq/types": "0.45.1", + "@nangohq/types": "0.46.0", "tsup": "^8.2.4", "vitest": "1.6.0" } diff --git a/packages/shared/lib/version.ts b/packages/shared/lib/version.ts index 78ea3e2c800..5036d0eef2e 100644 --- a/packages/shared/lib/version.ts +++ b/packages/shared/lib/version.ts @@ -1 +1 @@ -export const NANGO_VERSION = '0.45.1'; +export const NANGO_VERSION = '0.46.0'; diff --git a/packages/shared/package.json b/packages/shared/package.json index 073439f884a..23191c0547b 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/shared", - "version": "0.45.1", + "version": "0.46.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.45.1", - "@nangohq/node": "^0.45.1", + "@nangohq/nango-yaml": "0.46.0", + "@nangohq/node": "^0.46.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.45.1", + "@nangohq/types": "0.46.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 5c750fa8e16..728114e92f7 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@nangohq/types", - "version": "0.45.1", + "version": "0.46.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 db416e9100c..e0b8b5548fa 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.45.1", + "@nangohq/frontend": "^0.46.0", "@nangohq/server": "file:../server", "@nangohq/types": "file:../types", "@radix-ui/react-avatar": "1.1.1",