@things-factory/integration-sftp 7.0.68 → 7.0.70

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/integration-sftp",
3
- "version": "7.0.68",
3
+ "version": "7.0.70",
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.0.68",
28
- "@things-factory/biz-base": "^7.0.68",
29
- "@things-factory/env": "^7.0.68",
30
- "@things-factory/integration-fulfillment": "^7.0.68",
31
- "@things-factory/shell": "^7.0.68",
27
+ "@things-factory/auth-base": "^7.0.70",
28
+ "@things-factory/biz-base": "^7.0.70",
29
+ "@things-factory/env": "^7.0.70",
30
+ "@things-factory/integration-fulfillment": "^7.0.70",
31
+ "@things-factory/shell": "^7.0.70",
32
32
  "aws-sdk": "^2.960.0",
33
33
  "xml-js": "^1.6.11"
34
34
  },
35
- "gitHead": "a9328d1a0f4e0c89cc793839e9b6154c2790bd15"
35
+ "gitHead": "f046cfbb15447499fc5be9a9d82e2deb296b5f36"
36
36
  }