@nangohq/node 0.48.3 → 0.49.0
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.
- package/dist/index.cjs +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -45,7 +45,7 @@ var import_node_https = __toESM(require("https"), 1);
|
|
|
45
45
|
var import_os = __toESM(require("os"), 1);
|
|
46
46
|
|
|
47
47
|
// lib/version.ts
|
|
48
|
-
var NANGO_VERSION = "0.
|
|
48
|
+
var NANGO_VERSION = "0.49.0";
|
|
49
49
|
|
|
50
50
|
// lib/utils.ts
|
|
51
51
|
var validateProxyConfiguration = (config) => {
|
|
@@ -217,7 +217,7 @@ var Nango = class {
|
|
|
217
217
|
/**
|
|
218
218
|
* Updates an integration with the specified provider and configuration key
|
|
219
219
|
* Only integrations using OAuth 1 & 2 can be updated, not integrations using API keys & Basic auth (because there is nothing to update for them)
|
|
220
|
-
* @param provider - The Nango API Configuration (cf. [providers.yaml](https://github.com/NangoHQ/nango/blob/master/packages/
|
|
220
|
+
* @param provider - The Nango API Configuration (cf. [providers.yaml](https://github.com/NangoHQ/nango/blob/master/packages/providers/providers.yaml))
|
|
221
221
|
* @param providerConfigKey - The key identifying the provider configuration on Nango
|
|
222
222
|
* @param credentials - Optional credentials to include, depending on the specific integration that you want to update
|
|
223
223
|
* @returns A promise that resolves with the updated integration configuration object
|
package/dist/index.d.ts
CHANGED
|
@@ -87,7 +87,7 @@ export declare class Nango {
|
|
|
87
87
|
/**
|
|
88
88
|
* Updates an integration with the specified provider and configuration key
|
|
89
89
|
* Only integrations using OAuth 1 & 2 can be updated, not integrations using API keys & Basic auth (because there is nothing to update for them)
|
|
90
|
-
* @param provider - The Nango API Configuration (cf. [providers.yaml](https://github.com/NangoHQ/nango/blob/master/packages/
|
|
90
|
+
* @param provider - The Nango API Configuration (cf. [providers.yaml](https://github.com/NangoHQ/nango/blob/master/packages/providers/providers.yaml))
|
|
91
91
|
* @param providerConfigKey - The key identifying the provider configuration on Nango
|
|
92
92
|
* @param credentials - Optional credentials to include, depending on the specific integration that you want to update
|
|
93
93
|
* @returns A promise that resolves with the updated integration configuration object
|
package/dist/index.js
CHANGED
|
@@ -131,7 +131,7 @@ export class Nango {
|
|
|
131
131
|
/**
|
|
132
132
|
* Updates an integration with the specified provider and configuration key
|
|
133
133
|
* Only integrations using OAuth 1 & 2 can be updated, not integrations using API keys & Basic auth (because there is nothing to update for them)
|
|
134
|
-
* @param provider - The Nango API Configuration (cf. [providers.yaml](https://github.com/NangoHQ/nango/blob/master/packages/
|
|
134
|
+
* @param provider - The Nango API Configuration (cf. [providers.yaml](https://github.com/NangoHQ/nango/blob/master/packages/providers/providers.yaml))
|
|
135
135
|
* @param providerConfigKey - The key identifying the provider configuration on Nango
|
|
136
136
|
* @param credentials - Optional credentials to include, depending on the specific integration that you want to update
|
|
137
137
|
* @returns A promise that resolves with the updated integration configuration object
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const NANGO_VERSION = "0.
|
|
1
|
+
export declare const NANGO_VERSION = "0.49.0";
|
package/dist/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const NANGO_VERSION = '0.
|
|
1
|
+
export const NANGO_VERSION = '0.49.0';
|
|
2
2
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nangohq/node",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.49.0",
|
|
4
4
|
"description": "Nango's Node client.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"README.md"
|
|
37
37
|
],
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@nangohq/types": "0.48.
|
|
39
|
+
"@nangohq/types": "0.48.4",
|
|
40
40
|
"tsup": "^8.2.4",
|
|
41
41
|
"vitest": "2.1.8"
|
|
42
42
|
}
|