@backcap/cli 0.1.3 → 0.1.5

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/dist/index.cjs CHANGED
@@ -288,7 +288,7 @@ class RegistryError extends Error {
288
288
  }
289
289
  }
290
290
 
291
- const FALLBACK_URL = "https://raw.githubusercontent.com/faroke/backcap/main/dist/registry.json";
291
+ const FALLBACK_URL = "https://faroke.github.io/backcap/dist/registry.json";
292
292
  async function fetchRegistry(primaryUrl) {
293
293
  let data;
294
294
  try {
@@ -339,7 +339,7 @@ ${capabilities.length} capabilities available`;
339
339
  return [header, separator, ...rows, footer].join("\n") + "\n";
340
340
  }
341
341
 
342
- const DEFAULT_REGISTRY_URL$2 = "https://faroke.github.io/backcap/registry.json";
342
+ const DEFAULT_REGISTRY_URL$2 = "https://faroke.github.io/backcap/dist/registry.json";
343
343
  const list = citty.defineCommand({
344
344
  meta: {
345
345
  name: "list",
package/dist/index.mjs CHANGED
@@ -271,7 +271,7 @@ class RegistryError extends Error {
271
271
  }
272
272
  }
273
273
 
274
- const FALLBACK_URL = "https://raw.githubusercontent.com/faroke/backcap/main/dist/registry.json";
274
+ const FALLBACK_URL = "https://faroke.github.io/backcap/dist/registry.json";
275
275
  async function fetchRegistry(primaryUrl) {
276
276
  let data;
277
277
  try {
@@ -322,7 +322,7 @@ ${capabilities.length} capabilities available`;
322
322
  return [header, separator, ...rows, footer].join("\n") + "\n";
323
323
  }
324
324
 
325
- const DEFAULT_REGISTRY_URL$2 = "https://faroke.github.io/backcap/registry.json";
325
+ const DEFAULT_REGISTRY_URL$2 = "https://faroke.github.io/backcap/dist/registry.json";
326
326
  const list = defineCommand({
327
327
  meta: {
328
328
  name: "list",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backcap/cli",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "backcap": "./dist/index.mjs"