@pinia-orm/normalizr-edge 2.0.0-28997737.ac17289 → 2.0.0-29018591.be8604a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -1
- package/package.json +4 -5
package/index.d.ts
CHANGED
@@ -53,7 +53,7 @@ export interface SchemaObject<T> {
|
|
53
53
|
[key: string]: SchemaValue<T>
|
54
54
|
}
|
55
55
|
|
56
|
-
export
|
56
|
+
export type SchemaArray<T> = Array<Schema<T>>
|
57
57
|
|
58
58
|
export type NormalizedSchema<E, R> = { entities: E, result: R }
|
59
59
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@pinia-orm/normalizr-edge",
|
3
|
-
"version": "2.0.0-
|
3
|
+
"version": "2.0.0-29018591.be8604a",
|
4
4
|
"description": "Normalizes JSON according to schema for Redux and Flux applications",
|
5
5
|
"bugs": {
|
6
6
|
"url": "https://github.com/CodeDredd/pinia-orm/issues"
|
@@ -46,13 +46,12 @@
|
|
46
46
|
],
|
47
47
|
"license": "MIT",
|
48
48
|
"devDependencies": {
|
49
|
-
"@nuxt/eslint-config": "^
|
50
|
-
"@nuxtjs/eslint-config-typescript": "^12.1.0",
|
49
|
+
"@nuxt/eslint-config": "^1.1.0",
|
51
50
|
"@size-limit/preset-small-lib": "^11.1.4",
|
52
|
-
"eslint": "^9.
|
51
|
+
"eslint": "^9.21.0",
|
53
52
|
"immutable": "^5.0.3",
|
54
53
|
"size-limit": "^11.1.4",
|
55
|
-
"typescript": "^5.
|
54
|
+
"typescript": "^5.8.2",
|
56
55
|
"unbuild": "^3.1.0"
|
57
56
|
},
|
58
57
|
"size-limit": [
|