Comparing version 1.7.1 to 1.7.2
{ | ||
"name": "pinia-orm", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "The Pinia plugin to enable Object-Relational Mapping access to the Pinia Store.", | ||
@@ -29,2 +29,7 @@ "keywords": [ | ||
}, | ||
"./dist/*": { | ||
"types": "./dist/*.d.ts", | ||
"require": "./dist/*.cjs", | ||
"import": "./dist/*.mjs" | ||
}, | ||
"./*": { | ||
@@ -31,0 +36,0 @@ "types": "./dist/*.d.ts", |
585374