@types/diff-match-patch
Advanced tools
Comparing version 1.0.33 to 1.0.34
@@ -91,3 +91,3 @@ // Type definitions for diff-match-patch 1.0 | ||
static patch_obj: { | ||
new (): diff_match_patch.patch_obj; | ||
new(): diff_match_patch.patch_obj; | ||
}; | ||
@@ -94,0 +94,0 @@ |
{ | ||
"name": "@types/diff-match-patch", | ||
"version": "1.0.33", | ||
"version": "1.0.34", | ||
"description": "TypeScript definitions for diff-match-patch", | ||
@@ -27,4 +27,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/diff-match-patch", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "765c51f9391a029f82762d5e268b1db2dd326f286bdcc8ad931731e0fe6796f6", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "33b84002ddd3bd1a752c1fbac9153a8e9eb70e4df8123964cb1acefb539e0335", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 11 Sep 2023 18:03:03 GMT | ||
* Last updated: Fri, 22 Sep 2023 20:29:40 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
6137