@wireapp/core-crypto 10.0.0 → 10.1.0-pre2

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.
@@ -8869,7 +8869,7 @@ if (!initialized) {
8869
8869
  initialized = true;
8870
8870
  }
8871
8871
 
8872
- // packages/shared/src/CoreCryptoContext.ts
8872
+ // shared/src/CoreCryptoContext.ts
8873
8873
  class CoreCryptoContext2 extends CoreCryptoContext {
8874
8874
  constructor(ctx) {
8875
8875
  super(ctx);
@@ -8878,7 +8878,7 @@ class CoreCryptoContext2 extends CoreCryptoContext {
8878
8878
  return super.instanceOf(obj);
8879
8879
  }
8880
8880
  }
8881
- // packages/shared/src/CoreCryptoInstance.ts
8881
+ // shared/src/CoreCryptoInstance.ts
8882
8882
  class CoreCrypto extends CoreCryptoFfi {
8883
8883
  static instanceOf(obj) {
8884
8884
  return super.instanceOf(obj);
@@ -8935,7 +8935,7 @@ class CoreCrypto extends CoreCryptoFfi {
8935
8935
  return await super.findCredentialsFfi(clientId, publicKey, cipherSuite, credentialType, earliestValidity, asyncOpts_);
8936
8936
  }
8937
8937
  }
8938
- // packages/shared/src/X509CredentialAcquisition.ts
8938
+ // shared/src/X509CredentialAcquisition.ts
8939
8939
  class X509CredentialAcquisition2 extends X509CredentialAcquisition {
8940
8940
  static async newFromCredentialRef(pkiEnvironment, config, credentialRef, coreCryptoDatabase) {
8941
8941
  return X509CredentialAcquisition.newFromCredentialRef(pkiEnvironment, config, credentialRef, coreCryptoDatabase);
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wireapp/core-crypto",
3
- "version": "10.0.0",
3
+ "version": "10.1.0-pre2",
4
4
  "author": "Wire CoreCrypto team <team.corecrypto@wire.com>",
5
5
  "repository": {
6
6
  "type": "git",