@igea/oac_backend 1.0.77 → 1.0.78

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ sudo apt install xsltproc
8
8
  ```
9
9
 
10
10
  ## ENV variables
11
- Env variables overwrites parameters from the config file
11
+ Env variables overwrite parameters from the config file
12
12
 
13
13
  ### Database
14
14
 
@@ -41,4 +41,4 @@ Protocol exposed externally
41
41
  Host exposed externally
42
42
 
43
43
  #### OAC_EXPOSED_PORT
44
- Port exposed externally
44
+ Port exposed externally
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igea/oac_backend",
3
- "version": "1.0.77",
3
+ "version": "1.0.78",
4
4
  "description": "Backend service for the OAC project",
5
5
  "main": "src/index.js",
6
6
  "bin": {