@golemio/chmu 1.0.0-dev.718082295 → 1.0.0-dev.747304707
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 +2 -2
- package/package.json +7 -2
package/README.md
CHANGED
|
@@ -35,10 +35,10 @@ The APIs may be unstable. Therefore, we recommend to install this module as an e
|
|
|
35
35
|
|
|
36
36
|
```bash
|
|
37
37
|
# Latest version
|
|
38
|
-
|
|
38
|
+
npm install --save-exact @golemio/chmu@latest
|
|
39
39
|
|
|
40
40
|
# Development version
|
|
41
|
-
|
|
41
|
+
npm install --save-exact @golemio/chmu@dev
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
<!-- ## Description -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/chmu",
|
|
3
|
-
"version": "1.0.0-dev.
|
|
3
|
+
"version": "1.0.0-dev.747304707",
|
|
4
4
|
"description": "Golemio CHMU module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -16,7 +16,12 @@
|
|
|
16
16
|
"type": "git",
|
|
17
17
|
"url": "https://gitlab.com/operator-ict/golemio/code/modules/chmu"
|
|
18
18
|
},
|
|
19
|
+
"engines": {
|
|
20
|
+
"node": ">=16.0.0",
|
|
21
|
+
"npm": ">=8.0.0",
|
|
22
|
+
"yarn": "Use npm!"
|
|
23
|
+
},
|
|
19
24
|
"devDependencies": {
|
|
20
|
-
"@golemio/cli": "1.3.
|
|
25
|
+
"@golemio/cli": "1.3.3"
|
|
21
26
|
}
|
|
22
27
|
}
|