@thi.ng/api
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="2.1.2"></a> | ||
## [2.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@2.1.1...@thi.ng/api@2.1.2) (2018-04-01) | ||
**Note:** Version bump only for package @thi.ng/api | ||
<a name="2.1.1"></a> | ||
@@ -8,0 +16,0 @@ ## [2.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/api@2.1.0...@thi.ng/api@2.1.1) (2018-03-28) |
{ | ||
"name": "@thi.ng/api", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Common, generic types & interfaces for thi.ng projects", | ||
@@ -19,13 +19,11 @@ "main": "./index.js", | ||
"devDependencies": { | ||
"@types/mocha": "^2.2.48", | ||
"@types/node": "^9.4.6", | ||
"mocha": "^5.0.0", | ||
"nyc": "^11.4.1", | ||
"ts-loader": "^3.5.0", | ||
"typedoc": "^0.10.0", | ||
"typescript": "^2.7.2", | ||
"webpack": "^3.11.0" | ||
"@types/mocha": "^5.0.0", | ||
"@types/node": "^9.6.1", | ||
"mocha": "^5.0.5", | ||
"nyc": "^11.6.0", | ||
"typedoc": "^0.11.1", | ||
"typescript": "^2.8.1" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/checks": "^1.3.0" | ||
"@thi.ng/checks": "^1.3.1" | ||
}, | ||
@@ -38,2 +36,3 @@ "keywords": [ | ||
"interfaces", | ||
"mixins", | ||
"type declarations", | ||
@@ -40,0 +39,0 @@ "typescript" |
@@ -5,4 +5,16 @@ # @thi.ng/api | ||
Generic, common interfaces, types, decorators and mixins for thi.ng TypeScript projects (and others). | ||
This project is part of the | ||
[@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo. | ||
## About | ||
This package is implicitly used by most other projects in this | ||
repository. It defines: | ||
- 30+ generic, common interfaces & types | ||
- class & method decorators | ||
- mixins | ||
- error types | ||
- comparison & equivalence checks | ||
## Installation | ||
@@ -9,0 +21,0 @@ |
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
38589
6
32
Updated@thi.ng/checks@^1.3.1