@krlwlfrt/tsg
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -0,1 +1,5 @@ | ||
## [0.5.1](https://gitlab.com/krlwlfrt/tsg/compare/v0.5.0...v0.5.1) (2020-05-11) | ||
# [0.5.0](https://gitlab.com/krlwlfrt/tsg/compare/v0.4.0...v0.5.0) (2020-03-06) | ||
@@ -2,0 +6,0 @@ |
@@ -76,3 +76,3 @@ /** | ||
*/ | ||
unitedTypes: (Type | string | number | boolean)[]; | ||
unitedTypes: Array<(Type | string | number | boolean)>; | ||
} | ||
@@ -86,3 +86,3 @@ /** | ||
*/ | ||
items: { | ||
items: Array<{ | ||
/** | ||
@@ -96,3 +96,3 @@ * Key of the item | ||
value: string | number | boolean; | ||
}[]; | ||
}>; | ||
} | ||
@@ -99,0 +99,0 @@ /** |
{ | ||
"name": "@krlwlfrt/tsg", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "TypeScript generator", | ||
@@ -16,20 +16,20 @@ "repository": { | ||
"dependencies": { | ||
"@types/node": "10.17.15" | ||
"@types/node": "10.17.21" | ||
}, | ||
"devDependencies": { | ||
"@openstapps/configuration": "0.23.0", | ||
"@types/chai": "4.2.9", | ||
"@types/mocha": "7.0.1", | ||
"@openstapps/configuration": "0.24.0", | ||
"@types/chai": "4.2.11", | ||
"@types/mocha": "7.0.2", | ||
"chai": "4.2.0", | ||
"conventional-changelog-cli": "2.0.31", | ||
"mocha": "7.0.1", | ||
"conventional-changelog-cli": "2.0.34", | ||
"mocha": "7.1.2", | ||
"mocha-typescript": "1.1.17", | ||
"nyc": "15.0.0", | ||
"nyc": "15.0.1", | ||
"prepend-file-cli": "1.0.6", | ||
"rimraf": "3.0.2", | ||
"ts-node": "8.6.2", | ||
"tslint": "6.0.0", | ||
"ts-node": "8.10.1", | ||
"tslint": "6.1.2", | ||
"tslint-eslint-rules": "5.4.0", | ||
"typedoc": "0.16.10", | ||
"typescript": "3.7.5" | ||
"typedoc": "0.17.6", | ||
"typescript": "3.8.3" | ||
}, | ||
@@ -36,0 +36,0 @@ "scripts": { |
@@ -103,3 +103,3 @@ /* | ||
*/ | ||
unitedTypes: (Type | string | number | boolean)[]; | ||
unitedTypes: Array<(Type | string | number | boolean)>; | ||
} | ||
@@ -114,3 +114,3 @@ | ||
*/ | ||
items: { | ||
items: Array<{ | ||
/** | ||
@@ -124,3 +124,3 @@ * Key of the item | ||
value: string | number | boolean; | ||
}[]; | ||
}>; | ||
} | ||
@@ -127,0 +127,0 @@ |
Sorry, the diff of this file is too big to display
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
210800
5309
+ Added@types/node@10.17.21(transitive)
- Removed@types/node@10.17.15(transitive)
Updated@types/node@10.17.21