vuex-orm-decorators
Advanced tools
Comparing version 2.0.0-beta.3 to 2.0.0-beta.4
import { Database, install, use } from '@vuex-orm/core'; | ||
import DatePlugin from '@/plugins/Date'; | ||
import DatePlugin from './plugins/Date'; | ||
use(DatePlugin); | ||
@@ -4,0 +4,0 @@ export class ORMDatabase { |
@@ -1,2 +0,2 @@ | ||
import DateType from '@/plugins/Date/DateType'; | ||
import DateType from './DateType'; | ||
const plugin = { | ||
@@ -3,0 +3,0 @@ install(components) { |
{ | ||
"name": "vuex-orm-decorators", | ||
"version": "2.0.0-beta.3", | ||
"version": "2.0.0-beta.4", | ||
"description": "Simple Typescript decorators to improve the vuex-orm experience in Typescript by introducing typed property access.", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"build": "yarn lint && yarn test && tsc --rootDir src && rm -rf dist/{plugins,types/plugins}", | ||
"build": "yarn lint && yarn test && tsc --rootDir src && rm -rf dist/types/plugins", | ||
"lint": "eslint . --ext .ts", | ||
@@ -12,0 +12,0 @@ "test": "jest", |
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
33893
19
318