sim-node-lib 0.3.16 → 0.3.17
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/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,9 +4,9 @@ Node commons library to use on SIMlabs projets
|
|
|
4
4
|
|
|
5
5
|
## ENVs
|
|
6
6
|
|
|
7
|
-
| Description/use
|
|
8
|
-
|
|
|
9
|
-
| Chave para encriptação
|
|
7
|
+
| Description/use | Name | Block |
|
|
8
|
+
| ---------------------- | -------------- | ----- |
|
|
9
|
+
| Chave para encriptação | AES_SECRET_KEY | Crypt |
|
|
10
10
|
|
|
11
11
|
## Documentation
|
|
12
12
|
|
|
@@ -17,5 +17,5 @@ All documentation about this library is on Confluence.
|
|
|
17
17
|
To publish the library, execute the command below:
|
|
18
18
|
|
|
19
19
|
```
|
|
20
|
-
yarn pub
|
|
20
|
+
yarn pub
|
|
21
21
|
```
|