@nangohq/node 0.69.26 → 0.69.28

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 CHANGED
@@ -45,7 +45,7 @@ var import_axios = __toESM(require("axios"), 1);
45
45
  var import_os = __toESM(require("os"), 1);
46
46
 
47
47
  // lib/version.ts
48
- var NANGO_VERSION = "0.69.26";
48
+ var NANGO_VERSION = "0.69.28";
49
49
 
50
50
  // lib/utils.ts
51
51
  var validateProxyConfiguration = (config) => {
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const NANGO_VERSION = "0.69.26";
1
+ export declare const NANGO_VERSION = "0.69.28";
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const NANGO_VERSION = '0.69.26';
1
+ export const NANGO_VERSION = '0.69.28';
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/node",
3
- "version": "0.69.26",
3
+ "version": "0.69.28",
4
4
  "description": "Nango's Node client.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "license": "SEE LICENSE IN LICENSE FILE IN GIT REPOSITORY",
27
27
  "dependencies": {
28
- "@nangohq/types": "0.69.26",
28
+ "@nangohq/types": "0.69.28",
29
29
  "axios": "1.12.0"
30
30
  },
31
31
  "engines": {