Comparing version 5.4.0 to 5.4.1
@@ -5,2 +5,10 @@ # Changelog | ||
### [5.4.1](https://github.com/tannerntannern/ts-mixer/compare/v5.4.0...v5.4.1) (2021-04-30) | ||
### Bug Fixes | ||
* "publish" workflow ([bd2e4ec](https://github.com/tannerntannern/ts-mixer/commit/bd2e4ec088b19a403bc013926c7f3a2545cc4171)) | ||
* circular dependency ([66f7e2d](https://github.com/tannerntannern/ts-mixer/commit/66f7e2dc929c90e8c15d718415114ceaa31402c2)) | ||
## [5.4.0](https://github.com/tannerntannern/ts-mixer/compare/v5.3.0...v5.4.0) (2020-11-18) | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "ts-mixer", | ||
"version": "5.4.0", | ||
"version": "5.4.1", | ||
"description": "A very small TypeScript library that provides tolerable Mixin functionality.", | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"browser": "dist/esm/index.js", | ||
"unpkg": "dist/esm/index.min.js", | ||
"types": "dist/types/index.d.ts", | ||
"files": [ | ||
@@ -12,4 +14,5 @@ "dist" | ||
"scripts": { | ||
"build": "tsc", | ||
"build-clean": "rimraf dist && yarn build", | ||
"prebuild": "yarn clean", | ||
"build": "rollup -c && tsc", | ||
"clean": "rimraf dist", | ||
"lint": "eslint src/**/*.ts", | ||
@@ -21,22 +24,26 @@ "test": "nyc mocha", | ||
"devDependencies": { | ||
"@commitlint/cli": "^8.3.5", | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"@types/chai": "^4.2.11", | ||
"@types/mocha": "^7.0.2", | ||
"@types/node": "^14.0.6", | ||
"@types/sinon": "^9.0.4", | ||
"@typescript-eslint/parser": "^3.0.2", | ||
"chai": "^4.2.0", | ||
"class-validator": "^0.12.2", | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"@rollup/plugin-typescript": "^8.2.1", | ||
"@types/chai": "^4.2.15", | ||
"@types/mocha": "^8.2.0", | ||
"@types/node": "^14.14.28", | ||
"@types/sinon": "^9.0.10", | ||
"@typescript-eslint/parser": "^4.15.1", | ||
"chai": "^4.3.0", | ||
"class-validator": "^0.13.1", | ||
"coveralls": "^3.1.0", | ||
"eslint": "^7.1.0", | ||
"eslint": "^7.20.0", | ||
"husky": "^4.2.5", | ||
"js-yaml": "^3.14.0", | ||
"mocha": "^7.2.0", | ||
"js-yaml": "^4.0.0", | ||
"mocha": "^8.3.0", | ||
"nyc": "14.1.1", | ||
"rimraf": "^3.0.2", | ||
"sinon": "^9.0.2", | ||
"standard-version": "^8.0.0", | ||
"ts-node": "^8.10.2", | ||
"typescript": "^3.9.3", | ||
"rollup": "^2.45.2", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"sinon": "^9.2.4", | ||
"standard-version": "^9.1.0", | ||
"ts-node": "^9.1.1", | ||
"tslib": "^2.2.0", | ||
"typescript": "^4.2.4", | ||
"yarn-add-no-save": "^1.0.3" | ||
@@ -43,0 +50,0 @@ }, |
@@ -6,3 +6,3 @@ # ts-mixer | ||
[build-link]: https://github.com/tannerntannern/ts-mixer/actions | ||
[ts-versions]: https://badgen.net/badge/icon/3.8,3.9,4.0?icon=typescript&label&list=| | ||
[ts-versions]: https://badgen.net/badge/icon/3.8,3.9,4.0,4.1,4.2?icon=typescript&label&list=| | ||
[node-versions]: https://badgen.net/badge/node/10%2C12%2C14/blue/?list=| | ||
@@ -9,0 +9,0 @@ [![npm version][version-badge]][version-link] |
Sorry, the diff of this file is not supported yet
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
73950
22
920
25
1