Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "marsdb", | ||
"description": "MarsDB is a lightweight client-side MongoDB-like database, Promise based, written in ES6", | ||
"main": "browser.js", | ||
"main": "index.js", | ||
"authors": [ | ||
@@ -6,0 +6,0 @@ "Artem Artemev" |
var Collection = require('./dist/Collection').default; | ||
var CursorObservable = require('./dist/CursorObservable').default; | ||
var LocalStorageManager = require('./dist/storages/LocalStorageManager').default; | ||
var Random = require('./dist/Random'); | ||
var EJSON = require('./dist/EJSON'); | ||
var Base64 = require('./dist/Base64'); | ||
module.exports = { | ||
default: Collection, | ||
Random: Random, | ||
EJSON: EJSON, | ||
Base64: Base64, | ||
Collection: Collection, | ||
@@ -8,0 +15,0 @@ CursorObservable: CursorObservable, |
{ | ||
"name": "marsdb", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Artem Artemev", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1040283
24250