@intentic/registry 1.309.0 → 1.310.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intentic/registry",
3
- "version": "1.309.0",
3
+ "version": "1.310.0",
4
4
  "description": "The extension-registry file format, a git repo of sha-pinned pointers, shared by the daemon, the site gallery and the scanner",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -1,4 +1,3 @@
1
- import { describe, it, expect } from "bun:test";
2
1
  import {
3
2
  compareEntries,
4
3
  isOfficialRegistryUrl,
@@ -1,4 +1,3 @@
1
- import { describe, it, expect } from "bun:test";
2
1
  import { githubRepoOf, isShaPinned, resolveSource } from "./source.js";
3
2
 
4
3
  const SHA = "9f2c1ab0d4e5f60718293a4b5c6d7e8f90a1b2c3";