three-csg-ts
Advanced tools
Comparing version 2.2.2 to 2.3.0
@@ -5,2 +5,14 @@ # Changelog | ||
## [2.3.0](https://github.com/Jiro-Digital/three-csg-ts/compare/v2.2.2...v2.3.0) (2021-05-14) | ||
### Features | ||
* add esm build ([7f797a3](https://github.com/Jiro-Digital/three-csg-ts/commit/7f797a30adf2a20c27b6997ada558e19bc5752ce)) | ||
### Bug Fixes | ||
* upgrade dependencies ([6d1bf6e](https://github.com/Jiro-Digital/three-csg-ts/commit/6d1bf6efba9537de4ec33b02117981d3c4d70672)) | ||
### [2.2.2](https://github.com/Jiro-Digital/three-csg-ts/compare/v2.2.1...v2.2.2) (2021-02-04) | ||
@@ -7,0 +19,0 @@ |
{ | ||
"name": "three-csg-ts", | ||
"version": "2.2.2", | ||
"version": "2.3.0", | ||
"description": "CSG library for use with THREE.js", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/esm/index.js", | ||
"scripts": { | ||
"test": "jest --config jestconfig.json", | ||
"build": "tsc", | ||
"clean": "rimraf lib", | ||
"build": "npm run clean && mkdir lib && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json", | ||
"lint": "eslint .", | ||
@@ -34,18 +35,19 @@ "prepare": "npm run build", | ||
"devDependencies": { | ||
"@types/jest": "^26.0.20", | ||
"@types/node": "^14.14.22", | ||
"@typescript-eslint/eslint-plugin": "^4.14.1", | ||
"@typescript-eslint/parser": "^4.14.1", | ||
"eslint": "^7.18.0", | ||
"@types/jest": "^26.0.23", | ||
"@types/node": "^14.14.45", | ||
"@typescript-eslint/eslint-plugin": "^4.23.0", | ||
"@typescript-eslint/parser": "^4.23.0", | ||
"eslint": "^7.26.0", | ||
"eslint-config-prettier": "^7.2.0", | ||
"eslint-plugin-jest": "^24.1.3", | ||
"eslint-plugin-jest": "^24.3.6", | ||
"husky": "^4.3.8", | ||
"jest": "^26.6.3", | ||
"lint-staged": "^10.5.3", | ||
"prettier": "^2.2.1", | ||
"prettier-plugin-organize-imports": "^1.1.1", | ||
"standard-version": "^9.1.0", | ||
"lint-staged": "^10.5.4", | ||
"prettier": "^2.3.0", | ||
"prettier-plugin-organize-imports": "^2.0.0", | ||
"rimraf": "^3.0.2", | ||
"standard-version": "^9.3.0", | ||
"three": "^0.124.0", | ||
"ts-jest": "^26.4.4", | ||
"typescript": "^4.1.3" | ||
"ts-jest": "^26.5.6", | ||
"typescript": "^4.2.4" | ||
}, | ||
@@ -52,0 +54,0 @@ "peerDependencies": { |
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
52994
8
1190
17
1