@uscreen.de/dev-service 0.12.10 → 0.12.11
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 -0
- package/package.json +6 -6
- package/src/install.js +0 -1
- package/templates/elasticsearch.yml +0 -2
- package/templates/mariadb.yml +0 -2
- package/templates/mongo.yml +0 -2
- package/templates/nats.yml +0 -2
- package/templates/nginx.yml +0 -2
- package/templates/rabbitmq.yml +0 -2
- package/templates/redis.yml +0 -2
package/README.md
CHANGED
|
@@ -330,6 +330,10 @@ And the folder structure would look like this:
|
|
|
330
330
|
|
|
331
331
|
> Format according to https://keepachangelog.com
|
|
332
332
|
|
|
333
|
+
### v0.12.11
|
|
334
|
+
#### Fixed
|
|
335
|
+
- fix "'version' is obsolete" bug
|
|
336
|
+
|
|
333
337
|
### v0.12.6
|
|
334
338
|
#### Fixed
|
|
335
339
|
- work with current docker compose
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uscreen.de/dev-service",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.11",
|
|
4
4
|
"description": "cli to manage services in dev repos",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -41,17 +41,17 @@
|
|
|
41
41
|
],
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@uscreen.de/eslint-config-prettystandard-node": "^0.2.10",
|
|
44
|
-
"c8": "^
|
|
44
|
+
"c8": "^9.0.0",
|
|
45
45
|
"husky": ">=8.0.2",
|
|
46
46
|
"lint-staged": ">=13.0.3",
|
|
47
47
|
"tap": "^16.3.2"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"commander": "^
|
|
50
|
+
"commander": "^12.0.0",
|
|
51
51
|
"fs-extra": "^11.1.0",
|
|
52
|
-
"nanoid": "^
|
|
53
|
-
"parse-json": "^
|
|
54
|
-
"read-pkg": "^
|
|
52
|
+
"nanoid": "^5.0.2",
|
|
53
|
+
"parse-json": "^8.0.1",
|
|
54
|
+
"read-pkg": "^9.0.0",
|
|
55
55
|
"yaml": "^2.1.3"
|
|
56
56
|
},
|
|
57
57
|
"lint-staged": {
|
package/src/install.js
CHANGED
package/templates/mariadb.yml
CHANGED
package/templates/mongo.yml
CHANGED
package/templates/nats.yml
CHANGED
package/templates/nginx.yml
CHANGED
package/templates/rabbitmq.yml
CHANGED