@ts-common/json
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -1,3 +0,3 @@ | ||
export interface JsonObject { | ||
readonly [name: string]: Json | undefined; | ||
import { StringMap } from "@ts-common/string-map"; | ||
export interface JsonObject extends StringMap<Json | undefined> { | ||
} | ||
@@ -4,0 +4,0 @@ export interface JsonArray extends ReadonlyArray<Json> { |
{ | ||
"name": "@ts-common/json", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "JSON Data Type", | ||
@@ -30,4 +30,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"@ts-common/iterator": "0.0.28" | ||
"@ts-common/iterator": "0.0.28", | ||
"@ts-common/string-map": "0.0.4" | ||
} | ||
} |
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
13690
2
+ Added@ts-common/string-map@0.0.4
+ Added@ts-common/iterator@0.0.21(transitive)
+ Added@ts-common/string-map@0.0.4(transitive)