@digigov/cli 1.1.1 → 1.1.2-daaf7bdf

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 CHANGED
@@ -19,7 +19,7 @@ $ npm install -g @digigov/cli
19
19
  $ digigov COMMAND
20
20
  running command...
21
21
  $ digigov (-v|--version|version)
22
- @digigov/cli/1.1.1 linux-x64 node-v18.20.3
22
+ @digigov/cli/1.1.2-daaf7bdf linux-x64 node-v18.20.4
23
23
  $ digigov --help [COMMAND]
24
24
  USAGE
25
25
  $ digigov COMMAND
File without changes
File without changes
File without changes
File without changes
package/lib/index.d.ts CHANGED
File without changes
package/lib/index.js CHANGED
File without changes
@@ -1 +1 @@
1
- {"version":"1.1.1","commands":{"hello":{"id":"hello","description":"describe the command here","pluginName":"@digigov/cli","pluginType":"core","aliases":[],"examples":["$ digigov hello\nhello world from ./src/hello.ts!\n"],"flags":{},"args":[{"name":"file"}]}}}
1
+ {"version":"1.1.2-daaf7bdf","commands":{"hello":{"id":"hello","description":"describe the command here","pluginName":"@digigov/cli","pluginType":"core","aliases":[],"examples":["$ digigov hello\nhello world from ./src/hello.ts!\n"],"flags":{},"args":[{"name":"file"}]}}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@digigov/cli",
3
3
  "description": "CLI for Digigov apps and libs with plugin support",
4
- "version": "1.1.1",
4
+ "version": "1.1.2-daaf7bdf",
5
5
  "author": "GRNET Devs <devs@lists.grnet.gr>",
6
6
  "bin": {
7
7
  "digigov": "./bin/run"
@@ -32,9 +32,9 @@
32
32
  "mocha": "5",
33
33
  "nyc": "14",
34
34
  "ts-node": "10.9.2",
35
- "typescript": "5.3.2",
35
+ "typescript": "5.6.2",
36
36
  "publint": "0.1.8",
37
- "@microsoft/rush-lib": "5.112.2"
37
+ "@microsoft/rush-lib": "5.133.4"
38
38
  },
39
39
  "engines": {
40
40
  "node": ">=12.13.0"
@@ -62,15 +62,13 @@
62
62
  "init": "./lib/hooks/init/addcommand"
63
63
  }
64
64
  },
65
+ "types": "lib/index.d.ts",
65
66
  "scripts": {
66
67
  "publint": "publint",
67
68
  "lint": "echo 'no lint needed (yet)'",
68
- "postpack": "rm -f oclif.manifest.json",
69
- "prepack": "oclif-dev manifest && oclif-dev readme",
70
69
  "prepublish": "tsc",
71
70
  "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
72
71
  "version": "oclif-dev readme && git add README.md",
73
72
  "build": "tsc"
74
- },
75
- "types": "lib/index.d.ts"
76
- }
73
+ }
74
+ }