@nangohq/node 0.39.23 → 0.39.25

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/dist/types.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -115,7 +115,7 @@ export interface Connection {
115
115
  connection_id: string;
116
116
  connection_config: Record<string, string>;
117
117
  environment_id: number;
118
- metadata: Metadata | null;
118
+ metadata?: Metadata | null;
119
119
  credentials_iv?: string | null;
120
120
  credentials_tag?: string | null;
121
121
  credentials: AuthCredentials;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nangohq/node",
3
- "version": "0.39.23",
3
+ "version": "0.39.25",
4
4
  "description": "Nango's Node client.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",