@ts-common/source-map
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -31,6 +31,6 @@ import { StringMap } from "@ts-common/string-map"; | ||
export declare const stringMapMap: <T extends Data, R extends Data>(source: StringMap<T>, f: (s: import("@ts-common/tuple").Tuple2<string, T>) => import("@ts-common/tuple").Tuple2<string, R>) => StringMap<R>; | ||
declare type PartialStringMap<K extends string> = { | ||
readonly [k in K]?: Data; | ||
declare type PartialStringMap<K> = { | ||
readonly [k in K & string]?: Data; | ||
}; | ||
export declare const propertySetMap: <T extends PartialStringMap<keyof T & string>>(source: T, f: propertySet.PartialFactory<T>) => T; | ||
export declare const propertySetMap: <T extends PartialStringMap<keyof T>>(source: T, f: propertySet.PartialFactory<T>) => T; | ||
export {}; |
{ | ||
"name": "@ts-common/source-map", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "Source Map", | ||
@@ -47,4 +47,4 @@ "main": "index.js", | ||
"@ts-common/property-set": "0.0.6", | ||
"@ts-common/string-map": "0.0.10" | ||
"@ts-common/string-map": "0.0.11" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17575
+ Added@ts-common/string-map@0.0.11(transitive)
- Removed@ts-common/iterator@0.0.31(transitive)
- Removed@ts-common/string-map@0.0.10(transitive)
Updated@ts-common/string-map@0.0.11