Comparing version 0.2.0 to 0.2.1
@@ -0,1 +1,4 @@ | ||
## 0.2.1 / 2020-04-16 | ||
- [MISC] Updated out-of-date dependencies to their latest versions which also fixed all possible fixed security vulnerabilities. | ||
## 0.2.0 / 2020-02-18 | ||
@@ -2,0 +5,0 @@ - [FEATURE] Added `translate` to circle to easily modify the position like the polygon version. |
@@ -0,0 +0,0 @@ function _classCallCheck(instance, Constructor) { |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "collider2d", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A 2D collision checker for modern games.", | ||
@@ -38,16 +38,16 @@ "main": "index.js", | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.8.4", | ||
"@babel/core": "^7.9.0", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-proposal-numeric-separator": "^7.8.3", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.8.3", | ||
"@babel/preset-env": "^7.8.4", | ||
"@babel/preset-typescript": "^7.8.3", | ||
"@rollup/plugin-commonjs": "^11.0.2", | ||
"@rollup/plugin-node-resolve": "^7.1.1", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.9.5", | ||
"@babel/preset-env": "^7.9.5", | ||
"@babel/preset-typescript": "^7.9.0", | ||
"@rollup/plugin-commonjs": "^11.1.0", | ||
"@rollup/plugin-node-resolve": "^7.1.3", | ||
"chai": "^4.2.0", | ||
"mocha": "^7.0.1", | ||
"rollup": "^1.31.1", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"typescript": "^3.7.5" | ||
"mocha": "^7.1.1", | ||
"rollup": "^2.6.1", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"typescript": "^3.8.3" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
388924