Comparing version 0.0.12 to 0.0.13
@@ -7,4 +7,5 @@ export { zObjectId } from "./schema/zObjectId"; | ||
export { ZLazyDocument, createZLazyDocument } from "./types/ZLazyDocument"; | ||
export { ZLazyDocumentManager } from "./types/ZLazyDocumentManager"; | ||
export { ZDatabase } from "./types/ZDatabase"; | ||
export { ZDocumentReference } from "./types/ZDocumentReference"; | ||
export * from "./create"; |
@@ -17,3 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ZDocumentReference = exports.ZDatabase = exports.createZLazyDocument = exports.ZPartialDefinition = exports.ZCollectionDefinition = exports.zPartial = exports.zEmbeddedSchema = exports.zObjectId = void 0; | ||
exports.ZDocumentReference = exports.ZDatabase = exports.ZLazyDocumentManager = exports.createZLazyDocument = exports.ZPartialDefinition = exports.ZCollectionDefinition = exports.zPartial = exports.zEmbeddedSchema = exports.zObjectId = void 0; | ||
var zObjectId_1 = require("./schema/zObjectId"); | ||
@@ -31,2 +31,4 @@ Object.defineProperty(exports, "zObjectId", { enumerable: true, get: function () { return zObjectId_1.zObjectId; } }); | ||
Object.defineProperty(exports, "createZLazyDocument", { enumerable: true, get: function () { return ZLazyDocument_1.createZLazyDocument; } }); | ||
var ZLazyDocumentManager_1 = require("./types/ZLazyDocumentManager"); | ||
Object.defineProperty(exports, "ZLazyDocumentManager", { enumerable: true, get: function () { return ZLazyDocumentManager_1.ZLazyDocumentManager; } }); | ||
var ZDatabase_1 = require("./types/ZDatabase"); | ||
@@ -33,0 +35,0 @@ Object.defineProperty(exports, "ZDatabase", { enumerable: true, get: function () { return ZDatabase_1.ZDatabase; } }); |
{ | ||
"name": "zongo", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
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
53754
29
1010