@holochain-syn/client 0.11.3 → 0.300.0-dev.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.
package/dist/client.d.ts CHANGED
@@ -10,6 +10,7 @@ export declare class SynClient extends ZomeClient<SynSignal> {
10
10
  createDocument(document: Document): Promise<EntryRecord<Document>>;
11
11
  getDocumentsWithTag(tag: string): Promise<Array<Link>>;
12
12
  getDocument(documentHash: AnyDhtHash): Promise<EntryRecord<Document> | undefined>;
13
+ getAuthorsForDocument(documentHash: AnyDhtHash): Promise<Array<Link>>;
13
14
  tagDocument(documentHash: AnyDhtHash, tag: string): Promise<void>;
14
15
  removeDocumentTag(documentHash: AnyDhtHash, tag: string): Promise<void>;
15
16
  tagPathEntryHash(tag: string): Promise<EntryHash>;
package/dist/client.js CHANGED
@@ -21,6 +21,9 @@ export class SynClient extends ZomeClient {
21
21
  return undefined;
22
22
  return new EntryRecord(record);
23
23
  }
24
+ async getAuthorsForDocument(documentHash) {
25
+ return this.callZome('get_authors_for_document', documentHash);
26
+ }
24
27
  async tagDocument(documentHash, tag) {
25
28
  return this.callZome('tag_document', {
26
29
  document_hash: documentHash,
@@ -65,7 +68,11 @@ export class SynClient extends ZomeClient {
65
68
  return new EntryRecord(record);
66
69
  }
67
70
  async getCommitsForDocument(documentHash) {
68
- return this.callZome('get_commits_for_document', documentHash);
71
+ const commits = await this.callZome('get_commits_for_document', documentHash);
72
+ if (commits.length > 600) {
73
+ console.warn(`THERE ARE ${commits.length} FOR THIS DOCUMENT. THIS SHOULDN'T HAPPEN! REPORT TO THE SYN DEVS ABOUT THIS (guillemcordoba)`);
74
+ }
75
+ return commits;
69
76
  }
70
77
  /** Workspaces */
71
78
  async createWorkspace(workspace, initial_commit_hash) {
@@ -1 +1 @@
1
- {"version":3,"file":"client.js","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"client.js","sourceRoot":"","sources":["../src/client.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"program":{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/@holochain/serialization/dist/index.d.ts","../../../node_modules/@holochain/client/lib/types.d.ts","../../../node_modules/@holochain/client/lib/hdk/capabilities.d.ts","../../../node_modules/@holochain/client/lib/hdk/countersigning.d.ts","../../../node_modules/@holochain/client/lib/hdk/entry.d.ts","../../../node_modules/@holochain/client/lib/hdk/link.d.ts","../../../node_modules/@holochain/client/lib/hdk/action.d.ts","../../../node_modules/@holochain/client/lib/hdk/dht-ops.d.ts","../../../node_modules/@holochain/client/lib/hdk/record.d.ts","../../../node_modules/@holochain/client/lib/hdk/index.d.ts","../../../node_modules/@holochain/client/lib/api/common.d.ts","../../../node_modules/@holochain/client/lib/api/admin/types.d.ts","../../../node_modules/emittery/index.d.ts","../../../node_modules/isomorphic-ws/index.d.ts","../../../node_modules/@holochain/client/lib/api/client.d.ts","../../../node_modules/@holochain/client/lib/api/admin/websocket.d.ts","../../../node_modules/@holochain/client/lib/api/admin/index.d.ts","../../../node_modules/@holochain/client/lib/api/app/types.d.ts","../../../node_modules/@holochain/client/lib/api/zome-call-signing.d.ts","../../../node_modules/@holochain/client/lib/api/app/websocket.d.ts","../../../node_modules/@holochain/client/lib/api/app/index.d.ts","../../../node_modules/@holochain/client/lib/api/app-agent/types.d.ts","../../../node_modules/@holochain/client/lib/api/app-agent/websocket.d.ts","../../../node_modules/@holochain/client/lib/api/app-agent/index.d.ts","../../../node_modules/@holochain/client/lib/api/index.d.ts","../../../node_modules/@holochain/client/lib/utils/base64.d.ts","../../../node_modules/@holochain/client/lib/utils/fake-hash.d.ts","../../../node_modules/@holochain/client/lib/utils/hash-parts.d.ts","../../../node_modules/@holochain/client/lib/utils/index.d.ts","../../../node_modules/@holochain/client/lib/index.d.ts","../../../node_modules/@holochain-open-dev/utils/dist/hash.d.ts","../../../node_modules/@holochain-open-dev/utils/dist/fake.d.ts","../../../node_modules/@holochain-open-dev/utils/dist/entry.d.ts","../../../node_modules/@holochain-open-dev/utils/dist/action-committed-signal.d.ts","../../../node_modules/@holochain-open-dev/utils/dist/zome-client.d.ts","../../../node_modules/@holochain-open-dev/utils/dist/zome-mock.d.ts","../../../node_modules/@holochain-open-dev/utils/dist/holo-hash-map.d.ts","../../../node_modules/@holochain-open-dev/utils/dist/map-utils.d.ts","../../../node_modules/@holochain-open-dev/utils/dist/timestamp.d.ts","../../../node_modules/@holochain-open-dev/utils/dist/entry-record.d.ts","../../../node_modules/@holochain-open-dev/utils/dist/record-bag.d.ts","../../../node_modules/@holochain-open-dev/utils/dist/cell.d.ts","../../../node_modules/@holochain-open-dev/utils/dist/entry-state.d.ts","../../../node_modules/@holochain-open-dev/utils/dist/hrl.d.ts","../../../node_modules/@holochain-open-dev/utils/dist/role-name.d.ts","../../../node_modules/@holochain-open-dev/utils/dist/index.d.ts","../../../node_modules/@holochain-open-dev/utils/dist/clean-node-decoding.d.ts","../src/types.ts","../src/client.ts","../src/index.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/buffer/index.d.ts","../../../node_modules/undici-types/header.d.ts","../../../node_modules/undici-types/readable.d.ts","../../../node_modules/undici-types/file.d.ts","../../../node_modules/undici-types/fetch.d.ts","../../../node_modules/undici-types/formdata.d.ts","../../../node_modules/undici-types/connector.d.ts","../../../node_modules/undici-types/client.d.ts","../../../node_modules/undici-types/errors.d.ts","../../../node_modules/undici-types/dispatcher.d.ts","../../../node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/undici-types/global-origin.d.ts","../../../node_modules/undici-types/pool-stats.d.ts","../../../node_modules/undici-types/pool.d.ts","../../../node_modules/undici-types/handlers.d.ts","../../../node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/undici-types/agent.d.ts","../../../node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/undici-types/mock-agent.d.ts","../../../node_modules/undici-types/mock-client.d.ts","../../../node_modules/undici-types/mock-pool.d.ts","../../../node_modules/undici-types/mock-errors.d.ts","../../../node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/undici-types/api.d.ts","../../../node_modules/undici-types/cookies.d.ts","../../../node_modules/undici-types/patch.d.ts","../../../node_modules/undici-types/filereader.d.ts","../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/undici-types/websocket.d.ts","../../../node_modules/undici-types/content-type.d.ts","../../../node_modules/undici-types/cache.d.ts","../../../node_modules/undici-types/interceptors.d.ts","../../../node_modules/undici-types/index.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/dom-events.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/readline/promises.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/test.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/globals.global.d.ts","../../../node_modules/@types/node/index.d.ts"],"fileInfos":[{"version":"8730f4bf322026ff5229336391a18bcaa1f94d4f82416c8b2f3954e2ccaae2ba","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","4b421cbfb3a38a27c279dec1e9112c3d1da296f77a1a85ddadf7e7a425d45d18","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9",{"version":"3aafcb693fe5b5c3bd277bd4c3a617b53db474fe498fc5df067c5603b1eebde7","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"8cc8c5a3bac513368b0157f3d8b31cfdcfe78b56d3724f30f80ed9715e404af8","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"5f406584aef28a331c36523df688ca3650288d14f39c5d2e555c95f0d2ff8f6f","affectsGlobalScope":true},{"version":"22f230e544b35349cfb3bd9110b6ef37b41c6d6c43c3314a31bd0d9652fcec72","affectsGlobalScope":true},{"version":"7ea0b55f6b315cf9ac2ad622b0a7813315bb6e97bf4bb3fbf8f8affbca7dc695","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"eb26de841c52236d8222f87e9e6a235332e0788af8c87a71e9e210314300410a","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"81cac4cbc92c0c839c70f8ffb94eb61e2d32dc1c3cf6d95844ca099463cf37ea","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"5e5e095c4470c8bab227dbbc61374878ecead104c74ab9960d3adcccfee23205","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"2768ef564cfc0689a1b76106c421a2909bdff0acbe87da010785adab80efdd5c","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"52d1bb7ab7a3306fd0375c8bff560feed26ed676a5b0457fa8027b563aecb9a4","affectsGlobalScope":true},"3c6d7f6e11e03fbe2edeb9dd1a4640dd2413968ec11083b073ddb567b5c31245","4fa99e1a528208b43260c1da93fe732becff9a156ec5de29664918cfff97fc10","ad79280f777eb527c313c058cfa32a33cbc00cae03e4cf7439b8b495be26b6a1","33c9fb96cbc5eedbae95ac3cadcc2f85667d9ee56dd31a2124d24c0ab7f72fa1","ee5120b397629a6d2e71bdde434766988ef7ec4ab932d12118533cb82a9906ca","7befd9c1c1aec23d7ce94030f81f9e0efff7691bf589e6ec06248e7f931b9bbc","f574d1ea87b5d7b53343d51101154c3e5414025adcefdb53e1cda58b3d898c8c","6a57a81365be52947f544edd399b0f914f95bf229258ecf6f98c573abf5f608b","41a5f23f9818decc69d093b28304169d5cfdcea6ef2f00121ee4c601b4a9b402","1de2ecc502fce9d6aa521320b76b22bdbd22a615b6fed6fe0e327fca99b47d48","ec074adf5bc275949c74d731253139c15bd68e8cd6977fdcc2a61b34c7bc2a79","4aa52029ca4e2e704cc37c6160f8b53cfa9be38c83cb2ed0be300a7c597933f8","30ca089ceab52f168e4a30d9c2fe1835743e5c4cbd9ec40b0b9e67b13b9b9dc5","1442a75050bad91356b11dcea6dfb877154d1f2e00f863a9b17ba5e903659503","ab280df01931f8d2c1a3fa177136fa47e6d6121f4f54fef6cc3753b250a437ee","1c64b10749648e8c29b61333784b120b700bfc1ffc61eea868524ac36c9a5204","e76069367e6b1580fe09b6c14dc0e477df342f2758cb5570ae8cd06caa6188cf","ed32f4f681592e497d5f1fb1bac9517084a05f9d1134b74f2cae8f1467811bf4","270dbb9c61ca6740b4a3fe13890fbcf613197cd5bc28501e3847528d7a5c6d06","a7a568b55b81c81bf43313ab0476cabdca9c66f849b011922d09695a6437cfc8","e76069367e6b1580fe09b6c14dc0e477df342f2758cb5570ae8cd06caa6188cf","719e6bc7fd9d9e34a8d9fc6128d530d665683af501f0a62d1fc9aa9121a86bff","6ceb5a99ad7d21a959052e7cab115b1bb8b6769a8912499b3d79097b8e360bca","e76069367e6b1580fe09b6c14dc0e477df342f2758cb5570ae8cd06caa6188cf","ad1fa5f87c4b35e3afb4e655d9ce490678d127b0f46acf84badea4f624290dcc","f7e09742d2615dd1d124704163f36a270f29313b5df2b7be8f9ff437d5ba2669","3323e4131dd27278b81d7a076e03791b8914e3966c248409a8bbbb1c03293c50","def962212233f8ae4bfbe04ee69989dfc19faa7bd27e8e1240356253ed246a1d","28630109e0d10d0665cff21f1d37115480ad9d76afe74932250cbc9191ea4755","8e07e510136d912892df588fd9d79f1f26415e879f4b2893f334cd793a9c8577","6f82bfed1baafbc20cb7226adfa22a5ec61fc0332e0e669c28bb5e81b4fc248c","f7b0ac11a96661e26bd68733af69efe70d727333c6d8db0b942fc277f0b6b8b8","714b0982b23aab486508e45fc04af9e88932dc8cba3f7647aac32fd3ec21d41c","0dfc2ded3356c698a8f5bfa3ce7ca868d1edbb008b60c13be6fd5d86711ec5c7","549ceba1065d66a2740edb8474ada9042e3b5e5ae4299cb8a4203031526532a9","23f31f7b828c86d219f54e19e6f98f6629057065a1f8abca67441ecdc36f03df","3f0a0d9d16d7eab231b3ce8797c3294ba03112fb0c99c1dfac9c3b05dcfbb103","b4a9af945c831767b62a09d1b166d63fe5f54d2ec32d7be9682c4c989a5614a4","92428ea53b5f07627f5c1c065e2cc1d17538af7ff317cefc78d7b2372fb2eade","270057e134bf77d0cb5318a2ebde01d97edb1d3ab59e5649ba010f5e3ba7b9dc","6645a016cbd9d1565344bef31b13475be48f47d226189f7fc695516993c8b0b1","99001fe54b9de012d395713d645a08032a8ef7da1d128ab3b0b756c6c49dc8e6","c397491eb2d833ac87d94ae26b4f65cff931d483e6d79725ee12c2e4f2c22231","9a4558eb853e64b4fe11f2decb6aef6444bdca68a8bd2dab62e30b8876ceed80","0d291e21250c05468e257ad28e21bd399c36dcb4ca2be86ed7e0e82d93407c14","45f937f94d62f5d1ae3f6b172748d9430f824225bc31acf179e6fddd4a0f442a","fdcd5b7f1245f9a9c8aefac0ee3041876e4229af5a5453a8cd9e7adb12356ee0",{"version":"cae5e515a5265c07074b537a4a0cbd9723a7ed5c60b48d9f7916cabf55311abf","signature":"dc5a8fd74ad6738ab43dcbc8fe57516decb10f1842a1dacd2df263b78bc20427"},{"version":"3bcfd4c7f2b16b6ce9b07f5b9fcf8d57c0e613cf50721f8ea64b3ca4fabfb5d3","signature":"1d4f1b588435a96273d38e0a2429639692b6106568b1d09bc818613bf58a44d8"},"1bd7bdb278a946e7388b8b2bcec7a5b87aa85132662a06b7eda1030a44232a9e","efc7d584a33fe3422847783d228f315c4cd1afe74bd7cf8e3f0e4c1125129fef","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1",{"version":"a14ed46fa3f5ffc7a8336b497cd07b45c2084213aaca933a22443fcb2eef0d07","affectsGlobalScope":true},"cce1f5f86974c1e916ec4a8cab6eec9aa8e31e8148845bf07fbaa8e1d97b1a2c",{"version":"185282b122cbca820c297a02a57b89cf5967ab43e220e3e174d872d3f9a94d2c","affectsGlobalScope":true},"16d74fe4d8e183344d3beb15d48b123c5980ff32ff0cc8c3b96614ddcdf9b239","7b43160a49cf2c6082da0465876c4a0b164e160b81187caeb0a6ca7a281e85ba",{"version":"41fb2a1c108fbf46609ce5a451b7ec78eb9b5ada95fd5b94643e4b26397de0b3","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","06f613ad82b49f264a12e30977e791d5b0addf9d8d1d18cd135c402928ff0607","285e512c7a0db217a0599e18c462d565fa35be4a5153dd7b80bee88c83e83ddf","b5b719a47968cd61a6f83f437236bb6fe22a39223b6620da81ef89f5d7a78fb7","8806ae97308ef26363bd7ec8071bca4d07fb575f905ee3d8a91aff226df6d618","af5bf1db6f1804fb0069039ae77a05d60133c77a2158d9635ea27b6bb2828a8f","b7fe70be794e13d1b7940e318b8770cd1fb3eced7707805318a2e3aaac2c3e9e",{"version":"2c71199d1fc83bf17636ad5bf63a945633406b7b94887612bba4ef027c662b3e","affectsGlobalScope":true},{"version":"7ae9dc7dbb58cd843065639707815df85c044babaa0947116f97bdb824d07204","affectsGlobalScope":true},"7aae1df2053572c2cfc2089a77847aadbb38eedbaa837a846c6a49fb37c6e5bd","313a0b063f5188037db113509de1b934a0e286f14e9479af24fada241435e707","1f758340b027b18ae8773ac3d33a60648a2af49eaae9e4fde18d0a0dd608642c","87ef1a23caa071b07157c72077fa42b86d30568f9dc9e31eed24d5d14fc30ba8","396a8939b5e177542bdf9b5262b4eee85d29851b2d57681fa9d7eae30e225830","21773f5ac69ddf5a05636ba1f50b5239f4f2d27e4420db147fc2f76a5ae598ac",{"version":"dea4c00820d4fac5e530d4842aed2fb20d6744d75a674b95502cbd433f88bcb0","affectsGlobalScope":true},"a5fe4cc622c3bf8e09ababde5f4096ceac53163eefcd95e9cd53f062ff9bb67a","45b1053e691c5af9bfe85060a3e1542835f8d84a7e6e2e77ca305251eda0cb3c","0f05c06ff6196958d76b865ae17245b52d8fe01773626ac3c43214a2458ea7b7",{"version":"0d832a0650a74aafc276cb3f7bb26bde2e2270a6f87e6c871a64122e9203079b","affectsGlobalScope":true},{"version":"c6f3869f12bb5c3bb8ecd0b050ea20342b89b944eae18d313cde6b0ccc0925d7","affectsGlobalScope":true},"8abd0566d2854c4bd1c5e48e05df5c74927187f1541e6770001d9637ac41542e","d742ed2db6d5425b3b6ac5fb1f2e4b1ed2ae74fbeee8d0030d852121a4b05d2f","d8dba11dc34d50cb4202de5effa9a1b296d7a2f4a029eec871f894bddfb6430d","8b71dd18e7e63b6f991b511a201fad7c3bf8d1e0dd98acb5e3d844f335a73634","01d8e1419c84affad359cc240b2b551fb9812b450b4d3d456b64cda8102d4f60","8221b00f271cf7f535a8eeec03b0f80f0929c7a16116e2d2df089b41066de69b","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","f8c87b19eae111f8720b0345ab301af8d81add39621b63614dfc2d15fd6f140a","831c22d257717bf2cbb03afe9c4bcffc5ccb8a2074344d4238bf16d3a857bb12",{"version":"2225100373ca3d63bcc7f206e1177152d2e2161285a0bd83c8374db1503a0d1f","affectsGlobalScope":true},{"version":"7052b7b0c3829df3b4985bab2fd74531074b4835d5a7b263b75c82f0916ad62f","affectsGlobalScope":true},"aa34c3aa493d1c699601027c441b9664547c3024f9dbab1639df7701d63d18fa","eefcdf86cefff36e5d87de36a3638ab5f7d16c2b68932be4a72c14bb924e43c1","7c651f8dce91a927ab62925e73f190763574c46098f2b11fb8ddc1b147a6709a","7440ab60f4cb031812940cc38166b8bb6fbf2540cfe599f87c41c08011f0c1df",{"version":"4d0405568cf6e0ff36a4861c4a77e641366feaefa751600b0a4d12a5e8f730a8","affectsGlobalScope":true},{"version":"f5b5dc128973498b75f52b1b8c2d5f8629869104899733ae485100c2309b4c12","affectsGlobalScope":true},"e393915d3dc385e69c0e2390739c87b2d296a610662eb0b1cb85224e55992250","79bad8541d5779c85e82a9fb119c1fe06af77a71cc40f869d62ad379473d4b75","4a34b074b11c3597fb2ff890bc8f1484375b3b80793ab01f974534808d5777c7",{"version":"629d20681ca284d9e38c0a019f647108f5fe02f9c59ac164d56f5694fc3faf4d","affectsGlobalScope":true},"e7dbf5716d76846c7522e910896c5747b6df1abd538fee8f5291bdc843461795",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"b510d0a18e3db42ac9765d26711083ec1e8b4e21caaca6dc4d25ae6e8623f447"],"options":{"allowSyntheticDefaultImports":true,"declaration":true,"declarationDir":"./","esModuleInterop":true,"experimentalDecorators":true,"module":99,"noEmitOnError":true,"noErrorTruncation":true,"noImplicitAny":false,"noImplicitThis":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","skipDefaultLibCheck":true,"skipLibCheck":true,"sourceMap":true,"strict":true,"target":4},"fileIdsList":[[72],[72,82,83],[73,74,75,76,77,78,79,80,81,82,83,84,85,86,87],[72,79],[72,79,82],[55,72],[54,58],[44,52,53,67],[44,45,53,54,57],[64,65],[55,63,67,72],[44,54,55,60,62,64],[60,62],[44,53,54],[44,45,53,55,57,60,61],[55,56],[44],[43,53,57,59,61,63,66],[44,45],[44,47,48],[44,54],[44,47],[44,47,49],[44,45,46],[45,46,47,48,49,50,51],[47,49],[44,52,67,71],[68,69,70],[93],[129],[130,135,163],[131,142,143,150,160,171],[131,132,142,150],[133,172],[134,135,143,151],[135,160,168],[136,138,142,150],[137],[138,139],[142],[140,142],[129,142],[142,143,144,160,171],[142,143,144,157,160,163],[127,130,176],[138,142,145,150,160,171],[142,143,145,146,150,160,168,171],[145,147,160,168,171],[93,94,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178],[142,148],[149,171,176],[138,142,150,160],[151],[152],[129,153],[154,170,176],[155],[156],[142,157,158],[157,159,172,174],[130,142,160,161,162,163],[130,160,162],[160,161],[163],[164],[129,160],[142,166,167],[166,167],[135,150,160,168],[169],[150,170],[130,145,156,171],[135,172],[160,173],[149,174],[175],[130,135,142,144,153,160,171,174,176],[160,177],[104,108,171],[104,160,171],[99],[101,104,168,171],[150,168],[179],[99,179],[101,104,150,171],[96,97,100,103,130,142,160,171],[96,102],[100,104,130,163,171,179],[130,179],[120,130,179],[98,99,179],[104],[98,99,100,101,102,103,104,105,106,108,109,110,111,112,113,114,115,116,117,118,119,121,122,123,124,125,126],[104,111,112],[102,104,112,113],[103],[96,99,104],[104,108,112,113],[108],[102,104,107,171],[96,101,102,104,108,111],[130,160],[99,104,120,130,176,179],[72,88,89,90],[90,91],[72,88],[72,88,90]],"referencedMap":[[76,1],[84,1],[82,1],[85,2],[75,1],[74,1],[73,1],[79,1],[86,1],[88,3],[80,4],[83,5],[87,1],[81,1],[77,6],[78,6],[59,7],[54,8],[58,9],[66,10],[64,11],[65,12],[63,13],[60,14],[62,15],[57,16],[53,17],[67,18],[61,19],[49,20],[45,21],[46,22],[50,23],[47,24],[52,25],[48,17],[51,26],[72,27],[68,17],[69,17],[70,17],[71,28],[93,29],[94,29],[129,30],[130,31],[131,32],[132,33],[133,34],[134,35],[135,36],[136,37],[137,38],[138,39],[139,39],[141,40],[140,41],[142,42],[143,43],[144,44],[128,45],[145,46],[146,47],[147,48],[179,49],[148,50],[149,51],[150,52],[151,53],[152,54],[153,55],[154,56],[155,57],[156,58],[157,59],[158,59],[159,60],[160,61],[162,62],[161,63],[163,64],[164,65],[165,66],[166,67],[167,68],[168,69],[169,70],[170,71],[171,72],[172,73],[173,74],[174,75],[175,76],[176,77],[177,78],[111,79],[118,80],[110,79],[125,81],[102,82],[101,83],[124,84],[119,85],[122,86],[104,87],[103,88],[99,89],[98,90],[121,91],[100,92],[105,93],[109,93],[127,94],[126,93],[113,95],[114,96],[116,97],[112,98],[115,99],[120,84],[107,100],[108,101],[117,102],[97,103],[123,104],[91,105],[92,106],[90,107]],"exportedModulesMap":[[76,1],[84,1],[82,1],[85,2],[75,1],[74,1],[73,1],[79,1],[86,1],[88,3],[80,4],[83,5],[87,1],[81,1],[77,6],[78,6],[59,7],[54,8],[58,9],[66,10],[64,11],[65,12],[63,13],[60,14],[62,15],[57,16],[53,17],[67,18],[61,19],[49,20],[45,21],[46,22],[50,23],[47,24],[52,25],[48,17],[51,26],[72,27],[68,17],[69,17],[70,17],[71,28],[93,29],[94,29],[129,30],[130,31],[131,32],[132,33],[133,34],[134,35],[135,36],[136,37],[137,38],[138,39],[139,39],[141,40],[140,41],[142,42],[143,43],[144,44],[128,45],[145,46],[146,47],[147,48],[179,49],[148,50],[149,51],[150,52],[151,53],[152,54],[153,55],[154,56],[155,57],[156,58],[157,59],[158,59],[159,60],[160,61],[162,62],[161,63],[163,64],[164,65],[165,66],[166,67],[167,68],[168,69],[169,70],[170,71],[171,72],[172,73],[173,74],[174,75],[175,76],[176,77],[177,78],[111,79],[118,80],[110,79],[125,81],[102,82],[101,83],[124,84],[119,85],[122,86],[104,87],[103,88],[99,89],[98,90],[121,91],[100,92],[105,93],[109,93],[127,94],[126,93],[113,95],[114,96],[116,97],[112,98],[115,99],[120,84],[107,100],[108,101],[117,102],[97,103],[123,104],[91,108],[92,106],[90,107]],"semanticDiagnosticsPerFile":[76,84,89,82,85,75,74,73,79,86,88,80,83,87,81,77,78,59,54,58,66,64,65,63,60,62,57,53,67,61,49,45,46,50,47,52,48,51,72,44,68,69,70,71,43,93,94,129,130,131,132,133,134,135,136,137,138,139,141,140,142,143,144,128,178,145,146,147,179,148,149,150,151,152,153,154,155,156,157,158,159,160,162,161,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,95,55,56,8,10,9,2,11,12,13,14,15,16,17,18,3,4,22,19,20,21,23,24,25,5,26,27,28,29,6,33,30,31,32,34,7,35,40,41,36,37,38,39,1,42,111,118,110,125,102,101,124,119,122,104,103,99,98,121,100,105,106,109,96,127,126,113,114,116,112,115,120,107,108,117,97,123,91,92,90]},"version":"4.9.5"}
1
+ {"program":{"fileNames":["../../../node_modules/typescript/lib/lib.es5.d.ts","../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../node_modules/typescript/lib/lib.dom.d.ts","../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../node_modules/@holochain/serialization/dist/index.d.ts","../node_modules/@holochain/client/lib/types.d.ts","../node_modules/@holochain/client/lib/hdk/capabilities.d.ts","../node_modules/@holochain/client/lib/hdk/countersigning.d.ts","../node_modules/@holochain/client/lib/hdk/entry.d.ts","../node_modules/@holochain/client/lib/hdk/link.d.ts","../node_modules/@holochain/client/lib/hdk/action.d.ts","../node_modules/@holochain/client/lib/hdk/dht-ops.d.ts","../node_modules/@holochain/client/lib/hdk/record.d.ts","../node_modules/@holochain/client/lib/hdk/index.d.ts","../node_modules/@holochain/client/lib/api/common.d.ts","../node_modules/@holochain/client/lib/api/admin/types.d.ts","../../../node_modules/emittery/index.d.ts","../../../node_modules/isomorphic-ws/index.d.ts","../node_modules/@holochain/client/lib/api/client.d.ts","../node_modules/@holochain/client/lib/api/admin/websocket.d.ts","../node_modules/@holochain/client/lib/api/admin/index.d.ts","../node_modules/@holochain/client/lib/api/app/types.d.ts","../node_modules/@holochain/client/lib/api/zome-call-signing.d.ts","../node_modules/@holochain/client/lib/api/app/websocket.d.ts","../node_modules/@holochain/client/lib/api/app/index.d.ts","../node_modules/@holochain/client/lib/api/app-agent/types.d.ts","../node_modules/@holochain/client/lib/api/app-agent/websocket.d.ts","../node_modules/@holochain/client/lib/api/app-agent/index.d.ts","../node_modules/@holochain/client/lib/api/index.d.ts","../node_modules/@holochain/client/lib/utils/base64.d.ts","../node_modules/@holochain/client/lib/utils/fake-hash.d.ts","../node_modules/@holochain/client/lib/utils/hash-parts.d.ts","../node_modules/@holochain/client/lib/utils/index.d.ts","../node_modules/@holochain/client/lib/index.d.ts","../node_modules/@holochain-open-dev/utils/dist/hash.d.ts","../node_modules/@holochain-open-dev/utils/dist/fake.d.ts","../node_modules/@holochain-open-dev/utils/dist/entry.d.ts","../node_modules/@holochain-open-dev/utils/dist/action-committed-signal.d.ts","../node_modules/@holochain-open-dev/utils/dist/zome-client.d.ts","../node_modules/@holochain-open-dev/utils/dist/zome-mock.d.ts","../node_modules/@holochain-open-dev/utils/dist/holo-hash-map.d.ts","../node_modules/@holochain-open-dev/utils/dist/map-utils.d.ts","../node_modules/@holochain-open-dev/utils/dist/timestamp.d.ts","../node_modules/@holochain-open-dev/utils/dist/entry-record.d.ts","../node_modules/@holochain-open-dev/utils/dist/record-bag.d.ts","../node_modules/@holochain-open-dev/utils/dist/cell.d.ts","../node_modules/@holochain-open-dev/utils/dist/entry-state.d.ts","../node_modules/@holochain-open-dev/utils/dist/hrl.d.ts","../node_modules/@holochain-open-dev/utils/dist/role-name.d.ts","../node_modules/@holochain-open-dev/utils/dist/index.d.ts","../node_modules/@holochain-open-dev/utils/dist/clean-node-decoding.d.ts","../src/types.ts","../src/client.ts","../src/index.ts","../../../node_modules/@types/node/assert.d.ts","../../../node_modules/@types/node/assert/strict.d.ts","../../../node_modules/buffer/index.d.ts","../../../node_modules/undici-types/header.d.ts","../../../node_modules/undici-types/readable.d.ts","../../../node_modules/undici-types/file.d.ts","../../../node_modules/undici-types/fetch.d.ts","../../../node_modules/undici-types/formdata.d.ts","../../../node_modules/undici-types/connector.d.ts","../../../node_modules/undici-types/client.d.ts","../../../node_modules/undici-types/errors.d.ts","../../../node_modules/undici-types/dispatcher.d.ts","../../../node_modules/undici-types/global-dispatcher.d.ts","../../../node_modules/undici-types/global-origin.d.ts","../../../node_modules/undici-types/pool-stats.d.ts","../../../node_modules/undici-types/pool.d.ts","../../../node_modules/undici-types/handlers.d.ts","../../../node_modules/undici-types/balanced-pool.d.ts","../../../node_modules/undici-types/agent.d.ts","../../../node_modules/undici-types/mock-interceptor.d.ts","../../../node_modules/undici-types/mock-agent.d.ts","../../../node_modules/undici-types/mock-client.d.ts","../../../node_modules/undici-types/mock-pool.d.ts","../../../node_modules/undici-types/mock-errors.d.ts","../../../node_modules/undici-types/proxy-agent.d.ts","../../../node_modules/undici-types/api.d.ts","../../../node_modules/undici-types/cookies.d.ts","../../../node_modules/undici-types/patch.d.ts","../../../node_modules/undici-types/filereader.d.ts","../../../node_modules/undici-types/diagnostics-channel.d.ts","../../../node_modules/undici-types/websocket.d.ts","../../../node_modules/undici-types/content-type.d.ts","../../../node_modules/undici-types/cache.d.ts","../../../node_modules/undici-types/interceptors.d.ts","../../../node_modules/undici-types/index.d.ts","../../../node_modules/@types/node/globals.d.ts","../../../node_modules/@types/node/async_hooks.d.ts","../../../node_modules/@types/node/buffer.d.ts","../../../node_modules/@types/node/child_process.d.ts","../../../node_modules/@types/node/cluster.d.ts","../../../node_modules/@types/node/console.d.ts","../../../node_modules/@types/node/constants.d.ts","../../../node_modules/@types/node/crypto.d.ts","../../../node_modules/@types/node/dgram.d.ts","../../../node_modules/@types/node/diagnostics_channel.d.ts","../../../node_modules/@types/node/dns.d.ts","../../../node_modules/@types/node/dns/promises.d.ts","../../../node_modules/@types/node/domain.d.ts","../../../node_modules/@types/node/dom-events.d.ts","../../../node_modules/@types/node/events.d.ts","../../../node_modules/@types/node/fs.d.ts","../../../node_modules/@types/node/fs/promises.d.ts","../../../node_modules/@types/node/http.d.ts","../../../node_modules/@types/node/http2.d.ts","../../../node_modules/@types/node/https.d.ts","../../../node_modules/@types/node/inspector.d.ts","../../../node_modules/@types/node/module.d.ts","../../../node_modules/@types/node/net.d.ts","../../../node_modules/@types/node/os.d.ts","../../../node_modules/@types/node/path.d.ts","../../../node_modules/@types/node/perf_hooks.d.ts","../../../node_modules/@types/node/process.d.ts","../../../node_modules/@types/node/punycode.d.ts","../../../node_modules/@types/node/querystring.d.ts","../../../node_modules/@types/node/readline.d.ts","../../../node_modules/@types/node/readline/promises.d.ts","../../../node_modules/@types/node/repl.d.ts","../../../node_modules/@types/node/stream.d.ts","../../../node_modules/@types/node/stream/promises.d.ts","../../../node_modules/@types/node/stream/consumers.d.ts","../../../node_modules/@types/node/stream/web.d.ts","../../../node_modules/@types/node/string_decoder.d.ts","../../../node_modules/@types/node/test.d.ts","../../../node_modules/@types/node/timers.d.ts","../../../node_modules/@types/node/timers/promises.d.ts","../../../node_modules/@types/node/tls.d.ts","../../../node_modules/@types/node/trace_events.d.ts","../../../node_modules/@types/node/tty.d.ts","../../../node_modules/@types/node/url.d.ts","../../../node_modules/@types/node/util.d.ts","../../../node_modules/@types/node/v8.d.ts","../../../node_modules/@types/node/vm.d.ts","../../../node_modules/@types/node/wasi.d.ts","../../../node_modules/@types/node/worker_threads.d.ts","../../../node_modules/@types/node/zlib.d.ts","../../../node_modules/@types/node/globals.global.d.ts","../../../node_modules/@types/node/index.d.ts","../../../node_modules/@holochain/client/lib/index.d.ts","../../../node_modules/@holochain-open-dev/utils/dist/index.d.ts"],"fileInfos":[{"version":"8730f4bf322026ff5229336391a18bcaa1f94d4f82416c8b2f3954e2ccaae2ba","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","4b421cbfb3a38a27c279dec1e9112c3d1da296f77a1a85ddadf7e7a425d45d18","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9",{"version":"3aafcb693fe5b5c3bd277bd4c3a617b53db474fe498fc5df067c5603b1eebde7","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"8cc8c5a3bac513368b0157f3d8b31cfdcfe78b56d3724f30f80ed9715e404af8","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"5f406584aef28a331c36523df688ca3650288d14f39c5d2e555c95f0d2ff8f6f","affectsGlobalScope":true},{"version":"22f230e544b35349cfb3bd9110b6ef37b41c6d6c43c3314a31bd0d9652fcec72","affectsGlobalScope":true},{"version":"7ea0b55f6b315cf9ac2ad622b0a7813315bb6e97bf4bb3fbf8f8affbca7dc695","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"eb26de841c52236d8222f87e9e6a235332e0788af8c87a71e9e210314300410a","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"81cac4cbc92c0c839c70f8ffb94eb61e2d32dc1c3cf6d95844ca099463cf37ea","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"5e5e095c4470c8bab227dbbc61374878ecead104c74ab9960d3adcccfee23205","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"2768ef564cfc0689a1b76106c421a2909bdff0acbe87da010785adab80efdd5c","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"52d1bb7ab7a3306fd0375c8bff560feed26ed676a5b0457fa8027b563aecb9a4","affectsGlobalScope":true},"3c6d7f6e11e03fbe2edeb9dd1a4640dd2413968ec11083b073ddb567b5c31245","4fa99e1a528208b43260c1da93fe732becff9a156ec5de29664918cfff97fc10","ad79280f777eb527c313c058cfa32a33cbc00cae03e4cf7439b8b495be26b6a1","33c9fb96cbc5eedbae95ac3cadcc2f85667d9ee56dd31a2124d24c0ab7f72fa1","ee5120b397629a6d2e71bdde434766988ef7ec4ab932d12118533cb82a9906ca","7befd9c1c1aec23d7ce94030f81f9e0efff7691bf589e6ec06248e7f931b9bbc","f574d1ea87b5d7b53343d51101154c3e5414025adcefdb53e1cda58b3d898c8c","6a57a81365be52947f544edd399b0f914f95bf229258ecf6f98c573abf5f608b","41a5f23f9818decc69d093b28304169d5cfdcea6ef2f00121ee4c601b4a9b402","1de2ecc502fce9d6aa521320b76b22bdbd22a615b6fed6fe0e327fca99b47d48","2c227989de6008393b0d5e21146c16e767efeaeeaeac35855b6624d95deba6f3","4aa52029ca4e2e704cc37c6160f8b53cfa9be38c83cb2ed0be300a7c597933f8","30ca089ceab52f168e4a30d9c2fe1835743e5c4cbd9ec40b0b9e67b13b9b9dc5","1442a75050bad91356b11dcea6dfb877154d1f2e00f863a9b17ba5e903659503","8b77fb232829d71e76a588c131632d0061812524e1d23f83ee1c2cfb6b489fb5","1927ec49b3b3d07b5de8b580dc0df809e1a477e9a8710ae2824f5f84f07d7c21","e76069367e6b1580fe09b6c14dc0e477df342f2758cb5570ae8cd06caa6188cf","a0c95ef51509e2afb925ae79fc20c5a6886bd954d875c30edeaa27157de01328","270dbb9c61ca6740b4a3fe13890fbcf613197cd5bc28501e3847528d7a5c6d06","308d82935f855a9f8a590169676e59ea6633e155b33bdcc4cd7a402d075aa389","e76069367e6b1580fe09b6c14dc0e477df342f2758cb5570ae8cd06caa6188cf","719e6bc7fd9d9e34a8d9fc6128d530d665683af501f0a62d1fc9aa9121a86bff","d8f7cce1b3262b7965f8f4a68e81ae38baffa7e7dbdaddb911923ad1a5417d6b","e76069367e6b1580fe09b6c14dc0e477df342f2758cb5570ae8cd06caa6188cf","d1517cce54e40aa78a67358da3af621fb8e86f75d73a0ad3072e7c044d2114f7","f7e09742d2615dd1d124704163f36a270f29313b5df2b7be8f9ff437d5ba2669","3323e4131dd27278b81d7a076e03791b8914e3966c248409a8bbbb1c03293c50","def962212233f8ae4bfbe04ee69989dfc19faa7bd27e8e1240356253ed246a1d","28630109e0d10d0665cff21f1d37115480ad9d76afe74932250cbc9191ea4755","8e07e510136d912892df588fd9d79f1f26415e879f4b2893f334cd793a9c8577","6f82bfed1baafbc20cb7226adfa22a5ec61fc0332e0e669c28bb5e81b4fc248c","f7b0ac11a96661e26bd68733af69efe70d727333c6d8db0b942fc277f0b6b8b8","714b0982b23aab486508e45fc04af9e88932dc8cba3f7647aac32fd3ec21d41c","0dfc2ded3356c698a8f5bfa3ce7ca868d1edbb008b60c13be6fd5d86711ec5c7","549ceba1065d66a2740edb8474ada9042e3b5e5ae4299cb8a4203031526532a9","23f31f7b828c86d219f54e19e6f98f6629057065a1f8abca67441ecdc36f03df","3f0a0d9d16d7eab231b3ce8797c3294ba03112fb0c99c1dfac9c3b05dcfbb103","b4a9af945c831767b62a09d1b166d63fe5f54d2ec32d7be9682c4c989a5614a4","92428ea53b5f07627f5c1c065e2cc1d17538af7ff317cefc78d7b2372fb2eade","270057e134bf77d0cb5318a2ebde01d97edb1d3ab59e5649ba010f5e3ba7b9dc","6645a016cbd9d1565344bef31b13475be48f47d226189f7fc695516993c8b0b1","99001fe54b9de012d395713d645a08032a8ef7da1d128ab3b0b756c6c49dc8e6","c397491eb2d833ac87d94ae26b4f65cff931d483e6d79725ee12c2e4f2c22231","9a4558eb853e64b4fe11f2decb6aef6444bdca68a8bd2dab62e30b8876ceed80","0d291e21250c05468e257ad28e21bd399c36dcb4ca2be86ed7e0e82d93407c14","45f937f94d62f5d1ae3f6b172748d9430f824225bc31acf179e6fddd4a0f442a","fdcd5b7f1245f9a9c8aefac0ee3041876e4229af5a5453a8cd9e7adb12356ee0",{"version":"cae5e515a5265c07074b537a4a0cbd9723a7ed5c60b48d9f7916cabf55311abf","signature":"dc5a8fd74ad6738ab43dcbc8fe57516decb10f1842a1dacd2df263b78bc20427"},{"version":"352d80a5b2def65cca5383cf64825300203743d8dfa95439ebbc8a21e8c6ec14","signature":"fda058328853eea33eb5f69e0bd13d139baea6403c96fceca896e3442322011c"},"1bd7bdb278a946e7388b8b2bcec7a5b87aa85132662a06b7eda1030a44232a9e","efc7d584a33fe3422847783d228f315c4cd1afe74bd7cf8e3f0e4c1125129fef","7394959e5a741b185456e1ef5d64599c36c60a323207450991e7a42e08911419","8e9c23ba78aabc2e0a27033f18737a6df754067731e69dc5f52823957d60a4b6","5929864ce17fba74232584d90cb721a89b7ad277220627cc97054ba15a98ea8f","7180c03fd3cb6e22f911ce9ba0f8a7008b1a6ddbe88ccf16a9c8140ef9ac1686","25c8056edf4314820382a5fdb4bb7816999acdcb929c8f75e3f39473b87e85bc","54cb85a47d760da1c13c00add10d26b5118280d44d58e6908d8e89abbd9d7725","3e4825171442666d31c845aeb47fcd34b62e14041bb353ae2b874285d78482aa","c6fd2c5a395f2432786c9cb8deb870b9b0e8ff7e22c029954fabdd692bff6195","a967bfe3ad4e62243eb604bf956101e4c740f5921277c60debaf325c1320bf88","e9775e97ac4877aebf963a0289c81abe76d1ec9a2a7778dbe637e5151f25c5f3","471e1da5a78350bc55ef8cef24eb3aca6174143c281b8b214ca2beda51f5e04a","cadc8aced301244057c4e7e73fbcae534b0f5b12a37b150d80e5a45aa4bebcbd","385aab901643aa54e1c36f5ef3107913b10d1b5bb8cbcd933d4263b80a0d7f20","9670d44354bab9d9982eca21945686b5c24a3f893db73c0dae0fd74217a4c219","db3435f3525cd785bf21ec6769bf8da7e8a776be1a99e2e7efb5f244a2ef5fee","c3b170c45fc031db31f782e612adf7314b167e60439d304b49e704010e7bafe5","40383ebef22b943d503c6ce2cb2e060282936b952a01bea5f9f493d5fb487cc7","4893a895ea92c85345017a04ed427cbd6a1710453338df26881a6019432febdd","3a84b7cb891141824bd00ef8a50b6a44596aded4075da937f180c90e362fe5f6","13f6f39e12b1518c6650bbb220c8985999020fe0f21d818e28f512b7771d00f9","9b5369969f6e7175740bf51223112ff209f94ba43ecd3bb09eefff9fd675624a","4fe9e626e7164748e8769bbf74b538e09607f07ed17c2f20af8d680ee49fc1da","24515859bc0b836719105bb6cc3d68255042a9f02a6022b3187948b204946bd2","33203609eba548914dc83ddf6cadbc0bcb6e8ef89f6d648ca0908ae887f9fcc5","0db18c6e78ea846316c012478888f33c11ffadab9efd1cc8bcc12daded7a60b6","89167d696a849fce5ca508032aabfe901c0868f833a8625d5a9c6e861ef935d2","e53a3c2a9f624d90f24bf4588aacd223e7bec1b9d0d479b68d2f4a9e6011147f","339dc5265ee5ed92e536a93a04c4ebbc2128f45eeec6ed29f379e0085283542c","9f0a92164925aa37d4a5d9dd3e0134cff8177208dba55fd2310cd74beea40ee2","8bfdb79bf1a9d435ec48d9372dc93291161f152c0865b81fc0b2694aedb4578d","2e85db9e6fd73cfa3d7f28e0ab6b55417ea18931423bd47b409a96e4a169e8e6","c46e079fe54c76f95c67fb89081b3e399da2c7d109e7dca8e4b58d83e332e605","d32275be3546f252e3ad33976caf8c5e842c09cb87d468cb40d5f4cf092d1acc","4a0c3504813a3289f7fb1115db13967c8e004aa8e4f8a9021b95285502221bd1",{"version":"a14ed46fa3f5ffc7a8336b497cd07b45c2084213aaca933a22443fcb2eef0d07","affectsGlobalScope":true},"cce1f5f86974c1e916ec4a8cab6eec9aa8e31e8148845bf07fbaa8e1d97b1a2c",{"version":"185282b122cbca820c297a02a57b89cf5967ab43e220e3e174d872d3f9a94d2c","affectsGlobalScope":true},"16d74fe4d8e183344d3beb15d48b123c5980ff32ff0cc8c3b96614ddcdf9b239","7b43160a49cf2c6082da0465876c4a0b164e160b81187caeb0a6ca7a281e85ba",{"version":"41fb2a1c108fbf46609ce5a451b7ec78eb9b5ada95fd5b94643e4b26397de0b3","affectsGlobalScope":true},"a40826e8476694e90da94aa008283a7de50d1dafd37beada623863f1901cb7fb","06f613ad82b49f264a12e30977e791d5b0addf9d8d1d18cd135c402928ff0607","285e512c7a0db217a0599e18c462d565fa35be4a5153dd7b80bee88c83e83ddf","b5b719a47968cd61a6f83f437236bb6fe22a39223b6620da81ef89f5d7a78fb7","8806ae97308ef26363bd7ec8071bca4d07fb575f905ee3d8a91aff226df6d618","af5bf1db6f1804fb0069039ae77a05d60133c77a2158d9635ea27b6bb2828a8f","b7fe70be794e13d1b7940e318b8770cd1fb3eced7707805318a2e3aaac2c3e9e",{"version":"2c71199d1fc83bf17636ad5bf63a945633406b7b94887612bba4ef027c662b3e","affectsGlobalScope":true},{"version":"7ae9dc7dbb58cd843065639707815df85c044babaa0947116f97bdb824d07204","affectsGlobalScope":true},"7aae1df2053572c2cfc2089a77847aadbb38eedbaa837a846c6a49fb37c6e5bd","313a0b063f5188037db113509de1b934a0e286f14e9479af24fada241435e707","1f758340b027b18ae8773ac3d33a60648a2af49eaae9e4fde18d0a0dd608642c","87ef1a23caa071b07157c72077fa42b86d30568f9dc9e31eed24d5d14fc30ba8","396a8939b5e177542bdf9b5262b4eee85d29851b2d57681fa9d7eae30e225830","21773f5ac69ddf5a05636ba1f50b5239f4f2d27e4420db147fc2f76a5ae598ac",{"version":"dea4c00820d4fac5e530d4842aed2fb20d6744d75a674b95502cbd433f88bcb0","affectsGlobalScope":true},"a5fe4cc622c3bf8e09ababde5f4096ceac53163eefcd95e9cd53f062ff9bb67a","45b1053e691c5af9bfe85060a3e1542835f8d84a7e6e2e77ca305251eda0cb3c","0f05c06ff6196958d76b865ae17245b52d8fe01773626ac3c43214a2458ea7b7",{"version":"0d832a0650a74aafc276cb3f7bb26bde2e2270a6f87e6c871a64122e9203079b","affectsGlobalScope":true},{"version":"c6f3869f12bb5c3bb8ecd0b050ea20342b89b944eae18d313cde6b0ccc0925d7","affectsGlobalScope":true},"8abd0566d2854c4bd1c5e48e05df5c74927187f1541e6770001d9637ac41542e","d742ed2db6d5425b3b6ac5fb1f2e4b1ed2ae74fbeee8d0030d852121a4b05d2f","d8dba11dc34d50cb4202de5effa9a1b296d7a2f4a029eec871f894bddfb6430d","8b71dd18e7e63b6f991b511a201fad7c3bf8d1e0dd98acb5e3d844f335a73634","01d8e1419c84affad359cc240b2b551fb9812b450b4d3d456b64cda8102d4f60","8221b00f271cf7f535a8eeec03b0f80f0929c7a16116e2d2df089b41066de69b","269929a24b2816343a178008ac9ae9248304d92a8ba8e233055e0ed6dbe6ef71","93452d394fdd1dc551ec62f5042366f011a00d342d36d50793b3529bfc9bd633","f8c87b19eae111f8720b0345ab301af8d81add39621b63614dfc2d15fd6f140a","831c22d257717bf2cbb03afe9c4bcffc5ccb8a2074344d4238bf16d3a857bb12",{"version":"2225100373ca3d63bcc7f206e1177152d2e2161285a0bd83c8374db1503a0d1f","affectsGlobalScope":true},{"version":"7052b7b0c3829df3b4985bab2fd74531074b4835d5a7b263b75c82f0916ad62f","affectsGlobalScope":true},"aa34c3aa493d1c699601027c441b9664547c3024f9dbab1639df7701d63d18fa","eefcdf86cefff36e5d87de36a3638ab5f7d16c2b68932be4a72c14bb924e43c1","7c651f8dce91a927ab62925e73f190763574c46098f2b11fb8ddc1b147a6709a","7440ab60f4cb031812940cc38166b8bb6fbf2540cfe599f87c41c08011f0c1df",{"version":"4d0405568cf6e0ff36a4861c4a77e641366feaefa751600b0a4d12a5e8f730a8","affectsGlobalScope":true},{"version":"f5b5dc128973498b75f52b1b8c2d5f8629869104899733ae485100c2309b4c12","affectsGlobalScope":true},"e393915d3dc385e69c0e2390739c87b2d296a610662eb0b1cb85224e55992250","79bad8541d5779c85e82a9fb119c1fe06af77a71cc40f869d62ad379473d4b75","4a34b074b11c3597fb2ff890bc8f1484375b3b80793ab01f974534808d5777c7",{"version":"629d20681ca284d9e38c0a019f647108f5fe02f9c59ac164d56f5694fc3faf4d","affectsGlobalScope":true},"e7dbf5716d76846c7522e910896c5747b6df1abd538fee8f5291bdc843461795",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"b510d0a18e3db42ac9765d26711083ec1e8b4e21caaca6dc4d25ae6e8623f447"],"options":{"allowSyntheticDefaultImports":true,"declaration":true,"declarationDir":"./","esModuleInterop":true,"experimentalDecorators":true,"module":99,"noEmitOnError":true,"noErrorTruncation":true,"noImplicitAny":false,"noImplicitThis":true,"noUnusedLocals":true,"noUnusedParameters":true,"outDir":"./","skipDefaultLibCheck":true,"skipLibCheck":true,"sourceMap":true,"strict":true,"target":4},"fileIdsList":[[93],[129],[130,135,163],[131,142,143,150,160,171],[131,132,142,150],[133,172],[134,135,143,151],[135,160,168],[136,138,142,150],[137],[138,139],[142],[140,142],[129,142],[142,143,144,160,171],[142,143,144,157,160,163],[127,130,176],[138,142,145,150,160,171],[142,143,145,146,150,160,168,171],[145,147,160,168,171],[93,94,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,178],[142,148],[149,171,176],[138,142,150,160],[151],[152],[129,153],[154,170,176],[155],[156],[142,157,158],[157,159,172,174],[130,142,160,161,162,163],[130,160,162],[160,161],[163],[164],[129,160],[142,166,167],[166,167],[135,150,160,168],[169],[150,170],[130,145,156,171],[135,172],[160,173],[149,174],[175],[130,135,142,144,153,160,171,174,176],[160,177],[104,108,171],[104,160,171],[99],[101,104,168,171],[150,168],[179],[99,179],[101,104,150,171],[96,97,100,103,130,142,160,171],[96,102],[100,104,130,163,171,179],[130,179],[120,130,179],[98,99,179],[104],[98,99,100,101,102,103,104,105,106,108,109,110,111,112,113,114,115,116,117,118,119,121,122,123,124,125,126],[104,111,112],[102,104,112,113],[103],[96,99,104],[104,108,112,113],[108],[102,104,107,171],[96,101,102,104,108,111],[130,160],[99,104,120,130,176,179],[72],[72,82,83],[73,74,75,76,77,78,79,80,81,82,83,84,85,86,87],[72,79],[72,79,82],[55,72],[54,58],[44,52,53,67],[44,45,53,54,57],[64,65],[55,63,67,72],[44,53,54,55,60,62,64],[60,62],[44,53,54],[44,45,53,55,57,60,61],[55,56],[44],[43,53,57,59,61,63,66],[44,45],[44,47,48],[44,54],[44,47],[44,47,49],[44,45,46],[45,46,47,48,49,50,51],[47,49],[44,52,67,71],[68,69,70],[72,88,89,90],[90,91],[72,88],[90,180,181],[180,181]],"referencedMap":[[93,1],[94,1],[129,2],[130,3],[131,4],[132,5],[133,6],[134,7],[135,8],[136,9],[137,10],[138,11],[139,11],[141,12],[140,13],[142,14],[143,15],[144,16],[128,17],[145,18],[146,19],[147,20],[179,21],[148,22],[149,23],[150,24],[151,25],[152,26],[153,27],[154,28],[155,29],[156,30],[157,31],[158,31],[159,32],[160,33],[162,34],[161,35],[163,36],[164,37],[165,38],[166,39],[167,40],[168,41],[169,42],[170,43],[171,44],[172,45],[173,46],[174,47],[175,48],[176,49],[177,50],[111,51],[118,52],[110,51],[125,53],[102,54],[101,55],[124,56],[119,57],[122,58],[104,59],[103,60],[99,61],[98,62],[121,63],[100,64],[105,65],[109,65],[127,66],[126,65],[113,67],[114,68],[116,69],[112,70],[115,71],[120,56],[107,72],[108,73],[117,74],[97,75],[123,76],[76,77],[84,77],[82,77],[85,78],[75,77],[74,77],[73,77],[79,77],[86,77],[88,79],[80,80],[83,81],[87,77],[81,77],[77,82],[78,82],[59,83],[54,84],[58,85],[66,86],[64,87],[65,88],[63,89],[60,90],[62,91],[57,92],[53,93],[67,94],[61,95],[49,96],[45,97],[46,98],[50,99],[47,100],[52,101],[48,93],[51,102],[72,103],[68,93],[69,93],[70,93],[71,104],[91,105],[92,106],[90,107]],"exportedModulesMap":[[93,1],[94,1],[129,2],[130,3],[131,4],[132,5],[133,6],[134,7],[135,8],[136,9],[137,10],[138,11],[139,11],[141,12],[140,13],[142,14],[143,15],[144,16],[128,17],[145,18],[146,19],[147,20],[179,21],[148,22],[149,23],[150,24],[151,25],[152,26],[153,27],[154,28],[155,29],[156,30],[157,31],[158,31],[159,32],[160,33],[162,34],[161,35],[163,36],[164,37],[165,38],[166,39],[167,40],[168,41],[169,42],[170,43],[171,44],[172,45],[173,46],[174,47],[175,48],[176,49],[177,50],[111,51],[118,52],[110,51],[125,53],[102,54],[101,55],[124,56],[119,57],[122,58],[104,59],[103,60],[99,61],[98,62],[121,63],[100,64],[105,65],[109,65],[127,66],[126,65],[113,67],[114,68],[116,69],[112,70],[115,71],[120,56],[107,72],[108,73],[117,74],[97,75],[123,76],[76,77],[84,77],[82,77],[85,78],[75,77],[74,77],[73,77],[79,77],[86,77],[88,79],[80,80],[83,81],[87,77],[81,77],[77,82],[78,82],[59,83],[54,84],[58,85],[66,86],[64,87],[65,88],[63,89],[60,90],[62,91],[57,92],[53,93],[67,94],[61,95],[49,96],[45,97],[46,98],[50,99],[47,100],[52,101],[48,93],[51,102],[72,103],[68,93],[69,93],[70,93],[71,104],[91,108],[92,106],[90,109]],"semanticDiagnosticsPerFile":[43,93,94,129,130,131,132,133,134,135,136,137,138,139,141,140,142,143,144,128,178,145,146,147,179,148,149,150,151,152,153,154,155,156,157,158,159,160,162,161,163,164,165,166,167,168,169,170,171,172,173,174,175,176,177,95,55,56,8,10,9,2,11,12,13,14,15,16,17,18,3,4,22,19,20,21,23,24,25,5,26,27,28,29,6,33,30,31,32,34,7,35,40,41,36,37,38,39,1,42,111,118,110,125,102,101,124,119,122,104,103,99,98,121,100,105,106,109,96,127,126,113,114,116,112,115,120,107,108,117,97,123,76,84,89,82,85,75,74,73,79,86,88,80,83,87,81,77,78,59,54,58,66,64,65,63,60,62,57,53,67,61,49,45,46,50,47,52,48,51,72,44,68,69,70,71,91,92,90]},"version":"4.9.5"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@holochain-syn/client",
3
- "version": "0.11.3",
3
+ "version": "0.300.0-dev.0",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "type": "module",
@@ -16,8 +16,8 @@
16
16
  "build:watch": "tsc -w --preserveWatchOutput"
17
17
  },
18
18
  "dependencies": {
19
- "@holochain/client": "^0.16.1",
20
- "@holochain-open-dev/utils": "^0.16.5",
19
+ "@holochain/client": "^0.17.0-dev.7",
20
+ "@holochain-open-dev/utils": "^0.300.0-dev.0",
21
21
  "@msgpack/msgpack": "^2.7.0",
22
22
  "automerge": "^1.0.1-preview.7"
23
23
  },