acquerello
Advanced tools
Comparing version 0.1.4 to 0.2.0
@@ -0,1 +1,6 @@ | ||
### 2021-01-04 / 0.2.0 | ||
- chore: Updated dist files. | ||
- feat: Also export as ESM. | ||
### 2021-01-03 / 0.1.4 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "acquerello", | ||
"version": "0.1.4", | ||
"version": "0.2.0", | ||
"description": "Template based terminal coloring made really easy.", | ||
@@ -17,3 +17,3 @@ "homepage": "https://sw.cowtech.it/acquerello", | ||
"files": [ | ||
"lib", | ||
"dist", | ||
"types", | ||
@@ -24,3 +24,7 @@ "CHANGELOG.md", | ||
], | ||
"main": "lib/index.js", | ||
"main": "dist/cjs/index.js", | ||
"exports": { | ||
"require": "./dist/cjs/index.js", | ||
"import": "./dist/mjs/index.mjs" | ||
}, | ||
"typings": "types/index.d.ts", | ||
@@ -33,4 +37,4 @@ "types": "types/index.d.ts", | ||
"ci": "yarn lint && yarn test:ci", | ||
"prebuild": "rm -rf lib/* types/* && yarn lint", | ||
"build": "tsc -p .", | ||
"prebuild": "rm -rf dist types && yarn lint", | ||
"build": "tsc -p . && tsc -p tsconfig.modules.json && renamer --find js --replace mjs dist/mjs/** >> /dev/null && jscodeshift -s --extensions=mjs -t node_modules/@cowtech/esm-package-utils dist/mjs/**", | ||
"prepublishOnly": "yarn ci", | ||
@@ -41,2 +45,3 @@ "postpublish": "git push origin && git push origin -f --tags" | ||
"@cowtech/eslint-config": "^7.14.0", | ||
"@cowtech/esm-package-utils": "^0.2.0", | ||
"@types/node": "^14.14.19", | ||
@@ -43,0 +48,0 @@ "@types/tap": "^14.10.1", |
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
23292
16
422
7
1