Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,8 @@ | ||
## [1.0.2](https://github.com/kpfromer/docx-react/compare/v1.0.1...v1.0.2) (2021-11-24) | ||
### Bug Fixes | ||
* missing `type` in package.json ([946e4af](https://github.com/kpfromer/docx-react/commit/946e4afc0715d442c0e05fd02264ca9bfd8c9ddd)) | ||
## [1.0.1](https://github.com/kpfromer/docx-react/compare/v1.0.0...v1.0.1) (2021-11-24) | ||
@@ -2,0 +9,0 @@ |
@@ -6,2 +6,3 @@ { | ||
"types": "./lib/index.d.ts", | ||
"type": "module", | ||
"description": "A JSX wrapper around docx for creating docx files.", | ||
@@ -35,3 +36,3 @@ "keywords": [ | ||
"@semantic-release/release-notes-generator": "^9.0.3", | ||
"@types/jest": "^26.0.24", | ||
"@types/jest": "^27.0.3", | ||
"@types/lodash.flattendeep": "^4.4.6", | ||
@@ -49,7 +50,7 @@ "@typescript-eslint/eslint-plugin": "^4.33.0", | ||
"husky": "^4.3.8", | ||
"jest": "^26.6.3", | ||
"jest": "^27.3.1", | ||
"lint-staged": "^10.5.4", | ||
"prettier": "^2.4.1", | ||
"semantic-release": "^17.4.7", | ||
"ts-jest": "^26.5.6", | ||
"ts-jest": "^27.0.7", | ||
"ts-node": "^9.1.1", | ||
@@ -91,3 +92,3 @@ "typescript": "^4.5.2" | ||
}, | ||
"version": "1.0.1" | ||
"version": "1.0.2" | ||
} |
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
Yes
5086
5
29