@elmundi/ship-cli 0.12.1 → 0.12.2

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/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@elmundi/ship-cli",
3
- "version": "0.12.1",
3
+ "version": "0.12.2",
4
4
  "type": "module",
5
- "description": "Ship CLI: bootstrap a repo, sync the Plays catalog, run Automations, report Runs.",
5
+ "description": "Ship CLI: bootstrap a repo, sync the catalog, run process routines, report outcomes.",
6
6
  "license": "Apache-2.0",
7
7
  "author": "Denys Kuzin",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "https://github.com/ElMundiUA/ship.git",
10
+ "url": "git+https://github.com/ElMundiUA/ship.git",
11
11
  "directory": "cli"
12
12
  },
13
13
  "bugs": {
@@ -32,7 +32,7 @@
32
32
  "access": "public"
33
33
  },
34
34
  "bin": {
35
- "shipctl": "./bin/shipctl.mjs"
35
+ "shipctl": "bin/shipctl.mjs"
36
36
  },
37
37
  "scripts": {
38
38
  "test": "node --test tests/*.test.mjs"