@pinia-orm/normalizr
Advanced tools
Comparing version 1.9.2 to 1.10.0
{ | ||
"name": "@pinia-orm/normalizr", | ||
"version": "1.9.2", | ||
"version": "1.10.0", | ||
"description": "Normalizes JSON according to schema for Redux and Flux applications", | ||
@@ -35,2 +35,3 @@ "bugs": { | ||
".": { | ||
"types": "./index.d.ts", | ||
"require": "./dist/index.cjs", | ||
@@ -53,3 +54,3 @@ "import": "./dist/index.mjs" | ||
"eslint": "^9.6.0", | ||
"immutable": "^4.3.6", | ||
"immutable": "^5.0.3", | ||
"size-limit": "^11.1.4", | ||
@@ -56,0 +57,0 @@ "typescript": "^5.5.3", |
17954