Skip to content

Commit 791a834

Browse files
guo-yuclaude
andcommitted
feat: add Coinbase provider detection
chore: bump shipkey to 0.3.14, @shipkey/core to 0.2.7 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a858324 commit 791a834

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shipkey",
3-
"version": "0.3.13",
3+
"version": "0.3.14",
44
"type": "module",
55
"workspaces": ["packages/*"],
66
"repository": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shipkey/core",
3-
"version": "0.2.6",
3+
"version": "0.2.7",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/core/src/providers/registry.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,12 @@ export const PROVIDERS: ProviderDefinition[] = [
174174
guide: "OpenWeather > API Keys",
175175
},
176176
// --- Web3 ---
177+
{
178+
name: "Coinbase",
179+
patterns: [/COINBASE/i],
180+
guide_url: "https://portal.cdp.coinbase.com/access/api",
181+
guide: "Coinbase Developer Platform > Access > API Keys",
182+
},
177183
{
178184
name: "Alchemy",
179185
patterns: [/ALCHEMY/i],

0 commit comments

Comments
 (0)