@digigov/cli 0.5.26 → 0.5.27

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/CHANGELOG.json CHANGED
@@ -1,6 +1,18 @@
1
1
  {
2
2
  "name": "@digigov/cli",
3
3
  "entries": [
4
+ {
5
+ "version": "0.5.27",
6
+ "tag": "@digigov/cli_v0.5.27",
7
+ "date": "Mon, 14 Feb 2022 09:56:29 GMT",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "pin down and sync deps versions"
12
+ }
13
+ ]
14
+ }
15
+ },
4
16
  {
5
17
  "version": "0.5.26",
6
18
  "tag": "@digigov/cli_v0.5.26",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Change Log - @digigov/cli
2
2
 
3
- This log was last generated on Thu, 10 Feb 2022 13:45:56 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 14 Feb 2022 09:56:29 GMT and should not be manually modified.
4
+
5
+ ## 0.5.27
6
+ Mon, 14 Feb 2022 09:56:29 GMT
7
+
8
+ ### Patches
9
+
10
+ - pin down and sync deps versions
4
11
 
5
12
  ## 0.5.26
6
13
  Thu, 10 Feb 2022 13:45:56 GMT
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/0.5.26 darwin-x64 node-v14.17.6
22
+ @digigov/cli/0.5.27 darwin-x64 node-v14.17.6
23
23
  $ digigov --help [COMMAND]
24
24
  USAGE
25
25
  $ digigov COMMAND
@@ -44,7 +44,7 @@ EXAMPLE
44
44
  hello world from ./src/hello.ts!
45
45
  ```
46
46
 
47
- _See code: [src/commands/hello.ts](https://github.com/tooling/cli/blob/v0.5.26/src/commands/hello.ts)_
47
+ _See code: [src/commands/hello.ts](https://github.com/tooling/cli/blob/v0.5.27/src/commands/hello.ts)_
48
48
 
49
49
  ## `digigov help [COMMAND]`
50
50
 
@@ -1 +1 @@
1
- {"version":"0.5.26","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":"0.5.27","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": "0.5.26",
4
+ "version": "0.5.27",
5
5
  "author": "GRNET Devs",
6
6
  "bin": {
7
7
  "digigov": "./bin/run"
@@ -19,7 +19,7 @@
19
19
  "execa": "5.0.0",
20
20
  "rimraf": "3.0.2",
21
21
  "glob": "7.1.6",
22
- "@microsoft/rush-lib": "5.46.1"
22
+ "@microsoft/rush-lib": "5.62.2"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@oclif/dev-cli": "1",