@defra-fish/pocl-job 1.57.0-rc.1 → 1.57.0-rc.11

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.
Files changed (2) hide show
  1. package/README.md +10 -15
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -9,21 +9,16 @@ to maintain state during the import process.
9
9
 
10
10
  # Environment variables
11
11
 
12
- | name | description | required | default | valid | notes |
13
- | ------------------------- | ----------------------------------------------------------------------------------- | :------: | --------- | ----------------------------------------------- | ----- |
14
- | NODE_ENV | Node environment | no | | development, test, production | |
15
- | POCL_FILE_STAGING_TABLE | The DynamoDB table used for staging POCL files | yes | | | |
16
- | POCL_RECORD_STAGING_TABLE | The DynamoDB table used for staging POCL records | yes | | | |
17
- | POCL_STAGING_TTL | The time to live for records in either staging table | no | 168 hours | | |
18
- | POCL_FTP_HOST | The hostname of the target FTP server | yes | | | |
19
- | POCL_FTP_PORT | The port of the FTP service on the target server | yes | | | |
20
- | POCL_FTP_PATH | The base path under which files should be written to the FTP server | yes | | | |
21
- | POCL_FTP_USERNAME | The username used to authenticate with the FTP server | yes | | | |
22
- | POCL_FTP_PRIVATE_KEY_PATH | The path to the folder containing the keys used to authenticate with the FTP server | yes | | | |
23
- | POCL_S3_BUCKET | The name of the AWS S3 bucket in which to stage pocl data | yes | | | |
24
- | DEBUG | Use to enable output of debug information to the console | yes | | pocl:\*, pocl:staging, pocl:transport, pocl:ftp | |
25
- | AIRBRAKE_HOST | URL of airbrake host | no | | | |
26
- | AIRBRAKE_PROJECT_KEY | Project key for airbrake logging | no | | | |
12
+ | name | description | required | default | valid | notes |
13
+ | ------------------------- | --------------------------------------------------------- | :------: | --------- | ----------------------------------------------- | ----- |
14
+ | NODE_ENV | Node environment | no | | development, test, production | |
15
+ | POCL_FILE_STAGING_TABLE | The DynamoDB table used for staging POCL files | yes | | | |
16
+ | POCL_RECORD_STAGING_TABLE | The DynamoDB table used for staging POCL records | yes | | | |
17
+ | POCL_STAGING_TTL | The time to live for records in either staging table | no | 168 hours | | |
18
+ | POCL_S3_BUCKET | The name of the AWS S3 bucket in which to stage pocl data | yes | | | |
19
+ | DEBUG | Use to enable output of debug information to the console | yes | | pocl:\*, pocl:staging, pocl:transport, pocl:ftp | |
20
+ | AIRBRAKE_HOST | URL of airbrake host | no | | | |
21
+ | AIRBRAKE_PROJECT_KEY | Project key for airbrake logging | no | | | |
27
22
 
28
23
  ### See also:
29
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defra-fish/pocl-job",
3
- "version": "1.57.0-rc.1",
3
+ "version": "1.57.0-rc.11",
4
4
  "description": "Post Office Counter Licence sales processor",
5
5
  "type": "module",
6
6
  "engines": {
@@ -35,8 +35,8 @@
35
35
  "test": "echo \"Error: run tests from root\" && exit 1"
36
36
  },
37
37
  "dependencies": {
38
- "@defra-fish/business-rules-lib": "1.57.0-rc.1",
39
- "@defra-fish/connectors-lib": "1.57.0-rc.1",
38
+ "@defra-fish/business-rules-lib": "1.57.0-rc.11",
39
+ "@defra-fish/connectors-lib": "1.57.0-rc.11",
40
40
  "commander": "^7.2.0",
41
41
  "debug": "^4.3.3",
42
42
  "filesize": "^6.4.0",
@@ -45,5 +45,5 @@
45
45
  "moment-timezone": "^0.5.34",
46
46
  "sax-stream": "^1.3.0"
47
47
  },
48
- "gitHead": "1b6d44f5046f91900083fb0fad5f95e2461c92b5"
48
+ "gitHead": "4f3c85fc04e4e65ecaacd45da2a341b20471f24f"
49
49
  }