sim-node-lib 0.4.125 → 0.5.1

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 +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## SIM-node-lib
1
+ # SIM-node-lib
2
2
 
3
3
  Node commons library to use on SIMlabs projets
4
4
 
@@ -19,4 +19,3 @@ To publish the library, execute the command below:
19
19
  ```sh
20
20
  yarn pub
21
21
  ```
22
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-node-lib",
3
- "version": "0.4.125",
3
+ "version": "0.5.1",
4
4
  "description": "Library from SIMLabs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",