@astronautlabs/datastore
Advanced tools
@@ -1,2 +0,3 @@ | ||
| export {}; | ||
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| //# sourceMappingURL=datastore.js.map |
+15
-2
@@ -1,3 +0,16 @@ | ||
| export * from './datastore'; | ||
| export const DATASTORE_VERSION = '1'; | ||
| "use strict"; | ||
| var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
| if (k2 === undefined) k2 = k; | ||
| Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
| }) : (function(o, m, k, k2) { | ||
| if (k2 === undefined) k2 = k; | ||
| o[k2] = m[k]; | ||
| })); | ||
| var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
| for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
| }; | ||
| Object.defineProperty(exports, "__esModule", { value: true }); | ||
| exports.DATASTORE_VERSION = void 0; | ||
| __exportStar(require("./datastore"), exports); | ||
| exports.DATASTORE_VERSION = '1'; | ||
| //# sourceMappingURL=index.js.map |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,CAAC"} | ||
| {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,8CAA4B;AACf,QAAA,iBAAiB,GAAG,GAAG,CAAC"} |
+1
-1
| { | ||
| "name": "@astronautlabs/datastore", | ||
| "version": "1.0.4", | ||
| "version": "2.0.0", | ||
| "description": "Isomorphic, abstracted, Firestore-compatible NoSQL data storage library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
+1
-1
@@ -6,3 +6,3 @@ { | ||
| "declarationDir": "./dist", | ||
| "module": "ES2015", | ||
| "module": "commonjs", | ||
| "moduleResolution": "node", | ||
@@ -9,0 +9,0 @@ "experimentalDecorators": true, |
7860
9.99%118
13.46%