Add meta update cli tool.

This commit is contained in:
Spencer Ofwiti
2021-05-21 09:42:08 +00:00
parent d7113f3923
commit 92c9df4e19
20 changed files with 4659 additions and 177 deletions

View File

@@ -1,4 +1,4 @@
import { Syncable, Addressable, toAddressKey } from 'crdt-meta';
import { Syncable, Addressable, toAddressKey } from '@cicnet/crdt-meta';
const keySalt = new TextEncoder().encode(':cic.person');
class User extends Syncable implements Addressable {