Comparing version 2.1.0 to 2.1.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [2.1.1](https://github.com/aaharu/gifken/compare/v2.1.0...v2.1.1) (2020-04-15) | ||
### Bug Fixes | ||
* fix type declaration file path ([ddac071](https://github.com/aaharu/gifken/commit/ddac071df3be339059f11a31d4577b0fdc93838e)) | ||
## [2.1.0](https://github.com/aaharu/gifken/compare/v2.0.0...v2.1.0) (2020-04-02) | ||
@@ -7,0 +14,0 @@ |
@@ -0,0 +0,0 @@ (function (global, factory) { |
@@ -0,0 +0,0 @@ /*! |
@@ -0,0 +0,0 @@ /*! |
@@ -0,0 +0,0 @@ /*! |
{ | ||
"name": "gifken", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "TypeScript / JavaScript GIF parser and maker", | ||
"main": "lib/gifken.cjs.js", | ||
"module": "lib/gifken.esm.js", | ||
"main": "lib/gifken.cjs", | ||
"module": "lib/gifken.mjs", | ||
"browser": "lib/gifken.umd.js", | ||
"types": "lib/index.d.ts", | ||
"types": "lib/src/index.d.ts", | ||
"type": "commonjs", | ||
"homepage": "https://aaharu.github.io/gifken/", | ||
@@ -15,5 +16,6 @@ "scripts": { | ||
"pretest": "rimraf coverage", | ||
"clean": "rimraf lib coverage docs", | ||
"clean": "rimraf lib coverage", | ||
"lint": "eslint --ext .ts --ignore-path .gitignore .", | ||
"lint:fix": "eslint --fix --ext .ts --ignore-path .gitignore .", | ||
"predoc": "rimraf docs", | ||
"doc": "typedoc --target es2015 --module commonjs --out docs --readme README.md src && node d.js", | ||
@@ -40,26 +42,27 @@ "release": "standard-version" | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"@rollup/plugin-commonjs": "^11.0.2", | ||
"@rollup/plugin-node-resolve": "^7.1.1", | ||
"@types/jest": "^25.1.4", | ||
"@types/node": "^12.12.34", | ||
"@typescript-eslint/eslint-plugin": "^2.26.0", | ||
"@typescript-eslint/parser": "^2.26.0", | ||
"@rollup/plugin-commonjs": "^11.1.0", | ||
"@rollup/plugin-node-resolve": "^7.1.3", | ||
"@types/jest": "^25.2.1", | ||
"@types/node": "^12.12.35", | ||
"@typescript-eslint/eslint-plugin": "^2.28.0", | ||
"@typescript-eslint/parser": "^2.28.0", | ||
"codecov": "^3.6.5", | ||
"eslint": "^6.8.0", | ||
"eslint-config-prettier": "^6.10.1", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"husky": "^4.2.3", | ||
"jest": "^25.2.4", | ||
"lint-staged": "^10.1.1", | ||
"prettier": "^2.0.2", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
"husky": "^4.2.5", | ||
"jest": "^25.3.0", | ||
"lint-staged": "^10.1.3", | ||
"prettier": "^2.0.4", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.3.2", | ||
"rollup": "^2.6.1", | ||
"rollup-plugin-typescript2": "^0.26.0", | ||
"standard-version": "^7.1.0", | ||
"ts-jest": "^25.3.0", | ||
"typedoc": "^0.17.3", | ||
"ts-jest": "^25.3.1", | ||
"typedoc": "^0.17.4", | ||
"typescript": "^3.8.3" | ||
}, | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"src" | ||
], | ||
@@ -66,0 +69,0 @@ "keywords": [ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
141523
25
3828
1