@kanonak-protocol/cli 3.11.0 → 3.13.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.
@@ -1,7 +1,7 @@
1
1
  import { KanonakParser } from '@kanonak-protocol/sdk';
2
2
  import type { IKanonakDocumentRepository } from '@kanonak-protocol/sdk';
3
3
  import { FileCache } from '../cache/FileCache.js';
4
- import { EntityUri } from './UriHelpers.js';
4
+ import { EntityUri } from '@kanonak-protocol/sdk/uri-helpers';
5
5
  /**
6
6
  * Canonical URIs from the kanonak.org/capabilities ontology that the CLI
7
7
  * dispatches against. Version is intentionally omitted from matching so
@@ -8,7 +8,7 @@
8
8
  */
9
9
  import { Command } from 'commander';
10
10
  import { SubjectKanonak, type Kanonak, type IKanonakDocumentRepository } from '@kanonak-protocol/sdk';
11
- import { type EntityUri } from '../capabilities/UriHelpers.js';
11
+ import { type EntityUri } from '@kanonak-protocol/sdk/uri-helpers';
12
12
  export declare function transformCommand(): Command;
13
13
  /**
14
14
  * @internal exported for tests; not part of the public CLI API.