@types/falcor-json-graph
Advanced tools
Comparing version 1.1.17 to 1.1.18
@@ -75,4 +75,4 @@ // Type definitions for falcor-json-graph 1.1.7 | ||
jsonGraph: JSONGraph; | ||
paths?: Array<PathSet>; | ||
invalidate?: Array<PathSet>; | ||
paths?: Array<PathSet> | undefined; | ||
invalidate?: Array<PathSet> | undefined; | ||
} | ||
@@ -84,5 +84,5 @@ | ||
interface Range { | ||
from?: number; | ||
to?: number; | ||
length?: number; | ||
from?: number | undefined; | ||
to?: number | undefined; | ||
length?: number | undefined; | ||
} | ||
@@ -96,3 +96,3 @@ | ||
interface Sentinel { | ||
$expires?: number; | ||
$expires?: number | undefined; | ||
} | ||
@@ -99,0 +99,0 @@ |
{ | ||
"name": "@types/falcor-json-graph", | ||
"version": "1.1.17", | ||
"version": "1.1.18", | ||
"description": "TypeScript definitions for falcor-json-graph", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/falcor-json-graph", | ||
"license": "MIT", | ||
@@ -19,3 +20,3 @@ "contributors": [ | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -28,4 +29,4 @@ "type": "git", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "da4002b021b16821fbf73621b9b9226ec7bcbf0e147eb429b6e292894f0e8614", | ||
"typeScriptVersion": "2.4" | ||
"typesPublisherContentHash": "a04ee396c035345039a43affca4506c4b85b9c3684cf9719a295012e1c39c002", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/falcor-json-graph | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/falcor-json-graph. | ||
Additional Details | ||
* Last updated: Thu, 11 Jul 2019 00:11:53 GMT | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 12:01:27 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Quramy <https://github.com/Quramy>, and LukeRielley <https://github.com/lukerielley>. | ||
These definitions were written by [Quramy](https://github.com/Quramy), and [LukeRielley](https://github.com/lukerielley). |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6261
0