Comparing version 1.0.0-alpha.11 to 1.0.0-alpha.12
import * as utils from './utils'; | ||
export { ArrayCollection } from './array-collection'; | ||
export { Collection, ICollectionOptions } from './collection'; | ||
export { ValidationError } from './errors'; | ||
export { IModelConstructor, Model } from './model'; | ||
export { ModelArray } from './model-array'; | ||
export { utils }; |
@@ -9,2 +9,4 @@ "use strict"; | ||
exports.Collection = collection_1.Collection; | ||
var errors_1 = require("./errors"); | ||
exports.ValidationError = errors_1.ValidationError; | ||
var model_1 = require("./model"); | ||
@@ -11,0 +13,0 @@ exports.Model = model_1.Model; |
@@ -5,4 +5,5 @@ import * as utils from './utils'; | ||
export { Collection, ICollectionOptions } from './collection'; | ||
export { ValidationError } from './errors'; | ||
export { IModelConstructor, Model } from './model'; | ||
export { ModelArray } from './model-array'; | ||
export { utils }; |
{ | ||
"name": "octonom", | ||
"version": "1.0.0-alpha.11", | ||
"version": "1.0.0-alpha.12", | ||
"description": "Object Document Mapper for any database", | ||
@@ -5,0 +5,0 @@ "main": "build/lib/main.js", |
Sorry, the diff of this file is not supported yet
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
176594
3429