@secrecy/lib 1.0.0-dev.66 → 1.0.0-dev.67

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.
@@ -1,5 +1,5 @@
1
1
  import 'ky';
2
- export { B as BaseClient, C as CloudLimits, D as DownloadProgress, M as MailLimitsValues, Q as QueryLimits, S as SendReport, c as SuccessResponse, a as User, U as UserBase, b as UserData } from './BaseClient-7c38f650.js';
2
+ export { B as BaseClient, C as CloudLimits, D as DownloadProgress, M as MailLimitsValues, Q as QueryLimits, S as SendReport, c as SuccessResponse, a as User, U as UserBase, b as UserData } from './BaseClient-e5e97df7.js';
3
3
  import './zeus/index.js';
4
4
  import './error.js';
5
5
  import './crypto/file.js';
package/dist/cache.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { U as UserBase } from './BaseClient-7c38f650.js';
1
+ import { U as UserBase } from './BaseClient-e5e97df7.js';
2
2
  import { InternalFile } from './client/types/File.js';
3
3
  import { InternalNode, InternalNodeFull } from './client/types/index.js';
4
4
  import 'ky';
@@ -1,4 +1,4 @@
1
- export { m as SecrecyAppClient } from '../BaseClient-7c38f650.js';
1
+ export { m as SecrecyAppClient } from '../BaseClient-e5e97df7.js';
2
2
  import '../crypto/index.js';
3
3
  import '../zeus/index.js';
4
4
  import './types/UserAppSettings.js';
@@ -1,4 +1,4 @@
1
- export { j as SecrecyCloudClient } from '../BaseClient-7c38f650.js';
1
+ export { j as SecrecyCloudClient } from '../BaseClient-e5e97df7.js';
2
2
  import '../crypto/index.js';
3
3
  import '../zeus/index.js';
4
4
  import './types/File.js';
@@ -1,4 +1,4 @@
1
- export { n as SecrecyDbClient } from '../BaseClient-7c38f650.js';
1
+ export { n as SecrecyDbClient } from '../BaseClient-e5e97df7.js';
2
2
  import '../crypto/index.js';
3
3
  import '../zeus/index.js';
4
4
  import '../error.js';
@@ -1,5 +1,5 @@
1
1
  import '../error.js';
2
- export { k as SecrecyMailClient } from '../BaseClient-7c38f650.js';
2
+ export { k as SecrecyMailClient } from '../BaseClient-e5e97df7.js';
3
3
  import '../crypto/index.js';
4
4
  import './types/index.js';
5
5
  import '../zeus/index.js';
@@ -1,4 +1,4 @@
1
- export { r as SecrecyPayClient } from '../BaseClient-7c38f650.js';
1
+ export { r as SecrecyPayClient } from '../BaseClient-e5e97df7.js';
2
2
  import '../crypto/index.js';
3
3
  import '../zeus/index.js';
4
4
  import 'ky';
@@ -1,4 +1,4 @@
1
- export { q as SecrecyWalletClient, o as SecrecyWalletResponse } from '../BaseClient-7c38f650.js';
1
+ export { q as SecrecyWalletClient, o as SecrecyWalletResponse } from '../BaseClient-e5e97df7.js';
2
2
  import '../zeus/index.js';
3
3
  import 'ethers';
4
4
  import 'ky';
@@ -1,4 +1,4 @@
1
- export { H as HashInfos, f as SecrecyEnv, h as UseSecrecyParams, V as Value, i as getSecrecyClient, g as getUrl, l as login, p as parseInfos } from '../BaseClient-7c38f650.js';
1
+ export { H as HashInfos, f as SecrecyEnv, h as UseSecrecyParams, V as Value, i as getSecrecyClient, g as getUrl, l as login, p as parseInfos } from '../BaseClient-e5e97df7.js';
2
2
  import './types/index.js';
3
3
  import 'ky';
4
4
  import '../zeus/index.js';
@@ -1,4 +1,4 @@
1
- export { N as NewMail, P as ProgressCallback, d as SecrecyClient, e as encryptName } from '../BaseClient-7c38f650.js';
1
+ export { N as NewMail, P as ProgressCallback, d as SecrecyClient, e as encryptName } from '../BaseClient-e5e97df7.js';
2
2
  import '../crypto/file.js';
3
3
  import '../crypto/index.js';
4
4
  import 'ky';
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { B as BaseClient, C as CloudLimits, D as DownloadProgress, H as HashInfos, M as MailLimitsValues, N as NewMail, P as ProgressCallback, Q as QueryLimits, d as SecrecyClient, f as SecrecyEnv, S as SendReport, c as SuccessResponse, h as UseSecrecyParams, a as User, b as UserData, V as Value, e as encryptName, i as getSecrecyClient, g as getUrl, l as login, p as parseInfos } from './BaseClient-7c38f650.js';
1
+ export { B as BaseClient, C as CloudLimits, D as DownloadProgress, H as HashInfos, M as MailLimitsValues, N as NewMail, P as ProgressCallback, Q as QueryLimits, d as SecrecyClient, f as SecrecyEnv, S as SendReport, c as SuccessResponse, h as UseSecrecyParams, a as User, b as UserData, V as Value, e as encryptName, i as getSecrecyClient, g as getUrl, l as login, p as parseInfos } from './BaseClient-e5e97df7.js';
2
2
  export { KeyPair, decryptAnonymous, decryptCryptoBox, decryptSecretBox, encryptAnonymous, encryptCryptoBox, encryptSecretBox, generateCryptoBoxKeyPair, generateSecretBoxKey } from './crypto/index.js';
3
3
  export { Progress } from './crypto/file.js';
4
4
  export { BaseMail, DraftMail, Mail, MailFile, MailIntegrity, MailRecipientInput, Node, NodeFull, NodeSize, PublicUser, ReceivedMail, SecrecyUserApp, SentMail, WaitingReceivedMail } from './client/types/index.js';