Rename
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { CoValue } from "./cojsonValue";
|
||||
import { CoValue } from "./coValue";
|
||||
import { JsonValue } from "./jsonValue";
|
||||
import { MultiLog } from "./multilog";
|
||||
import { LocalNode } from "./node";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { CoValueID, CoValue } from "./cojsonValue";
|
||||
import { CoValueID, CoValue } from "./coValue";
|
||||
|
||||
export type JsonAtom = string | number | boolean | null;
|
||||
export type JsonValue = JsonAtom | JsonArray | JsonObject | CoValueID<CoValue>;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { randomBytes } from "@noble/hashes/utils";
|
||||
import { CoList, CoMap, CoValue, Static, MultiStream } from "./cojsonValue";
|
||||
import { CoList, CoMap, CoValue, Static, MultiStream } from "./coValue";
|
||||
import {
|
||||
Encrypted,
|
||||
Hash,
|
||||
|
||||
@@ -6,7 +6,7 @@ import {
|
||||
newRandomSessionID,
|
||||
} from "./multilog";
|
||||
import { LocalNode } from "./node";
|
||||
import { expectMap } from "./cojsonValue";
|
||||
import { expectMap } from "./coValue";
|
||||
import { expectTeam } from "./permissions";
|
||||
import { getRecipientID, newRandomKeySecret, seal } from "./crypto";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { CoMap, CoValue, MapOpPayload } from "./cojsonValue";
|
||||
import { CoMap, CoValue, MapOpPayload } from "./coValue";
|
||||
import { JsonValue } from "./jsonValue";
|
||||
import { KeyID, RecipientID, SealedSet, SignatoryID } from "./crypto";
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user