@things-factory/integration-sftp 7.1.29 → 7.1.34

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": "7.1.29",
3
+ "version": "7.1.34",
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": "^7.1.24",
28
- "@things-factory/biz-base": "^7.1.24",
27
+ "@things-factory/auth-base": "^7.1.33",
28
+ "@things-factory/biz-base": "^7.1.33",
29
29
  "@things-factory/env": "^7.1.16",
30
- "@things-factory/integration-fulfillment": "^7.1.29",
30
+ "@things-factory/integration-fulfillment": "^7.1.34",
31
31
  "@things-factory/shell": "^7.1.24",
32
32
  "aws-sdk": "^2.960.0",
33
33
  "xml-js": "^1.6.11"
34
34
  },
35
- "gitHead": "f207892ca9a9d0811b62232810c875fdb278f14e"
35
+ "gitHead": "22830c9e51c9fffb3c95d1d1f8cacc7706f7d2d1"
36
36
  }