@thestarware/atlascli-jira 1.2.5 → 1.2.6

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -11,7 +11,7 @@ $ npm install -g @thestarware/atlascli-jira
11
11
  $ jira COMMAND
12
12
  running command...
13
13
  $ jira (--version)
14
- @thestarware/atlascli-jira/1.2.5 darwin-arm64 node-v20.18.1
14
+ @thestarware/atlascli-jira/1.2.6 darwin-arm64 node-v20.18.1
15
15
  $ jira --help [COMMAND]
16
16
  USAGE
17
17
  $ jira COMMAND
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@thestarware/atlascli-jira",
3
3
  "description": "Jira Command Line Tool",
4
- "version": "1.2.5",
4
+ "version": "1.2.6",
5
5
  "author": "deniz@thestarware.com",
6
6
  "bin": {
7
7
  "jira": "bin/run"
@@ -16,7 +16,7 @@
16
16
  "@oclif/core": "^1.18.0",
17
17
  "@oclif/plugin-help": "^5",
18
18
  "@oclif/plugin-plugins": "^2.1.2",
19
- "@thestarware/atlascli-common": "file:../../AtlasCLI/atlascli-common",
19
+ "@thestarware/atlascli-common": "^1.2.6",
20
20
  "@types/node-fetch": "^2.5.7",
21
21
  "assert": "^2.0.0",
22
22
  "buffer": "^6.0.3",