imdone-cli 0.12.0 → 0.12.1
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 +4 -0
- package/dist/index.cjs +2 -1
- 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/README.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -97936,6 +97936,7 @@ function convertTaskToJiraMarkup(task) {
|
|
|
97936
97936
|
const contentAry = content3.split("\n");
|
|
97937
97937
|
contentAry.shift();
|
|
97938
97938
|
const excludeKeys = [
|
|
97939
|
+
"order",
|
|
97939
97940
|
"jira",
|
|
97940
97941
|
"commentsOn",
|
|
97941
97942
|
"jiraUrl",
|
|
@@ -99107,7 +99108,7 @@ var Feedback2 = class {
|
|
|
99107
99108
|
// package.json
|
|
99108
99109
|
var package_default = {
|
|
99109
99110
|
name: "imdone-cli",
|
|
99110
|
-
version: "0.12.
|
|
99111
|
+
version: "0.12.1",
|
|
99111
99112
|
author: "Jesse Piascik",
|
|
99112
99113
|
description: "An imdone cli that automates your jira updates with markdown files.",
|
|
99113
99114
|
license: "Proprietary",
|