@pixagram/lacerta-db 0.5.2 → 0.5.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.
Files changed (2) hide show
  1. package/index.js +1 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -3287,6 +3287,7 @@ export class LacertaDB {
3287
3287
  // ========================
3288
3288
 
3289
3289
  export {
3290
+ LacertaDB,
3290
3291
  Database,
3291
3292
  Collection,
3292
3293
  Document,
@@ -3304,6 +3305,3 @@ export {
3304
3305
  GeoIndex,
3305
3306
  SecureDatabaseEncryption
3306
3307
  };
3307
-
3308
- // Default export
3309
- export default LacertaDB;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pixagram/lacerta-db",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Lacerta-DB is a Javascript IndexedDB Database for Web Browsers. Simple, Fast, Secure.",
5
5
  "devDependencies": {
6
6
  "@babel/core": "^7.23.6",