@springmicro/cli 0.1.4 → 0.1.5

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
@@ -27,7 +27,7 @@ $ npm install -g @springmicro/cli
27
27
  $ springmicro COMMAND
28
28
  running command...
29
29
  $ springmicro (--version)
30
- @springmicro/cli/0.1.4 win32-x64 node-v18.17.1
30
+ @springmicro/cli/0.1.5 win32-x64 node-v18.17.1
31
31
  $ springmicro --help [COMMAND]
32
32
  USAGE
33
33
  $ springmicro COMMAND
@@ -121,7 +121,7 @@ EXAMPLES
121
121
  $ springmicro init astro -n example
122
122
  ```
123
123
 
124
- _See code: [src/commands/init/index.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.1.4/src/commands/init/index.ts)_
124
+ _See code: [src/commands/init/index.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.1.5/src/commands/init/index.ts)_
125
125
 
126
126
  ## `springmicro init astro`
127
127
 
@@ -141,7 +141,7 @@ EXAMPLES
141
141
  $ springmicro init astro -n <project-name>
142
142
  ```
143
143
 
144
- _See code: [src/commands/init/astro.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.1.4/src/commands/init/astro.ts)_
144
+ _See code: [src/commands/init/astro.ts](https://github.com/SpringMicro1/springmicrohost-js/blob/v0.1.5/src/commands/init/astro.ts)_
145
145
 
146
146
  ## `springmicro plugins`
147
147
 
@@ -77,5 +77,5 @@
77
77
  ]
78
78
  }
79
79
  },
80
- "version": "0.1.4"
80
+ "version": "0.1.5"
81
81
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@springmicro/cli",
3
3
  "description": "A new CLI generated with oclif",
4
- "version": "0.1.4",
4
+ "version": "0.1.5",
5
5
  "author": "David Buckley",
6
6
  "private": false,
7
7
  "publishConfig": {
@@ -76,5 +76,5 @@
76
76
  "version": "oclif readme && git add README.md"
77
77
  },
78
78
  "types": "dist/index.d.ts",
79
- "gitHead": "e5d6158a967da3d0df7ed29fc1d06755ffa240b8"
79
+ "gitHead": "287dda2e6436b80194c425ee7637c6604779aece"
80
80
  }