@yuno-payments/dashboard-api-mfe 0.36.34-beta.1 → 0.36.36

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.
@@ -9,6 +9,7 @@ export declare namespace Connection {
9
9
  location_coverage: string[];
10
10
  description: string;
11
11
  active: boolean;
12
+ future?: boolean;
12
13
  created_at: string;
13
14
  updated_at: string;
14
15
  }
package/build/index.d.ts CHANGED
@@ -1032,6 +1032,7 @@ declare namespace Connection {
1032
1032
  location_coverage: string[];
1033
1033
  description: string;
1034
1034
  active: boolean;
1035
+ future?: boolean;
1035
1036
  created_at: string;
1036
1037
  updated_at: string;
1037
1038
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-api-mfe",
3
- "version": "0.36.34-beta.1",
3
+ "version": "0.36.36",
4
4
  "types": "build/index.d.ts",
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/esm/index.js",
@@ -84,7 +84,7 @@
84
84
  "webpack-config-single-spa-react": "^4.0.0",
85
85
  "webpack-config-single-spa-react-ts": "^4.0.0",
86
86
  "webpack-config-single-spa-ts": "^4.0.0",
87
- "webpack-dev-server": "^4.0.0",
87
+ "webpack-dev-server": "^5.2.2",
88
88
  "webpack-merge": "^5.8.0"
89
89
  },
90
90
  "dependencies": {