@bussolabs/closeyourit-cli 0.11.0 → 0.12.0
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/commands/tickets/eligibility.d.ts +16 -0
- package/dist/commands/tickets/eligibility.js +46 -0
- package/dist/commands/tickets/list.d.ts +1 -0
- package/dist/commands/tickets/list.js +27 -4
- package/dist/commands/tickets/show.js +5 -0
- package/oclif.manifest.json +2995 -2896
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bussolabs/closeyourit-cli",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "CLI for CloseYourIt
|
|
3
|
+
"version": "0.12.0",
|
|
4
|
+
"description": "CLI for CloseYourIt \u2014 manage org, errors, tokens and tickets with your user token",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|