@backcap/cli 0.1.3 → 0.1.4

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/registry.json";
292
292
  async function fetchRegistry(primaryUrl) {
293
293
  let data;
294
294
  try {
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/registry.json";
275
275
  async function fetchRegistry(primaryUrl) {
276
276
  let data;
277
277
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backcap/cli",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "backcap": "./dist/index.mjs"