@fireproof/core 0.14.7 → 0.14.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,4 @@
1
1
  export declare function getCrypto(): Crypto | null;
2
- export declare const crypto: Crypto | null;
2
+ declare const gotCrypto: Crypto | null;
3
+ export { gotCrypto as crypto };
3
4
  export declare function randomBytes(size: number): Uint8Array;
@@ -1 +1 @@
1
- export declare const PACKAGE_VERSION = "0.14.7";
1
+ export declare const PACKAGE_VERSION = "0.14.8";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fireproof/core",
3
- "version": "0.14.7",
3
+ "version": "0.14.8",
4
4
  "description": "Live database for the web.",
5
5
  "main": "./dist/browser/fireproof.cjs",
6
6
  "module": "./dist/browser/fireproof.esm.js",