@things-factory/integration-sftp 6.0.0-zeta.7 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/integration-sftp",
3
- "version": "6.0.0-zeta.7",
3
+ "version": "6.0.0",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -23,13 +23,13 @@
23
23
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
24
24
  },
25
25
  "dependencies": {
26
- "@things-factory/auth-base": "^6.0.0-zeta.1",
27
- "@things-factory/biz-base": "^6.0.0-zeta.5",
28
- "@things-factory/env": "^6.0.0-zeta.1",
29
- "@things-factory/integration-fulfillment": "^6.0.0-zeta.7",
30
- "@things-factory/shell": "^6.0.0-zeta.1",
26
+ "@things-factory/auth-base": "^6.0.0",
27
+ "@things-factory/biz-base": "^6.0.0",
28
+ "@things-factory/env": "^6.0.0-zeta.30",
29
+ "@things-factory/integration-fulfillment": "^6.0.0",
30
+ "@things-factory/shell": "^6.0.0",
31
31
  "aws-sdk": "^2.960.0",
32
32
  "xml-js": "^1.6.11"
33
33
  },
34
- "gitHead": "e7db49fc98934d87c892b247a2b3b240a2bb1705"
34
+ "gitHead": "8797165c1e1f734a52cfd2c1ebbb53fe126796e9"
35
35
  }
@@ -138,6 +138,6 @@ export class Sftp {
138
138
  @Field({ nullable: true })
139
139
  updater?: User
140
140
 
141
- @RelationId((sftp: Sftp) => sftp.creator)
141
+ @RelationId((sftp: Sftp) => sftp.updater)
142
142
  updaterId?: string
143
143
  }