Comparing version 1.7.0 to 1.7.1
{ | ||
"name": "pinia-orm", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.", | ||
@@ -29,12 +29,6 @@ "keywords": [ | ||
}, | ||
"./*": "./*", | ||
"./decorators": { | ||
"types": "./dist/decorators.d.ts", | ||
"require": "./dist/decorators.cjs", | ||
"import": "./dist/decorators.mjs" | ||
}, | ||
"./casts": { | ||
"types": "./dist/casts.d.ts", | ||
"require": "./dist/casts.cjs", | ||
"import": "./dist/casts.mjs" | ||
"./*": { | ||
"types": "./dist/*.d.ts", | ||
"require": "./dist/*.cjs", | ||
"import": "./dist/*.mjs" | ||
} | ||
@@ -41,0 +35,0 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
585253