Skip to content

Commit 2a203cc

Browse files
committed
Revert version update
1 parent 129e377 commit 2a203cc

File tree

5 files changed

+152
-144
lines changed

5 files changed

+152
-144
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,22 +48,22 @@
4848
"dependencies": {
4949
"glob": "~7.1.2",
5050
"json-stable-stringify": "^1.0.1",
51-
"typescript": "~2.9.2",
52-
"yargs": "^12.0.1"
51+
"typescript": "~2.8.3",
52+
"yargs": "^11.0.0"
5353
},
5454
"devDependencies": {
5555
"@types/assertion-error": "^1.1.0",
56-
"@types/chai": "^4.1.4",
56+
"@types/chai": "^4.1.3",
5757
"@types/glob": "^5.0.35",
5858
"@types/json-stable-stringify": "^1.0.32",
59-
"@types/mocha": "^5.2.4",
60-
"@types/node": "^10.5.1",
61-
"ajv": "^6.5.2",
59+
"@types/mocha": "^5.2.0",
60+
"@types/node": "^9.4.6",
61+
"ajv": "^6.4.0",
6262
"chai": "^4.1.2",
63-
"mocha": "^5.2.0",
64-
"source-map-support": "^0.5.6",
65-
"ts-node": "^7.0.0",
66-
"tslint": "^5.10.0"
63+
"mocha": "^5.1.1",
64+
"source-map-support": "^0.5.5",
65+
"ts-node": "^6.0.1",
66+
"tslint": "^5.9.1"
6767
},
6868
"scripts": {
6969
"test": "npm run build && mocha -t 5000 --require source-map-support/register test",

typescript-json-schema.d.ts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,16 @@ export declare class JsonSchemaGenerator {
8080
readonly ReffedDefinitions: {
8181
[key: string]: Definition;
8282
};
83-
private parseCommentsIntoDefinition;
84-
private getDefinitionForRootType;
85-
private getReferencedTypeSymbol;
86-
private getDefinitionForProperty;
87-
private getEnumDefinition;
88-
private getUnionDefinition;
89-
private getIntersectionDefinition;
90-
private getClassDefinition;
91-
private getTypeName;
92-
private getTypeDefinition;
83+
private parseCommentsIntoDefinition(symbol, definition, otherAnnotations);
84+
private getDefinitionForRootType(propertyType, reffedType, definition);
85+
private getReferencedTypeSymbol(prop);
86+
private getDefinitionForProperty(prop, node);
87+
private getEnumDefinition(clazzType, definition);
88+
private getUnionDefinition(unionType, prop, unionModifier, definition);
89+
private getIntersectionDefinition(intersectionType, definition);
90+
private getClassDefinition(clazzType, definition);
91+
private getTypeName(typ);
92+
private getTypeDefinition(typ, asRef?, unionModifier?, prop?, reffedType?, pairedSymbol?);
9393
setSchemaOverride(symbolName: string, schema: Definition): void;
9494
getSchemaForSymbol(symbolName: string, includeReffedDefinitions?: boolean): Definition;
9595
getSchemaForSymbols(symbolNames: string[], includeReffedDefinitions?: boolean): Definition;

typescript-json-schema.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript-json-schema.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)