ismx-nexo-node-app 0.4.86 → 0.4.87

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ismx-nexo-node-app",
3
- "version": "0.4.86",
3
+ "version": "0.4.87",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rm -rf ./dist && npx tsc",
@@ -34,6 +34,7 @@ export class FormalProxyBusiness extends _FormalProxyBusiness {}
34
34
  import _FormalLoopbackBusiness from "./business/FormalLoopbackBusiness";
35
35
  export class FormalLoopbackBusiness extends _FormalLoopbackBusiness {}
36
36
 
37
+
37
38
  import _BusinessServer from "./business/BusinessServer";
38
39
  export class BusinessServer extends _BusinessServer {}
39
40