kourou 1.5.0-dev.3 → 1.5.0-dev.4

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 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -27,7 +27,7 @@ $ npm install -g kourou
27
27
  $ kourou COMMAND
28
28
  running command...
29
29
  $ kourou (--version)
30
- kourou/1.5.0-dev.3 linux-x64 node-v24.20.0
30
+ kourou/1.5.0-dev.4 linux-x64 node-v24.20.0
31
31
  $ kourou --help [COMMAND]
32
32
  USAGE
33
33
  $ kourou COMMAND
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "kourou",
3
3
  "description": "The CLI that helps you manage your Kuzzle instances",
4
- "version": "1.5.0-dev.3",
4
+ "version": "1.5.0-dev.4",
5
5
  "author": "The Kuzzle Team <support@kuzzle.io>",
6
6
  "bin": {
7
7
  "kourou": "./bin/run"
@@ -60,7 +60,7 @@
60
60
  "nyc": "15.1.0",
61
61
  "oclif": "5.0.1",
62
62
  "semantic-release": "25.0.8",
63
- "semantic-release-config-kuzzle": "1.7.0",
63
+ "semantic-release-config-kuzzle": "1.7.2",
64
64
  "should": "13.2.3",
65
65
  "source-map-support": "0.5.21",
66
66
  "ts-node": "10.9.*"