@nangohq/providers 0.69.37 → 0.69.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/providers.yaml +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/providers",
3
- "version": "0.69.37",
3
+ "version": "0.69.38",
4
4
  "description": "Nango's providers.yaml and getters",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -16,7 +16,7 @@
16
16
  "js-yaml": "4.1.1"
17
17
  },
18
18
  "devDependencies": {
19
- "@nangohq/types": "0.69.37",
19
+ "@nangohq/types": "0.69.38",
20
20
  "vitest": "3.2.4"
21
21
  },
22
22
  "files": [
package/providers.yaml CHANGED
@@ -16033,7 +16033,7 @@ timify:
16033
16033
  appid: ${credentials.appId}
16034
16034
  appsecret: ${credentials.appSecret}
16035
16035
  refresh_token_params:
16036
- refreshToken: ${refresh_token}
16036
+ refreshtoken: ${refresh_token}
16037
16037
  token_headers:
16038
16038
  content-type: application/json
16039
16039
  accept: application/json