Skip to content

Commit 480b323

Browse files
Merge pull request #21 from godaddy/changeset-release/main
Version Packages
2 parents 784d129 + 69dfaad commit 480b323

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

.changeset/api-catalog-commerce.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @godaddy/cli
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 05de96a: Expand the built-in Commerce API catalog with additional domains and GraphQL metadata, and normalize Commerce scope tokens across generated endpoints.
8+
9+
Also improves API command behavior by resolving templated catalog paths (for example, `/stores/{storeId}/...`), validating trusted absolute API hosts, and surfacing richer structured API error details for troubleshooting.
10+
311
## 0.2.3
412

513
### Patch Changes

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
{
22
"name": "@godaddy/cli",
3-
"version": "0.2.3",
3+
"version": "0.3.0",
44
"description": "GoDaddy CLI for managing applications and webhooks",
5-
"keywords": ["godaddy", "cli", "developer-tools"],
5+
"keywords": [
6+
"godaddy",
7+
"cli",
8+
"developer-tools"
9+
],
610
"main": "./dist/cli.js",
711
"type": "module",
812
"bin": {
913
"godaddy": "./dist/cli.js"
1014
},
11-
"files": ["dist"],
15+
"files": [
16+
"dist"
17+
],
1218
"scripts": {
1319
"format": "pnpm biome format --write .",
1420
"lint": "pnpm biome lint --write",

0 commit comments

Comments
 (0)