@shortcut-cli/shortcut-cli 3.4.0 → 3.5.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.
@@ -0,0 +1,18 @@
1
+
2
+ //#region package.json
3
+ var version = "3.5.0";
4
+ var description = "A community-driven command line tool for viewing, creating, and updating shortcut.com stories";
5
+
6
+ //#endregion
7
+ Object.defineProperty(exports, 'description', {
8
+ enumerable: true,
9
+ get: function () {
10
+ return description;
11
+ }
12
+ });
13
+ Object.defineProperty(exports, 'version', {
14
+ enumerable: true,
15
+ get: function () {
16
+ return version;
17
+ }
18
+ });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shortcut-cli/shortcut-cli",
3
- "version": "3.4.0",
3
+ "version": "3.5.0",
4
4
  "description": "A community-driven command line tool for viewing, creating, and updating shortcut.com stories",
5
5
  "engines": {
6
6
  "node": ">=16"
@@ -9,8 +9,8 @@
9
9
  "build"
10
10
  ],
11
11
  "scripts": {
12
- "build": "tsup",
13
- "build:watch": "npm run build --watch",
12
+ "build": "tsdown",
13
+ "build:watch": "npm run build -- --watch",
14
14
  "prepublishOnly": "npm run clean && npm run build",
15
15
  "clean": "rm -rf build",
16
16
  "start": "node -r source-map-support/register build/bin/short.js",
@@ -40,16 +40,15 @@
40
40
  },
41
41
  "homepage": "https://github.com/shortcut-cli/shortcut-cli",
42
42
  "dependencies": {
43
- "@shortcut/client": "^2.0.0",
43
+ "@shortcut/client": "^2.1.0",
44
44
  "chalk": "^2.2.0",
45
- "cli-spinner": "^0.2.6",
45
+ "cli-spinner": "^0.2.10",
46
46
  "commander": "^2.12.0",
47
- "debug": "^4.0.0",
48
- "eslint-plugin-import": "^2.31.0",
49
- "prompt": "^1.0.0"
47
+ "debug": "^4.4.1",
48
+ "prompt": "^1.3.0"
50
49
  },
51
50
  "devDependencies": {
52
- "@eslint/js": "^9.28.0",
51
+ "@eslint/js": "^9.31.0",
53
52
  "@total-typescript/tsconfig": "^1.0.4",
54
53
  "@types/chalk": "2.2.4",
55
54
  "@types/cli-spinner": "0.2.3",
@@ -57,13 +56,14 @@
57
56
  "@types/node": "22.15.30",
58
57
  "@types/node-fetch": "3.0.3",
59
58
  "@types/prompt": "^1.1.9",
60
- "eslint": "^9.28.0",
61
- "glob": "^11.0.2",
62
- "globals": "^16.2.0",
63
- "prettier": "3.5.3",
59
+ "eslint": "^9.31.0",
60
+ "eslint-plugin-import": "^2.32.0",
61
+ "glob": "^11.0.3",
62
+ "globals": "^16.3.0",
63
+ "prettier": "3.6.2",
64
64
  "source-map-support": "0.5.21",
65
- "tsup": "^8.5.0",
65
+ "tsdown": "^0.12.9",
66
66
  "typescript": "5.8.3",
67
- "typescript-eslint": "^8.33.1"
67
+ "typescript-eslint": "^8.37.0"
68
68
  }
69
69
  }