@things-factory/integration-sftp 7.0.1-alpha.46 → 7.0.1-alpha.48

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/integration-sftp",
3
- "version": "7.0.1-alpha.46",
3
+ "version": "7.0.1-alpha.48",
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": "^7.0.1-alpha.46",
28
- "@things-factory/biz-base": "^7.0.1-alpha.46",
27
+ "@things-factory/auth-base": "^7.0.1-alpha.47",
28
+ "@things-factory/biz-base": "^7.0.1-alpha.47",
29
29
  "@things-factory/env": "^7.0.1-alpha.43",
30
- "@things-factory/integration-fulfillment": "^7.0.1-alpha.46",
31
- "@things-factory/shell": "^7.0.1-alpha.44",
30
+ "@things-factory/integration-fulfillment": "^7.0.1-alpha.48",
31
+ "@things-factory/shell": "^7.0.1-alpha.47",
32
32
  "aws-sdk": "^2.960.0",
33
33
  "xml-js": "^1.6.11"
34
34
  },
35
- "gitHead": "adb5542d76c862b34b5350a37fac44902e421652"
35
+ "gitHead": "0a26eeefb9be43c1efe6d9a8a79e8ac0818acc9f"
36
36
  }