@things-factory/integration-sftp 7.0.0-alpha.0 → 7.0.0-alpha.4
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.0-alpha.
|
3
|
+
"version": "7.0.0-alpha.4",
|
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.0-alpha.
|
28
|
-
"@things-factory/biz-base": "^7.0.0-alpha.
|
27
|
+
"@things-factory/auth-base": "^7.0.0-alpha.1",
|
28
|
+
"@things-factory/biz-base": "^7.0.0-alpha.1",
|
29
29
|
"@things-factory/env": "^7.0.0-alpha.0",
|
30
|
-
"@things-factory/integration-fulfillment": "^7.0.0-alpha.
|
31
|
-
"@things-factory/shell": "^7.0.0-alpha.
|
30
|
+
"@things-factory/integration-fulfillment": "^7.0.0-alpha.4",
|
31
|
+
"@things-factory/shell": "^7.0.0-alpha.1",
|
32
32
|
"aws-sdk": "^2.960.0",
|
33
33
|
"xml-js": "^1.6.11"
|
34
34
|
},
|
35
|
-
"gitHead": "
|
35
|
+
"gitHead": "883a6587ba785dae17e4e3cef2954bd08b3a3e01"
|
36
36
|
}
|
package/server/sftp-s3.ts
CHANGED
@@ -7,8 +7,6 @@ import { SFTPFILESTORAGE } from './sftp-const'
|
|
7
7
|
const crypto = require('crypto')
|
8
8
|
|
9
9
|
const { PassThrough } = require('stream')
|
10
|
-
const path = require('path')
|
11
|
-
const { fs } = require('memfs')
|
12
10
|
|
13
11
|
if (SFTPFILESTORAGE && SFTPFILESTORAGE.type == 's3') {
|
14
12
|
const S3 = new AWS.S3({
|
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = {}
|
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = {}
|