@things-factory/integration-sftp 9.0.0-beta.2 → 9.0.0-beta.20

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": "9.0.0-beta.2",
3
+ "version": "9.0.0-beta.20",
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 ./server/migrations/migration"
25
25
  },
26
26
  "dependencies": {
27
- "@things-factory/auth-base": "^9.0.0-beta.0",
28
- "@things-factory/biz-base": "^9.0.0-beta.0",
29
- "@things-factory/env": "^8.0.0-beta.4",
30
- "@things-factory/integration-fulfillment": "^9.0.0-beta.2",
31
- "@things-factory/shell": "^9.0.0-beta.0",
27
+ "@things-factory/auth-base": "^9.0.0-beta.19",
28
+ "@things-factory/biz-base": "^9.0.0-beta.19",
29
+ "@things-factory/env": "^9.0.0-beta.19",
30
+ "@things-factory/integration-fulfillment": "^9.0.0-beta.20",
31
+ "@things-factory/shell": "^9.0.0-beta.19",
32
32
  "aws-sdk": "^2.960.0",
33
33
  "xml-js": "^1.6.11"
34
34
  },
35
- "gitHead": "fb5db4704bbf15d20b6be7f11093e3a99dc429f1"
35
+ "gitHead": "e1fad2f4cc32be3629c8d147e33def8a3dabdd82"
36
36
  }