@things-factory/integration-sftp 7.0.28 → 7.0.33

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.0.28",
3
+ "version": "7.0.33",
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.28",
28
- "@things-factory/biz-base": "^7.0.28",
29
- "@things-factory/env": "^7.0.28",
30
- "@things-factory/integration-fulfillment": "^7.0.28",
31
- "@things-factory/shell": "^7.0.28",
27
+ "@things-factory/auth-base": "^7.0.33",
28
+ "@things-factory/biz-base": "^7.0.33",
29
+ "@things-factory/env": "^7.0.33",
30
+ "@things-factory/integration-fulfillment": "^7.0.33",
31
+ "@things-factory/shell": "^7.0.33",
32
32
  "aws-sdk": "^2.960.0",
33
33
  "xml-js": "^1.6.11"
34
34
  },
35
- "gitHead": "05a06c851e7fbdf76b3fdc039a0067d6c0439a25"
35
+ "gitHead": "d8ce7eb155cf54e1c8aa9dca34ca7872b0a0c804"
36
36
  }