vuex-orm-decorators
Advanced tools
Comparing version 2.0.2 to 2.0.3
import type { Model } from "@vuex-orm/core"; | ||
export declare function OrmModel(entity: string, baseEntity?: string, types?: { | ||
[key: string]: typeof Model; | ||
}): <Model_1 extends Function>(constructor: Model_1) => Model_1; | ||
}): <Model extends Function>(constructor: Model) => Model; |
{ | ||
"name": "vuex-orm-decorators", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Simple Typescript decorators to improve the vuex-orm experience in Typescript by introducing typed property access.", | ||
@@ -13,4 +13,4 @@ "main": "dist/index.js", | ||
"lint:report": "pnpm lint --output-file eslint_report.json --format json", | ||
"test": "vitest run", | ||
"test:watch": "vitest watch", | ||
"test": "VITE_CJS_IGNORE_WARNING=true vitest run", | ||
"test:watch": "VITE_CJS_IGNORE_WARNING=true vitest watch", | ||
"test:coverage": "vitest run --coverage" | ||
@@ -33,18 +33,18 @@ }, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^6.7.4", | ||
"@typescript-eslint/parser": "^6.7.4", | ||
"@vitest/coverage-v8": "^0.34.6", | ||
"@typescript-eslint/eslint-plugin": "^7.12.0", | ||
"@typescript-eslint/parser": "^7.12.0", | ||
"@vitest/coverage-v8": "^1.6.0", | ||
"@vuex-orm/core": "^0.36.4", | ||
"eslint": "^8.51.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0", | ||
"eslint-plugin-unused-imports": "^3.0.0", | ||
"prettier": "^3.0.3", | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.2.2", | ||
"vitest": "^0.34.6", | ||
"vue": "^3.3.4", | ||
"eslint-plugin-unused-imports": "^3.2.0", | ||
"prettier": "^3.3.1", | ||
"tslib": "^2.6.3", | ||
"typescript": "^5.4.5", | ||
"vitest": "^1.6.0", | ||
"vue": "^3.4.27", | ||
"vuex": "^4.1.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
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
38068