@things-factory/integration-sftp 6.2.165 → 6.2.168

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/integration-sftp",
3
- "version": "6.2.165",
3
+ "version": "6.2.168",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -24,13 +24,13 @@
24
24
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
25
25
  },
26
26
  "dependencies": {
27
- "@things-factory/auth-base": "^6.2.165",
28
- "@things-factory/biz-base": "^6.2.165",
27
+ "@things-factory/auth-base": "^6.2.168",
28
+ "@things-factory/biz-base": "^6.2.168",
29
29
  "@things-factory/env": "^6.2.139",
30
- "@things-factory/integration-fulfillment": "^6.2.165",
31
- "@things-factory/shell": "^6.2.165",
30
+ "@things-factory/integration-fulfillment": "^6.2.168",
31
+ "@things-factory/shell": "^6.2.167",
32
32
  "aws-sdk": "^2.960.0",
33
33
  "xml-js": "^1.6.11"
34
34
  },
35
- "gitHead": "7c1bf77d9da08bda3a74d11a0c62cac678c9720f"
35
+ "gitHead": "cae56a8a6204c3cd46636f11415d8f8d3251aba6"
36
36
  }