@toon-protocol/rig 2.6.4 → 2.7.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.
@@ -404,9 +404,6 @@ function resolveConflictingPath(paths) {
404
404
  }
405
405
 
406
406
  export {
407
- DEFAULT_CONTENT_TYPE,
408
- contentTypeForPath,
409
- resolveConflictingPath,
410
407
  RIG_CHANNEL_MAP_FILENAME,
411
408
  resolveChannelPaths,
412
409
  ChannelMapCorruptError,
@@ -419,6 +416,9 @@ export {
419
416
  DaemonIdentityConflictError,
420
417
  StandaloneLockError,
421
418
  checkDaemonIdentity,
422
- NonceLock
419
+ NonceLock,
420
+ DEFAULT_CONTENT_TYPE,
421
+ contentTypeForPath,
422
+ resolveConflictingPath
423
423
  };
424
- //# sourceMappingURL=chunk-57UY3OGX.js.map
424
+ //# sourceMappingURL=chunk-FQXNLPUR.js.map
@@ -4,7 +4,7 @@ import {
4
4
  checkDaemonIdentity,
5
5
  contentTypeForPath,
6
6
  recordKey
7
- } from "./chunk-57UY3OGX.js";
7
+ } from "./chunk-FQXNLPUR.js";
8
8
  import {
9
9
  MAX_OBJECT_SIZE
10
10
  } from "./chunk-B5ISARMU.js";
@@ -641,4 +641,4 @@ export {
641
641
  extractArweaveTxId,
642
642
  StandalonePublisher
643
643
  };
644
- //# sourceMappingURL=chunk-2DBPLBXW.js.map
644
+ //# sourceMappingURL=chunk-MKCF2OY2.js.map
package/dist/cli/rig.js CHANGED
@@ -34,7 +34,7 @@ import {
34
34
  defaultDaemonPort,
35
35
  resolveChannelPaths,
36
36
  resolveConflictingPath
37
- } from "../chunk-57UY3OGX.js";
37
+ } from "../chunk-FQXNLPUR.js";
38
38
  import {
39
39
  MAX_OBJECT_SIZE
40
40
  } from "../chunk-B5ISARMU.js";
@@ -974,7 +974,7 @@ function loadPaidSession(deps, relayUrl) {
974
974
  });
975
975
  }
976
976
  var defaultLoadStandalone = async (options) => {
977
- const mod = await import("../standalone-mode-W4DULOEC.js");
977
+ const mod = await import("../standalone-mode-F7L5GUTK.js");
978
978
  return mod.createStandaloneContext(options);
979
979
  };
980
980
  function identityReport(ctx) {
@@ -3,7 +3,7 @@ import {
3
3
  StandalonePublisher,
4
4
  deriveRouteDestinations,
5
5
  extractArweaveTxId
6
- } from "../chunk-2DBPLBXW.js";
6
+ } from "../chunk-MKCF2OY2.js";
7
7
  import {
8
8
  ChannelMapCorruptError,
9
9
  ChannelMapStore,
@@ -18,7 +18,7 @@ import {
18
18
  defaultLockDir,
19
19
  recordKey,
20
20
  resolveChannelPaths
21
- } from "../chunk-57UY3OGX.js";
21
+ } from "../chunk-FQXNLPUR.js";
22
22
  import "../chunk-B5ISARMU.js";
23
23
  export {
24
24
  ChannelMapCorruptError,
@@ -1,13 +1,13 @@
1
- import {
2
- StandalonePublisher
3
- } from "./chunk-2DBPLBXW.js";
4
1
  import {
5
2
  resolveIdentity
6
3
  } from "./chunk-XGFBDUQX.js";
4
+ import {
5
+ StandalonePublisher
6
+ } from "./chunk-MKCF2OY2.js";
7
7
  import {
8
8
  ChannelMapStore,
9
9
  RIG_CHANNEL_MAP_FILENAME
10
- } from "./chunk-57UY3OGX.js";
10
+ } from "./chunk-FQXNLPUR.js";
11
11
  import "./chunk-B5ISARMU.js";
12
12
  import {
13
13
  DISCOVERY_TIMEOUT_MS,
@@ -616,4 +616,4 @@ export {
616
616
  createStandaloneContext,
617
617
  resolveNetworkTopology
618
618
  };
619
- //# sourceMappingURL=standalone-mode-W4DULOEC.js.map
619
+ //# sourceMappingURL=standalone-mode-F7L5GUTK.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toon-protocol/rig",
3
- "version": "2.6.4",
3
+ "version": "2.7.0",
4
4
  "description": "Git-to-TOON write path core — build git objects and NIP-34 events for the Rig control plane",
5
5
  "license": "MIT",
6
6
  "author": "Jonathan Green",