@holochain-syn/client 0.0.2 → 0.0.3
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.
- package/dist/syn-client.js +1 -4
- package/dist/syn-client.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +79 -534
- package/package.json +3 -3
package/dist/syn-client.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { encode, decode } from '@msgpack/msgpack';
|
|
2
|
-
import isEqual from 'lodash-es/isEqual';
|
|
3
2
|
import { allMessageTypes } from './types/signal';
|
|
4
3
|
import { deepDecodeUint8Arrays } from './utils';
|
|
5
4
|
export class SynClient {
|
|
@@ -9,9 +8,7 @@ export class SynClient {
|
|
|
9
8
|
this.zomeName = zomeName;
|
|
10
9
|
this.unsubscribe = () => { };
|
|
11
10
|
const { unsubscribe } = cellClient.addSignalHandler(signal => {
|
|
12
|
-
|
|
13
|
-
if (isEqual(cellClient.cellId, signal.data.cellId) &&
|
|
14
|
-
signal.data.payload.message &&
|
|
11
|
+
if (signal.data.payload.message &&
|
|
15
12
|
allMessageTypes.includes(signal.data.payload.message.type)) {
|
|
16
13
|
handleSignal(deepDecodeUint8Arrays(signal.data.payload));
|
|
17
14
|
}
|
package/dist/syn-client.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"syn-client.js","sourceRoot":"","sources":["../src/syn-client.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"syn-client.js","sourceRoot":"","sources":["../src/syn-client.ts"],"names":[],"mappings":"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"}
|
|
@@ -576,34 +576,34 @@
|
|
|
576
576
|
"signature": "e3ff62965cb915bb5c417df20091037ddb47e5dec1367f278a2bb3bc51f4a0d1",
|
|
577
577
|
"affectsGlobalScope": false
|
|
578
578
|
},
|
|
579
|
-
"
|
|
580
|
-
"version": "
|
|
581
|
-
"signature": "
|
|
579
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/agnostic-client.d.ts": {
|
|
580
|
+
"version": "53b14d3733ff28f047c64c6d846e57ce6b2bc44b74b58b5e01439ea7a85175a3",
|
|
581
|
+
"signature": "53b14d3733ff28f047c64c6d846e57ce6b2bc44b74b58b5e01439ea7a85175a3",
|
|
582
582
|
"affectsGlobalScope": false
|
|
583
583
|
},
|
|
584
|
-
"
|
|
585
|
-
"version": "
|
|
586
|
-
"signature": "
|
|
584
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts": {
|
|
585
|
+
"version": "0e0b6570736f25721ae5400832a01b318fd07acfdaa9f956f8a131b34330c5df",
|
|
586
|
+
"signature": "0e0b6570736f25721ae5400832a01b318fd07acfdaa9f956f8a131b34330c5df",
|
|
587
587
|
"affectsGlobalScope": false
|
|
588
588
|
},
|
|
589
|
-
"
|
|
590
|
-
"version": "
|
|
591
|
-
"signature": "
|
|
589
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts": {
|
|
590
|
+
"version": "f4dd3bd3a04c9c8b3cb4ff1c53ad01c86464a7c3229eb149940a8ae840481842",
|
|
591
|
+
"signature": "f4dd3bd3a04c9c8b3cb4ff1c53ad01c86464a7c3229eb149940a8ae840481842",
|
|
592
592
|
"affectsGlobalScope": false
|
|
593
593
|
},
|
|
594
|
-
"
|
|
595
|
-
"version": "
|
|
596
|
-
"signature": "
|
|
594
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/holo-client.d.ts": {
|
|
595
|
+
"version": "b615d850b77af7daa0c49c1cd3e9ade0a31be3afe2f3168a7fb8c61e5981fc77",
|
|
596
|
+
"signature": "b615d850b77af7daa0c49c1cd3e9ade0a31be3afe2f3168a7fb8c61e5981fc77",
|
|
597
597
|
"affectsGlobalScope": false
|
|
598
598
|
},
|
|
599
|
-
"
|
|
600
|
-
"version": "
|
|
601
|
-
"signature": "
|
|
599
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/holochain-client.d.ts": {
|
|
600
|
+
"version": "8717b0f40e1f2edc20642733bf36ff9ac58a37f098dd034ad54aaf1fb57b24f6",
|
|
601
|
+
"signature": "8717b0f40e1f2edc20642733bf36ff9ac58a37f098dd034ad54aaf1fb57b24f6",
|
|
602
602
|
"affectsGlobalScope": false
|
|
603
603
|
},
|
|
604
|
-
"
|
|
605
|
-
"version": "
|
|
606
|
-
"signature": "
|
|
604
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/index.d.ts": {
|
|
605
|
+
"version": "358096ed1d27655c411abb904d76cab56a908c3b3b91cebc2abf16083893e1d8",
|
|
606
|
+
"signature": "358096ed1d27655c411abb904d76cab56a908c3b3b91cebc2abf16083893e1d8",
|
|
607
607
|
"affectsGlobalScope": false
|
|
608
608
|
},
|
|
609
609
|
"../../../../node_modules/@holochain-open-dev/core-types/dist/common.d.ts": {
|
|
@@ -641,76 +641,6 @@
|
|
|
641
641
|
"signature": "85c5c389a228f1d3ebca9beb08c9b7b26d902ac0d7ab3e292678977386fbd277",
|
|
642
642
|
"affectsGlobalScope": false
|
|
643
643
|
},
|
|
644
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts": {
|
|
645
|
-
"version": "675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8",
|
|
646
|
-
"signature": "675e702f2032766a91eeadee64f51014c64688525da99dccd8178f0c599f13a8",
|
|
647
|
-
"affectsGlobalScope": false
|
|
648
|
-
},
|
|
649
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts": {
|
|
650
|
-
"version": "378df8bbbb9e3f6fca05d58f644aab538e1062eab5e778fb0b83d41125df246d",
|
|
651
|
-
"signature": "378df8bbbb9e3f6fca05d58f644aab538e1062eab5e778fb0b83d41125df246d",
|
|
652
|
-
"affectsGlobalScope": false
|
|
653
|
-
},
|
|
654
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts": {
|
|
655
|
-
"version": "d88a479cccf787b4aa82362150fbeba5211a32dbfafa7b92ba6995ecaf9a1a89",
|
|
656
|
-
"signature": "d88a479cccf787b4aa82362150fbeba5211a32dbfafa7b92ba6995ecaf9a1a89",
|
|
657
|
-
"affectsGlobalScope": false
|
|
658
|
-
},
|
|
659
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts": {
|
|
660
|
-
"version": "187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42",
|
|
661
|
-
"signature": "187119ff4f9553676a884e296089e131e8cc01691c546273b1d0089c3533ce42",
|
|
662
|
-
"affectsGlobalScope": false
|
|
663
|
-
},
|
|
664
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts": {
|
|
665
|
-
"version": "c24ad9be9adf28f0927e3d9d9e9cec1c677022356f241ccbbfb97bfe8fb3d1a1",
|
|
666
|
-
"signature": "c24ad9be9adf28f0927e3d9d9e9cec1c677022356f241ccbbfb97bfe8fb3d1a1",
|
|
667
|
-
"affectsGlobalScope": false
|
|
668
|
-
},
|
|
669
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts": {
|
|
670
|
-
"version": "0ec0998e2d085e8ea54266f547976ae152c9dd6cdb9ac4d8a520a230f5ebae84",
|
|
671
|
-
"signature": "0ec0998e2d085e8ea54266f547976ae152c9dd6cdb9ac4d8a520a230f5ebae84",
|
|
672
|
-
"affectsGlobalScope": false
|
|
673
|
-
},
|
|
674
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts": {
|
|
675
|
-
"version": "9364c7566b0be2f7b70ff5285eb34686f83ccb01bda529b82d23b2a844653bfb",
|
|
676
|
-
"signature": "9364c7566b0be2f7b70ff5285eb34686f83ccb01bda529b82d23b2a844653bfb",
|
|
677
|
-
"affectsGlobalScope": false
|
|
678
|
-
},
|
|
679
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts": {
|
|
680
|
-
"version": "00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a",
|
|
681
|
-
"signature": "00baffbe8a2f2e4875367479489b5d43b5fc1429ecb4a4cc98cfc3009095f52a",
|
|
682
|
-
"affectsGlobalScope": false
|
|
683
|
-
},
|
|
684
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts": {
|
|
685
|
-
"version": "ae9930989ed57478eb03b9b80ad3efa7a3eacdfeff0f78ecf7894c4963a64f93",
|
|
686
|
-
"signature": "ae9930989ed57478eb03b9b80ad3efa7a3eacdfeff0f78ecf7894c4963a64f93",
|
|
687
|
-
"affectsGlobalScope": false
|
|
688
|
-
},
|
|
689
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts": {
|
|
690
|
-
"version": "3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd",
|
|
691
|
-
"signature": "3c92b6dfd43cc1c2485d9eba5ff0b74a19bb8725b692773ef1d66dac48cda4bd",
|
|
692
|
-
"affectsGlobalScope": false
|
|
693
|
-
},
|
|
694
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts": {
|
|
695
|
-
"version": "3e59f00ab03c33717b3130066d4debb272da90eeded4935ff0604c2bc25a5cae",
|
|
696
|
-
"signature": "3e59f00ab03c33717b3130066d4debb272da90eeded4935ff0604c2bc25a5cae",
|
|
697
|
-
"affectsGlobalScope": false
|
|
698
|
-
},
|
|
699
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts": {
|
|
700
|
-
"version": "9fa6b83a35e897f340858995ca5d77e901d89fd18644cd4c9e8a4afe0b2e6363",
|
|
701
|
-
"signature": "9fa6b83a35e897f340858995ca5d77e901d89fd18644cd4c9e8a4afe0b2e6363",
|
|
702
|
-
"affectsGlobalScope": false
|
|
703
|
-
},
|
|
704
|
-
"../../../../node_modules/@types/lodash/index.d.ts": {
|
|
705
|
-
"version": "0714e2046df66c0e93c3330d30dbc0565b3e8cd3ee302cf99e4ede6220e5fec8",
|
|
706
|
-
"signature": "0714e2046df66c0e93c3330d30dbc0565b3e8cd3ee302cf99e4ede6220e5fec8",
|
|
707
|
-
"affectsGlobalScope": true
|
|
708
|
-
},
|
|
709
|
-
"../../../../node_modules/@types/lodash-es/isEqual.d.ts": {
|
|
710
|
-
"version": "da66c1b3e50ef9908e31ce7a281b137b2db41423c2b143c62524f97a536a53d9",
|
|
711
|
-
"signature": "da66c1b3e50ef9908e31ce7a281b137b2db41423c2b143c62524f97a536a53d9",
|
|
712
|
-
"affectsGlobalScope": false
|
|
713
|
-
},
|
|
714
644
|
"../src/types/change.ts": {
|
|
715
645
|
"version": "55d8c1daa8278ee7eb629f2ab0678e3072198eb4ec6b8689f61a80beb5063c52",
|
|
716
646
|
"signature": "e8b68aa2553a3762d8242a79a9d20a60c1aaa75808e77308c405d9e514f8d709",
|
|
@@ -752,7 +682,7 @@
|
|
|
752
682
|
"affectsGlobalScope": false
|
|
753
683
|
},
|
|
754
684
|
"../src/syn-client.ts": {
|
|
755
|
-
"version": "
|
|
685
|
+
"version": "255b2a329f6bfe8b6b83b3132f0de84ac65876820fbe8ec18397dc4354a93b70",
|
|
756
686
|
"signature": "8afa6d25c108015900c6979cdad12a05d0e0b49f138eab203567c85dcbe009c5",
|
|
757
687
|
"affectsGlobalScope": false
|
|
758
688
|
},
|
|
@@ -802,6 +732,32 @@
|
|
|
802
732
|
"configFilePath": "../tsconfig.json"
|
|
803
733
|
},
|
|
804
734
|
"referencedMap": {
|
|
735
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/agnostic-client.d.ts": [
|
|
736
|
+
"../../../../node_modules/@holochain/client/lib/index.d.ts"
|
|
737
|
+
],
|
|
738
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts": [
|
|
739
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/agnostic-client.d.ts",
|
|
740
|
+
"../../../../node_modules/@holochain/client/lib/index.d.ts"
|
|
741
|
+
],
|
|
742
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/holo-client.d.ts": [
|
|
743
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/agnostic-client.d.ts",
|
|
744
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts",
|
|
745
|
+
"../../../../node_modules/@holochain/client/lib/index.d.ts"
|
|
746
|
+
],
|
|
747
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/holochain-client.d.ts": [
|
|
748
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/agnostic-client.d.ts",
|
|
749
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts",
|
|
750
|
+
"../../../../node_modules/@holochain/client/lib/index.d.ts"
|
|
751
|
+
],
|
|
752
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/index.d.ts": [
|
|
753
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/agnostic-client.d.ts",
|
|
754
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts",
|
|
755
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/holo-client.d.ts",
|
|
756
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/holochain-client.d.ts"
|
|
757
|
+
],
|
|
758
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts": [
|
|
759
|
+
"../../../../node_modules/@holochain/client/lib/index.d.ts"
|
|
760
|
+
],
|
|
805
761
|
"../../../../node_modules/@holochain-open-dev/core-types/dist/common.d.ts": [
|
|
806
762
|
"../../../../node_modules/@holochain/client/lib/index.d.ts"
|
|
807
763
|
],
|
|
@@ -934,191 +890,6 @@
|
|
|
934
890
|
"../../../../node_modules/@msgpack/msgpack/dist/encode.d.ts",
|
|
935
891
|
"../../../../node_modules/@msgpack/msgpack/dist/timestamp.d.ts"
|
|
936
892
|
],
|
|
937
|
-
"../../../../node_modules/@types/lodash-es/isEqual.d.ts": [
|
|
938
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
939
|
-
],
|
|
940
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts": [
|
|
941
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
942
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
943
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
944
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
945
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
946
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
947
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
948
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
949
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
950
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
951
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts",
|
|
952
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
953
|
-
],
|
|
954
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts": [
|
|
955
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
956
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
957
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
958
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
959
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
960
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
961
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
962
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
963
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
964
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
965
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts",
|
|
966
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
967
|
-
],
|
|
968
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts": [
|
|
969
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
970
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
971
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
972
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
973
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
974
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
975
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
976
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
977
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
978
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
979
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts",
|
|
980
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
981
|
-
],
|
|
982
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts": [
|
|
983
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
984
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
985
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
986
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
987
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
988
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
989
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
990
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
991
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
992
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
993
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts",
|
|
994
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
995
|
-
],
|
|
996
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts": [
|
|
997
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
998
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
999
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
1000
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
1001
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
1002
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
1003
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
1004
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
1005
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
1006
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
1007
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts",
|
|
1008
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
1009
|
-
],
|
|
1010
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts": [
|
|
1011
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
1012
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1013
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
1014
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
1015
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
1016
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
1017
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
1018
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
1019
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
1020
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
1021
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts",
|
|
1022
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
1023
|
-
],
|
|
1024
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts": [
|
|
1025
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
1026
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1027
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
1028
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
1029
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
1030
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
1031
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
1032
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
1033
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
1034
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
1035
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts",
|
|
1036
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
1037
|
-
],
|
|
1038
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts": [
|
|
1039
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
1040
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1041
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
1042
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
1043
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
1044
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
1045
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
1046
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
1047
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
1048
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
1049
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts",
|
|
1050
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
1051
|
-
],
|
|
1052
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts": [
|
|
1053
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
1054
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1055
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
1056
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
1057
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
1058
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
1059
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
1060
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
1061
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
1062
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
1063
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts",
|
|
1064
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
1065
|
-
],
|
|
1066
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts": [
|
|
1067
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
1068
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1069
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
1070
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
1071
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
1072
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
1073
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
1074
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
1075
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
1076
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
1077
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts",
|
|
1078
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
1079
|
-
],
|
|
1080
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts": [
|
|
1081
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
1082
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1083
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
1084
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
1085
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
1086
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
1087
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
1088
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
1089
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
1090
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
1091
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts",
|
|
1092
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
1093
|
-
],
|
|
1094
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts": [
|
|
1095
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
1096
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1097
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
1098
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
1099
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
1100
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
1101
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
1102
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
1103
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
1104
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
1105
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
1106
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
1107
|
-
],
|
|
1108
|
-
"../../../../node_modules/@types/lodash/index.d.ts": [
|
|
1109
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
1110
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1111
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
1112
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
1113
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
1114
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
1115
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
1116
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
1117
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
1118
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
1119
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
1120
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts"
|
|
1121
|
-
],
|
|
1122
893
|
"../../../../node_modules/@types/node/assert/strict.d.ts": [
|
|
1123
894
|
"../../../../node_modules/@types/node/assert.d.ts"
|
|
1124
895
|
],
|
|
@@ -1338,32 +1109,6 @@
|
|
|
1338
1109
|
"../../../../node_modules/isomorphic-ws/index.d.ts": [
|
|
1339
1110
|
"../../../../node_modules/@types/ws/index.d.ts"
|
|
1340
1111
|
],
|
|
1341
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/base-client.d.ts": [
|
|
1342
|
-
"../../../../node_modules/@holochain/client/lib/index.d.ts",
|
|
1343
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts",
|
|
1344
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts"
|
|
1345
|
-
],
|
|
1346
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts": [
|
|
1347
|
-
"../../../../node_modules/@holochain/client/lib/index.d.ts",
|
|
1348
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/base-client.d.ts"
|
|
1349
|
-
],
|
|
1350
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/holo-client.d.ts": [
|
|
1351
|
-
"../../../../node_modules/@holochain/client/lib/index.d.ts",
|
|
1352
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/base-client.d.ts"
|
|
1353
|
-
],
|
|
1354
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/holochain-client.d.ts": [
|
|
1355
|
-
"../../../../node_modules/@holochain/client/lib/index.d.ts",
|
|
1356
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/base-client.d.ts"
|
|
1357
|
-
],
|
|
1358
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/index.d.ts": [
|
|
1359
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/base-client.d.ts",
|
|
1360
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts",
|
|
1361
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/holo-client.d.ts",
|
|
1362
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/holochain-client.d.ts"
|
|
1363
|
-
],
|
|
1364
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts": [
|
|
1365
|
-
"../../../../node_modules/@holochain/client/lib/index.d.ts"
|
|
1366
|
-
],
|
|
1367
1112
|
"../src/index.ts": [
|
|
1368
1113
|
"../src/syn-client.ts",
|
|
1369
1114
|
"../src/types/change.ts",
|
|
@@ -1375,10 +1120,9 @@
|
|
|
1375
1120
|
"../src/types/sync.ts"
|
|
1376
1121
|
],
|
|
1377
1122
|
"../src/syn-client.ts": [
|
|
1123
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/index.d.ts",
|
|
1378
1124
|
"../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts",
|
|
1379
1125
|
"../../../../node_modules/@msgpack/msgpack/dist/index.d.ts",
|
|
1380
|
-
"../../../../node_modules/@types/lodash-es/isEqual.d.ts",
|
|
1381
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/index.d.ts",
|
|
1382
1126
|
"../src/types/change.ts",
|
|
1383
1127
|
"../src/types/commit.ts",
|
|
1384
1128
|
"../src/types/folks.ts",
|
|
@@ -1422,6 +1166,32 @@
|
|
|
1422
1166
|
]
|
|
1423
1167
|
},
|
|
1424
1168
|
"exportedModulesMap": {
|
|
1169
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/agnostic-client.d.ts": [
|
|
1170
|
+
"../../../../node_modules/@holochain/client/lib/index.d.ts"
|
|
1171
|
+
],
|
|
1172
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts": [
|
|
1173
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/agnostic-client.d.ts",
|
|
1174
|
+
"../../../../node_modules/@holochain/client/lib/index.d.ts"
|
|
1175
|
+
],
|
|
1176
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/holo-client.d.ts": [
|
|
1177
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/agnostic-client.d.ts",
|
|
1178
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts",
|
|
1179
|
+
"../../../../node_modules/@holochain/client/lib/index.d.ts"
|
|
1180
|
+
],
|
|
1181
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/holochain-client.d.ts": [
|
|
1182
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/agnostic-client.d.ts",
|
|
1183
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts",
|
|
1184
|
+
"../../../../node_modules/@holochain/client/lib/index.d.ts"
|
|
1185
|
+
],
|
|
1186
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/index.d.ts": [
|
|
1187
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/agnostic-client.d.ts",
|
|
1188
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts",
|
|
1189
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/holo-client.d.ts",
|
|
1190
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/holochain-client.d.ts"
|
|
1191
|
+
],
|
|
1192
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts": [
|
|
1193
|
+
"../../../../node_modules/@holochain/client/lib/index.d.ts"
|
|
1194
|
+
],
|
|
1425
1195
|
"../../../../node_modules/@holochain-open-dev/core-types/dist/common.d.ts": [
|
|
1426
1196
|
"../../../../node_modules/@holochain/client/lib/index.d.ts"
|
|
1427
1197
|
],
|
|
@@ -1554,191 +1324,6 @@
|
|
|
1554
1324
|
"../../../../node_modules/@msgpack/msgpack/dist/encode.d.ts",
|
|
1555
1325
|
"../../../../node_modules/@msgpack/msgpack/dist/timestamp.d.ts"
|
|
1556
1326
|
],
|
|
1557
|
-
"../../../../node_modules/@types/lodash-es/isEqual.d.ts": [
|
|
1558
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
1559
|
-
],
|
|
1560
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts": [
|
|
1561
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1562
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
1563
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
1564
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
1565
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
1566
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
1567
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
1568
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
1569
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
1570
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
1571
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts",
|
|
1572
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
1573
|
-
],
|
|
1574
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts": [
|
|
1575
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
1576
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
1577
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
1578
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
1579
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
1580
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
1581
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
1582
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
1583
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
1584
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
1585
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts",
|
|
1586
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
1587
|
-
],
|
|
1588
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts": [
|
|
1589
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
1590
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1591
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
1592
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
1593
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
1594
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
1595
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
1596
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
1597
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
1598
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
1599
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts",
|
|
1600
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
1601
|
-
],
|
|
1602
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts": [
|
|
1603
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
1604
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1605
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
1606
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
1607
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
1608
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
1609
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
1610
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
1611
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
1612
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
1613
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts",
|
|
1614
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
1615
|
-
],
|
|
1616
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts": [
|
|
1617
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
1618
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1619
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
1620
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
1621
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
1622
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
1623
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
1624
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
1625
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
1626
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
1627
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts",
|
|
1628
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
1629
|
-
],
|
|
1630
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts": [
|
|
1631
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
1632
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1633
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
1634
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
1635
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
1636
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
1637
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
1638
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
1639
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
1640
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
1641
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts",
|
|
1642
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
1643
|
-
],
|
|
1644
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts": [
|
|
1645
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
1646
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1647
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
1648
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
1649
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
1650
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
1651
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
1652
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
1653
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
1654
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
1655
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts",
|
|
1656
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
1657
|
-
],
|
|
1658
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts": [
|
|
1659
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
1660
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1661
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
1662
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
1663
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
1664
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
1665
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
1666
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
1667
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
1668
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
1669
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts",
|
|
1670
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
1671
|
-
],
|
|
1672
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts": [
|
|
1673
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
1674
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1675
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
1676
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
1677
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
1678
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
1679
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
1680
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
1681
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
1682
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
1683
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts",
|
|
1684
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
1685
|
-
],
|
|
1686
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts": [
|
|
1687
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
1688
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1689
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
1690
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
1691
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
1692
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
1693
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
1694
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
1695
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
1696
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
1697
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts",
|
|
1698
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
1699
|
-
],
|
|
1700
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts": [
|
|
1701
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
1702
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1703
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
1704
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
1705
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
1706
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
1707
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
1708
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
1709
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
1710
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
1711
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts",
|
|
1712
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
1713
|
-
],
|
|
1714
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts": [
|
|
1715
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
1716
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1717
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
1718
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
1719
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
1720
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
1721
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
1722
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
1723
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
1724
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
1725
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
1726
|
-
"../../../../node_modules/@types/lodash/index.d.ts"
|
|
1727
|
-
],
|
|
1728
|
-
"../../../../node_modules/@types/lodash/index.d.ts": [
|
|
1729
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
1730
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
1731
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
1732
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
1733
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
1734
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
1735
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
1736
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
1737
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
1738
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
1739
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
1740
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts"
|
|
1741
|
-
],
|
|
1742
1327
|
"../../../../node_modules/@types/node/assert/strict.d.ts": [
|
|
1743
1328
|
"../../../../node_modules/@types/node/assert.d.ts"
|
|
1744
1329
|
],
|
|
@@ -1958,32 +1543,6 @@
|
|
|
1958
1543
|
"../../../../node_modules/isomorphic-ws/index.d.ts": [
|
|
1959
1544
|
"../../../../node_modules/@types/ws/index.d.ts"
|
|
1960
1545
|
],
|
|
1961
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/base-client.d.ts": [
|
|
1962
|
-
"../../../../node_modules/@holochain/client/lib/index.d.ts",
|
|
1963
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts",
|
|
1964
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts"
|
|
1965
|
-
],
|
|
1966
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts": [
|
|
1967
|
-
"../../../../node_modules/@holochain/client/lib/index.d.ts",
|
|
1968
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/base-client.d.ts"
|
|
1969
|
-
],
|
|
1970
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/holo-client.d.ts": [
|
|
1971
|
-
"../../../../node_modules/@holochain/client/lib/index.d.ts",
|
|
1972
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/base-client.d.ts"
|
|
1973
|
-
],
|
|
1974
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/holochain-client.d.ts": [
|
|
1975
|
-
"../../../../node_modules/@holochain/client/lib/index.d.ts",
|
|
1976
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/base-client.d.ts"
|
|
1977
|
-
],
|
|
1978
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/index.d.ts": [
|
|
1979
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/base-client.d.ts",
|
|
1980
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts",
|
|
1981
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/holo-client.d.ts",
|
|
1982
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/holochain-client.d.ts"
|
|
1983
|
-
],
|
|
1984
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts": [
|
|
1985
|
-
"../../../../node_modules/@holochain/client/lib/index.d.ts"
|
|
1986
|
-
],
|
|
1987
1546
|
"../src/index.ts": [
|
|
1988
1547
|
"../src/syn-client.ts",
|
|
1989
1548
|
"../src/types/change.ts",
|
|
@@ -1995,8 +1554,8 @@
|
|
|
1995
1554
|
"../src/types/sync.ts"
|
|
1996
1555
|
],
|
|
1997
1556
|
"../src/syn-client.ts": [
|
|
1557
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/index.d.ts",
|
|
1998
1558
|
"../../../../node_modules/@holochain-open-dev/core-types/dist/index.d.ts",
|
|
1999
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/index.d.ts",
|
|
2000
1559
|
"../src/types/change.ts",
|
|
2001
1560
|
"../src/types/commit.ts",
|
|
2002
1561
|
"../src/types/folks.ts",
|
|
@@ -2036,6 +1595,12 @@
|
|
|
2036
1595
|
]
|
|
2037
1596
|
},
|
|
2038
1597
|
"semanticDiagnosticsPerFile": [
|
|
1598
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/agnostic-client.d.ts",
|
|
1599
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts",
|
|
1600
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/holo-client.d.ts",
|
|
1601
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/holochain-client.d.ts",
|
|
1602
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/index.d.ts",
|
|
1603
|
+
"../../../../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts",
|
|
2039
1604
|
"../../../../node_modules/@holochain-open-dev/core-types/dist/common.d.ts",
|
|
2040
1605
|
"../../../../node_modules/@holochain-open-dev/core-types/dist/dna-file.d.ts",
|
|
2041
1606
|
"../../../../node_modules/@holochain-open-dev/core-types/dist/element.d.ts",
|
|
@@ -2071,20 +1636,6 @@
|
|
|
2071
1636
|
"../../../../node_modules/@msgpack/msgpack/dist/index.d.ts",
|
|
2072
1637
|
"../../../../node_modules/@msgpack/msgpack/dist/timestamp.d.ts",
|
|
2073
1638
|
"../../../../node_modules/@msgpack/msgpack/dist/utils/stream.d.ts",
|
|
2074
|
-
"../../../../node_modules/@types/lodash-es/isEqual.d.ts",
|
|
2075
|
-
"../../../../node_modules/@types/lodash/common/array.d.ts",
|
|
2076
|
-
"../../../../node_modules/@types/lodash/common/collection.d.ts",
|
|
2077
|
-
"../../../../node_modules/@types/lodash/common/common.d.ts",
|
|
2078
|
-
"../../../../node_modules/@types/lodash/common/date.d.ts",
|
|
2079
|
-
"../../../../node_modules/@types/lodash/common/function.d.ts",
|
|
2080
|
-
"../../../../node_modules/@types/lodash/common/lang.d.ts",
|
|
2081
|
-
"../../../../node_modules/@types/lodash/common/math.d.ts",
|
|
2082
|
-
"../../../../node_modules/@types/lodash/common/number.d.ts",
|
|
2083
|
-
"../../../../node_modules/@types/lodash/common/object.d.ts",
|
|
2084
|
-
"../../../../node_modules/@types/lodash/common/seq.d.ts",
|
|
2085
|
-
"../../../../node_modules/@types/lodash/common/string.d.ts",
|
|
2086
|
-
"../../../../node_modules/@types/lodash/common/util.d.ts",
|
|
2087
|
-
"../../../../node_modules/@types/lodash/index.d.ts",
|
|
2088
1639
|
"../../../../node_modules/@types/node/assert.d.ts",
|
|
2089
1640
|
"../../../../node_modules/@types/node/assert/strict.d.ts",
|
|
2090
1641
|
"../../../../node_modules/@types/node/async_hooks.d.ts",
|
|
@@ -2172,12 +1723,6 @@
|
|
|
2172
1723
|
"../../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts",
|
|
2173
1724
|
"../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
2174
1725
|
"../../../../node_modules/typescript/lib/lib.esnext.intl.d.ts",
|
|
2175
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/base-client.d.ts",
|
|
2176
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/cell-client.d.ts",
|
|
2177
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/holo-client.d.ts",
|
|
2178
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/holochain-client.d.ts",
|
|
2179
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/index.d.ts",
|
|
2180
|
-
"../node_modules/@holochain-open-dev/cell-client/dist/signal-handler.d.ts",
|
|
2181
1726
|
"../src/index.ts",
|
|
2182
1727
|
"../src/syn-client.ts",
|
|
2183
1728
|
"../src/types/change.ts",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@holochain-syn/client",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"typescript": "^4.2.4"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@holochain-open-dev/cell-client": "^0.
|
|
22
|
+
"@holochain-open-dev/cell-client": "^0.4.0",
|
|
23
23
|
"@holochain-open-dev/core-types": "^0.2.0",
|
|
24
|
-
"@holochain/client": "
|
|
24
|
+
"@holochain/client": "0.3.2",
|
|
25
25
|
"@msgpack/msgpack": "^2.7.0",
|
|
26
26
|
"lodash-es": "^4.17.21"
|
|
27
27
|
},
|