@defra-fish/fulfilment-job 1.55.0-rc.5 → 1.55.0-rc.6

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
@@ -19,21 +19,16 @@ provider.
19
19
 
20
20
  # Environment variables
21
21
 
22
- | name | description | required | default | valid | notes |
23
- | ----------------------------------- | ----------------------------------------------------------------------------------------- | :------: | ------- | ----------------------------------------------------------------------- | ----- |
24
- | NODE_ENV | Node environment | no | | development, test, production | |
25
- | FULFILMENT_FILE_SIZE | The maximum number of records written to an aggregated fulfilment file | yes | | | |
26
- | FULFILMENT_FTP_HOST | The hostname of the target FTP server | yes | | | |
27
- | FULFILMENT_FTP_PORT | The port of the FTP service on the target server | yes | | | |
28
- | FULFILMENT_FTP_PATH | The base path under which files should be written to the FTP server | yes | | | |
29
- | FULFILMENT_FTP_USERNAME | The username used to authenticate with the FTP server | yes | | | |
30
- | FULFILMENT_FTP_KEY_SECRET_ID | The ID of the secret in AWS secrets manager which contains the SSH key for authentication | yes | | | |
31
- | FULFILMENT_S3_BUCKET | The name of the AWS S3 bucket in which to stage and aggregate fulfilment data | yes | | | |
32
- | FULFILMENT_SEND_UNENCRYPTED_FILE | Flag for whether to send the unencrypted fulfilment file | no | false | true, false, 0, 1 | |
33
- | FULFILMENT_PGP_PUBLIC_KEY_SECRET_ID | The secret id for the file encryption public key | yes | | | |
34
- | DEBUG | Use to enable output of debug information to the console | yes | | fulfilment:\*, fulfilment:staging, fulfilment:transport, fulfilment:ftp | |
35
- | AIRBRAKE_HOST | URL of airbrake host | no | | | |
36
- | AIRBRAKE_PROJECT_KEY | Project key for airbrake logging | no | | | |
22
+ | name | description | required | default | valid | notes |
23
+ | ----------------------------------- | ----------------------------------------------------------------------------- | :------: | ------- | ----------------------------------------------------------------------- | ----- |
24
+ | NODE_ENV | Node environment | no | | development, test, production | |
25
+ | FULFILMENT_FILE_SIZE | The maximum number of records written to an aggregated fulfilment file | yes | | | |
26
+ | FULFILMENT_S3_BUCKET | The name of the AWS S3 bucket in which to stage and aggregate fulfilment data | yes | | | |
27
+ | FULFILMENT_SEND_UNENCRYPTED_FILE | Flag for whether to send the unencrypted fulfilment file | no | false | true, false, 0, 1 | |
28
+ | FULFILMENT_PGP_PUBLIC_KEY_SECRET_ID | The secret id for the file encryption public key | yes | | | |
29
+ | DEBUG | Use to enable output of debug information to the console | yes | | fulfilment:\*, fulfilment:staging, fulfilment:transport, fulfilment:ftp | |
30
+ | AIRBRAKE_HOST | URL of airbrake host | no | | | |
31
+ | AIRBRAKE_PROJECT_KEY | Project key for airbrake logging | no | | | |
37
32
 
38
33
  ### See also:
39
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defra-fish/fulfilment-job",
3
- "version": "1.55.0-rc.5",
3
+ "version": "1.55.0-rc.6",
4
4
  "description": "Rod Licensing Sales Fulfilment Job",
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/connectors-lib": "1.55.0-rc.5",
39
- "@defra-fish/dynamics-lib": "1.55.0-rc.5",
38
+ "@defra-fish/connectors-lib": "1.55.0-rc.6",
39
+ "@defra-fish/dynamics-lib": "1.55.0-rc.6",
40
40
  "commander": "^7.2.0",
41
41
  "debug": "^4.3.3",
42
42
  "merge2": "^1.4.1",
@@ -44,5 +44,5 @@
44
44
  "openpgp": "^5.0.0-1",
45
45
  "pluralize": "^8.0.0"
46
46
  },
47
- "gitHead": "3882521b4b0f86e7f6099b13e9e082985d0b779d"
47
+ "gitHead": "2c55000bca5980f5de132040edd1b7d1166e5d95"
48
48
  }