@textlint/module-interop
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -6,2 +6,24 @@ # Change Log | ||
<a name="1.1.0"></a> | ||
# [1.1.0](https://github.com/textlint/textlint/compare/@textlint/module-interop@1.0.2...@textlint/module-interop@1.1.0) (2020-07-24) | ||
### Chores | ||
* **deps:** update devDepencies ([#667](https://github.com/textlint/textlint/issues/667)) ([0503af6](https://github.com/textlint/textlint/commit/0503af6)) | ||
### Code Refactoring | ||
* **typescript:** Use TypeScript Project References ([#668](https://github.com/textlint/textlint/issues/668)) ([bbffd43](https://github.com/textlint/textlint/commit/bbffd43)) | ||
### Tests | ||
* migrate mocha.opts to .mocharc.json ([#682](https://github.com/textlint/textlint/issues/682)) ([332ae5e](https://github.com/textlint/textlint/commit/332ae5e)) | ||
<a name="1.0.2"></a> | ||
@@ -8,0 +30,0 @@ ## [1.0.2](https://github.com/textlint/textlint/compare/@textlint/module-interop@1.0.1...@textlint/module-interop@1.0.2) (2019-10-14) |
{ | ||
"name": "@textlint/module-interop", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "ECMAScript module interop library", | ||
@@ -22,8 +22,4 @@ "keywords": [ | ||
"author": "azu", | ||
"files": [ | ||
"bin/", | ||
"lib/", | ||
"src/" | ||
], | ||
"main": "lib/index.js", | ||
"module": "./module/index.js", | ||
"types": "lib/index.d.ts", | ||
@@ -34,9 +30,15 @@ "directories": { | ||
}, | ||
"files": [ | ||
"bin/", | ||
"lib/", | ||
"modules/", | ||
"src/" | ||
], | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production tsc -p .", | ||
"clean": "rimraf lib/", | ||
"build": "tsc -b && tsc -b tsconfig.module.json", | ||
"clean": "rimraf lib/ tsconfig.tsbuildinfo", | ||
"prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", | ||
"prepublish": "npm run --if-present build", | ||
"test": "mocha \"test/**/*.ts\"", | ||
"watch": "tsc -p . --watch" | ||
"watch": "tsc -b --watch" | ||
}, | ||
@@ -49,11 +51,11 @@ "prettier": { | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.7.12", | ||
"cross-env": "^6.0.3", | ||
"mocha": "^6.2.1", | ||
"prettier": "^1.18.2", | ||
"rimraf": "^3.0.0", | ||
"ts-node": "^8.4.1", | ||
"@types/mocha": "^7.0.2", | ||
"@types/node": "^13.11.1", | ||
"cross-env": "^7.0.2", | ||
"mocha": "^7.1.1", | ||
"prettier": "^2.0.4", | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^8.8.2", | ||
"ts-node-test-register": "^8.0.1", | ||
"typescript": "^3.6.4" | ||
"typescript": "^3.8.3" | ||
}, | ||
@@ -63,3 +65,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "ec9110a9ee0d3fc5b1af93abcc083b447e3c9b78" | ||
"gitHead": "6b0b383ca2f562dfea1e4261daf9da05b7ddc29e" | ||
} |
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
7072