@platform/util.value
Advanced tools
Comparing version 0.7.7 to 0.7.8
import * as t from './types'; | ||
export declare function observable<P extends t.IProps>(initial?: P | Array<keyof P>): t.IObservableProps<P>; | ||
export declare function observable<P extends t.IProps>(initial?: P | (keyof P)[]): t.IObservableProps<P>; |
@@ -20,5 +20,5 @@ export declare function walk(obj: any | any[], fn: (obj: any | any[]) => void): void; | ||
}; | ||
export declare function toArray<T = any, K = keyof T>(obj: object): Array<{ | ||
export declare function toArray<T = any, K = keyof T>(obj: object): { | ||
key: K; | ||
value: T[keyof T]; | ||
}>; | ||
}[]; |
{ | ||
"name": "@platform/util.value", | ||
"version": "0.7.7", | ||
"version": "0.7.8", | ||
"description": "Helpers for working with, transforming, and formatting values.", | ||
@@ -16,12 +16,12 @@ "main": "lib/index", | ||
"@platform/libs": "0.2.0", | ||
"@platform/types": "0.4.8", | ||
"@platform/util.is": "0.0.111", | ||
"@types/semver": "6.2.0", | ||
"@platform/types": "0.4.9", | ||
"@platform/util.is": "0.0.112", | ||
"@types/semver": "7.1.0", | ||
"cuid": "2.1.8", | ||
"dayjs": "1.8.19", | ||
"semver": "7.1.1" | ||
"dayjs": "1.8.21", | ||
"semver": "7.1.3" | ||
}, | ||
"devDependencies": { | ||
"@platform/test": "0.1.2", | ||
"@platform/ts": "3.7.14" | ||
"@platform/test": "0.1.3", | ||
"@platform/ts": "3.7.15" | ||
}, | ||
@@ -28,0 +28,0 @@ "files": [ |
108198
+ Added@platform/types@0.4.9(transitive)
+ Added@platform/util.is@0.0.112(transitive)
+ Added@types/node@22.10.10(transitive)
+ Added@types/semver@7.1.0(transitive)
+ Addeddayjs@1.8.21(transitive)
+ Addedsemver@7.1.3(transitive)
+ Addedundici-types@6.20.0(transitive)
- Removed@platform/types@0.4.8(transitive)
- Removed@platform/util.is@0.0.111(transitive)
- Removed@types/semver@6.2.0(transitive)
- Removeddayjs@1.8.19(transitive)
- Removedsemver@7.1.1(transitive)
Updated@platform/types@0.4.9
Updated@platform/util.is@0.0.112
Updated@types/semver@7.1.0
Updateddayjs@1.8.21
Updatedsemver@7.1.3