dictionary-types
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -1,2 +0,2 @@ | ||
Copyright 2018-2020 Software Ventures Limited. | ||
Copyright 2018-2021 Software Ventures Limited. | ||
@@ -3,0 +3,0 @@ Permission to use, copy, modify, and/or distribute this software for any |
{ | ||
"name": "dictionary-types", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Convenient type definitions for commonly used dictionary/map style objects in TypeScript", | ||
"keywords": [ | ||
"typescript", | ||
"collections", | ||
"dictionary", | ||
"hashmap", | ||
"map", | ||
"hashmap", | ||
"collections" | ||
"typescript" | ||
], | ||
@@ -15,15 +15,16 @@ "author": "Daniel Cassidy <mail@danielcassidy.me.uk>", | ||
"bugs": "https://github.com/softwareventures/dictionary-types/issues", | ||
"repository": "github:softwareventures/dictionary-types", | ||
"license": "ISC", | ||
"repository": "github:softwareventures/dictionary-types", | ||
"scripts": { | ||
"test": "tslint --project .", | ||
"semantic-release": "semantic-release" | ||
"semantic-release": "semantic-release", | ||
"test": "tslint --project ." | ||
}, | ||
"sideEffects": false, | ||
"devDependencies": { | ||
"@softwareventures/tslint-rules": "0.7.1", | ||
"cz-conventional-changelog": "3.1.0", | ||
"semantic-release": "17.0.4", | ||
"tslint": "6.1.0", | ||
"typescript": "3.8.3" | ||
"@softwareventures/semantic-release-config": "1.1.2", | ||
"@softwareventures/tslint-rules": "0.9.2", | ||
"cz-conventional-changelog": "3.3.0", | ||
"semantic-release": "17.4.4", | ||
"tslint": "6.1.3", | ||
"typescript": "4.3.5" | ||
}, | ||
@@ -34,3 +35,6 @@ "config": { | ||
} | ||
}, | ||
"release": { | ||
"extends": "@softwareventures/semantic-release-config" | ||
} | ||
} |
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
4278
6