@things-factory/integration-sftp 7.0.0-alpha.18 → 7.0.0-alpha.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/integration-sftp",
3
- "version": "7.0.0-alpha.18",
3
+ "version": "7.0.0-alpha.19",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -25,12 +25,12 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@things-factory/auth-base": "^7.0.0-alpha.18",
28
- "@things-factory/biz-base": "^7.0.0-alpha.18",
28
+ "@things-factory/biz-base": "^7.0.0-alpha.19",
29
29
  "@things-factory/env": "^7.0.0-alpha.0",
30
- "@things-factory/integration-fulfillment": "^7.0.0-alpha.18",
30
+ "@things-factory/integration-fulfillment": "^7.0.0-alpha.19",
31
31
  "@things-factory/shell": "^7.0.0-alpha.18",
32
32
  "aws-sdk": "^2.960.0",
33
33
  "xml-js": "^1.6.11"
34
34
  },
35
- "gitHead": "f695ce9c0e3a8f2d715d27a2e7674c9b9c6b1ee1"
35
+ "gitHead": "3a85ee4b15d4f0e79073840537febc3c044ef8cf"
36
36
  }