libraries.io
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -6,2 +6,13 @@ # Change Log | ||
## [3.0.4](https://github.com/ffflorian/api-clients/tree/main/packages/libraries.io/compare/libraries.io@3.0.3...libraries.io@3.0.4) (2021-04-01) | ||
### Bug Fixes | ||
* Build docs ([a570982](https://github.com/ffflorian/api-clients/tree/main/packages/libraries.io/commit/a570982a1df4b83b2a958c16bfecae7fb3af2ebe)) | ||
## 3.0.3 (2021-01-31) | ||
@@ -8,0 +19,0 @@ |
@@ -8,9 +8,9 @@ { | ||
"devDependencies": { | ||
"@types/jasmine": "3.6.3", | ||
"@types/jasmine": "3.6.9", | ||
"@types/node": "~14", | ||
"jasmine": "3.6.4", | ||
"jasmine": "3.7.0", | ||
"rimraf": "3.0.2", | ||
"ts-node": "9.1.1", | ||
"typedoc": "0.18.0", | ||
"typescript": "4.1.3" | ||
"typedoc": "0.20.34", | ||
"typescript": "4.2.3" | ||
}, | ||
@@ -35,3 +35,3 @@ "engines": { | ||
"build:ts": "tsc", | ||
"build:docs": "typedoc --options ../../typedoc.json --out ../../docs/packages/libraries.io", | ||
"build:docs": "typedoc --options ../../typedoc.json --out ../../docs/packages/libraries.io src/index.ts", | ||
"clean": "rimraf dist", | ||
@@ -41,4 +41,4 @@ "dist": "yarn clean && yarn build:ts", | ||
}, | ||
"version": "3.0.3", | ||
"gitHead": "7d5cd9de9585df5bedb6fc6e100c191f637060a0" | ||
"version": "3.0.4", | ||
"gitHead": "cf181c9059d6598f643f32698c415ad154e00461" | ||
} |
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
113531