File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
typescript/packages/common-memory Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import type {
1212 AuthorizationError ,
1313} from "./interface.ts" ;
1414import { MemorySpace } from "./interface.ts" ;
15- import { refer } from "./util.ts " ;
15+ import { refer } from "merkle-reference " ;
1616
1717export const unauthorized = ( message : string , cause ?: Error ) : AuthorizationError =>
1818 new TheAuthorizationError ( message , cause ) ;
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ import * as Changes from "../changes.ts";
44import * as Commit from "../commit.ts" ;
55import * as Transaction from "../transaction.ts" ;
66import * as Fact from "../fact.ts" ;
7- import { refer , createTemporaryDirectory } from "../util.ts" ;
7+ import { createTemporaryDirectory } from "../util.ts" ;
8+ import { refer } from "merkle-reference" ;
89
910import { alice , space } from "./principal.ts" ;
1011const the = "application/json" ;
Original file line number Diff line number Diff line change 11import * as Path from "@std/path" ;
2- export { refer } from "npm:merkle-reference" ;
32
43/**
54 * Returns file URL for the current working directory.
You can’t perform that action at this time.
0 commit comments