@ts-common/json
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -8,2 +8,3 @@ import { MutableStringMap, StringMap } from "@ts-common/string-map"; | ||
export declare type JsonArray = JsonArrayInterface & object; | ||
export declare type JsonArrayOf<T extends Json> = ReadonlyArray<T> & object; | ||
export declare type JsonPrimitive = null | boolean | string | number; | ||
@@ -10,0 +11,0 @@ export declare type JsonRef = JsonObject | JsonArray; |
{ | ||
"name": "@ts-common/json", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "JSON Data Type", | ||
@@ -45,13 +45,13 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.5", | ||
"@types/mocha": "^5.2.6", | ||
"@types/node": "^10.12.12", | ||
"mocha": "^5.2.0", | ||
"nyc": "^13.1.0", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.2.2" | ||
"mocha": "^6.0.2", | ||
"nyc": "^13.3.0", | ||
"tslint": "^5.14.0", | ||
"typescript": "^3.3.4000" | ||
}, | ||
"dependencies": { | ||
"@ts-common/iterator": "^0.1.1", | ||
"@ts-common/string-map": "^0.2.2" | ||
"@ts-common/iterator": "^0.2.0", | ||
"@ts-common/string-map": "^0.2.6" | ||
} | ||
} |
@@ -12,2 +12,4 @@ import * as _ from "@ts-common/iterator" | ||
export type JsonArrayOf<T extends Json> = ReadonlyArray<T> & object | ||
export type JsonPrimitive = null|boolean|string|number | ||
@@ -14,0 +16,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
20440
102
- Removed@ts-common/iterator@0.1.5(transitive)
Updated@ts-common/iterator@^0.2.0
Updated@ts-common/string-map@^0.2.6