We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575f998 commit 3f2e5c2Copy full SHA for 3f2e5c2
.changeset/dull-dolls-remain.md
@@ -0,0 +1,5 @@
1
+---
2
+"@abstract-money/cli": patch
3
4
+
5
+Adds another pattern url for `registry` plugin.
packages/cli/src/plugins/registry.ts
@@ -60,6 +60,9 @@ export function registry({
60
{
61
url: `${SCHEMA_REGISTRY_GITHUB_URL}/${namespace}/${name}/${version}/${namespace}-${name}.json`,
62
},
63
+ {
64
+ url: `${SCHEMA_REGISTRY_GITHUB_URL}/${namespace}/${name}/${version}/${name}.json`,
65
+ },
66
]
67
68
})
0 commit comments