vuex-orm-decorators
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -19,3 +19,3 @@ import VuexORM from '@vuex-orm/core'; | ||
}()); | ||
export default ORMDatabase; | ||
export { ORMDatabase }; | ||
//# sourceMappingURL=database.js.map |
export { OrmModel } from './model'; | ||
export { ORMDatabase } from './database'; | ||
export { AttrField, BelongsToField, BelongsToManyField, BooleanField, Field, HasManyByField, HasManyField, HasManyThroughField, HasOneField, IncrementField, MorphManyField, MorphOneField, MorphToField, MorphToManyField, MorphedByManyField, NumberField, PrimaryKey, StringField } from './attributes'; | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
import ORMDatabase from './database'; | ||
import { ORMDatabase } from './database'; | ||
/** | ||
@@ -3,0 +3,0 @@ * Creates an vuex-orm Model |
import { Model } from '@vuex-orm/core'; | ||
import { Plugin } from 'vuex'; | ||
export default class ORMDatabase { | ||
export declare class ORMDatabase { | ||
private static _ormDatabase; | ||
@@ -5,0 +5,0 @@ private static _installed; |
export { OrmModel } from './model'; | ||
export { ORMDatabase } from './database'; | ||
export { AttrField, BelongsToField, BelongsToManyField, BooleanField, Field, HasManyByField, HasManyField, HasManyThroughField, HasOneField, IncrementField, MorphManyField, MorphOneField, MorphToField, MorphToManyField, MorphedByManyField, NumberField, PrimaryKey, StringField } from './attributes'; |
{ | ||
"name": "vuex-orm-decorators", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Simple Typescript decorators to improve the vuex-orm experience in Typescript by introducing typed property access.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
import { Model } from '@vuex-orm/core'; | ||
import ORMDatabase from './database'; | ||
import { ORMDatabase } from './database'; | ||
@@ -4,0 +4,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
33610
410