@sendly/cli 3.8.0 → 3.8.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sendly/cli",
3
- "version": "3.8.0",
3
+ "version": "3.8.2",
4
4
  "type": "module",
5
5
  "description": "Sendly CLI - Send SMS from your terminal",
6
6
  "author": "Sendly <support@sendly.live>",
@@ -20,7 +20,7 @@
20
20
  "dev": "tsc -b --watch",
21
21
  "lint": "eslint . --ext .ts",
22
22
  "postpack": "shx rm -f oclif.manifest.json",
23
- "prepack": "npm run build && oclif manifest && oclif readme",
23
+ "prepack": "npm run build && [ -f oclif.manifest.json ] || oclif manifest && oclif readme",
24
24
  "test": "vitest run",
25
25
  "test:watch": "vitest",
26
26
  "test:coverage": "vitest run --coverage",
@@ -88,10 +88,10 @@
88
88
  ],
89
89
  "repository": {
90
90
  "type": "git",
91
- "url": "https://github.com/sendly/sendly-cli.git"
91
+ "url": "https://github.com/SendlyHQ/sendly-cli.git"
92
92
  },
93
93
  "homepage": "https://sendly.live/docs/cli",
94
94
  "bugs": {
95
- "url": "https://github.com/sendly/sendly-cli/issues"
95
+ "url": "https://github.com/SendlyHQ/sendly-cli/issues"
96
96
  }
97
97
  }