imdone-cli 0.9.3 → 0.9.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.
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +2 -2
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.cjs.map +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -86887,7 +86887,7 @@ var Feedback2 = class {
|
|
|
86887
86887
|
// package.json
|
|
86888
86888
|
var package_default = {
|
|
86889
86889
|
name: "imdone-cli",
|
|
86890
|
-
version: "0.9.
|
|
86890
|
+
version: "0.9.4",
|
|
86891
86891
|
author: "Jesse Piascik",
|
|
86892
86892
|
description: "An imdone cli that automates your jira updates with markdown files.",
|
|
86893
86893
|
license: "Proprietary",
|
|
@@ -86994,7 +86994,7 @@ async function checkForUpdates() {
|
|
|
86994
86994
|
Current version: ${VERSION}
|
|
86995
86995
|
Latest version: ${latest}
|
|
86996
86996
|
|
|
86997
|
-
Run 'imdone
|
|
86997
|
+
Run 'npm i -g imdone-cli' to install the latest version.
|
|
86998
86998
|
`
|
|
86999
86999
|
);
|
|
87000
87000
|
}
|