@abinnovision/prettier-config
Advanced tools
Comparing version 2.0.0 to 2.1.0
# Changelog | ||
## [2.1.0](https://github.com/abinnovision/js-commons/compare/prettier-config-v2.0.0...prettier-config-v2.1.0) (2024-08-05) | ||
### Features | ||
* migrate to esm ([#278](https://github.com/abinnovision/js-commons/issues/278)) ([fed850d](https://github.com/abinnovision/js-commons/commit/fed850d979f7ba83fae75adadcfd0024f2acd242)) | ||
## [2.0.0](https://github.com/abinnovision/js-commons/compare/prettier-config-v1.1.0...prettier-config-v2.0.0) (2023-11-03) | ||
@@ -4,0 +11,0 @@ |
@@ -1,3 +0,1 @@ | ||
"use strict"; | ||
// src/index.ts | ||
@@ -14,2 +12,5 @@ var config = { | ||
}; | ||
module.exports = config; | ||
var src_default = config; | ||
export { | ||
src_default as default | ||
}; |
{ | ||
"name": "@abinnovision/prettier-config", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"type": "module", | ||
"repository": { | ||
@@ -13,14 +14,6 @@ "url": "https://github.com/abinnovision/js-commons" | ||
}, | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"bin": { | ||
"sync-editorconfig": "./dist/bin/sync-editorconfig.js" | ||
"sync-editorconfig": "./dist/bin/sync-editorconfig.cjs" | ||
}, | ||
@@ -32,3 +25,3 @@ "files": [ | ||
"scripts": { | ||
"build": "tsup src/index.ts --dts --format esm,cjs --clean && tsup src/bin/* --format cjs --clean -d dist/bin", | ||
"build": "tsup src/index.ts --dts --format esm --clean && tsup src/bin/* --format cjs --clean -d dist/bin", | ||
"format:check": "prettier --check 'src/**/*.{ts,js}' '**/*.{md,json,json5,yaml,yml}'", | ||
@@ -50,9 +43,9 @@ "format:fix": "prettier --write 'src/**/*.{ts,js}' '**/*.{md,json,json5,yaml,yml}'", | ||
"devDependencies": { | ||
"@types/node": "^20.8.10", | ||
"@types/node": "^20.11.30", | ||
"@types/prettier": "^3.0.0", | ||
"eslint": "^8.52.0", | ||
"globals": "^13.23.0", | ||
"prettier": "^3.0.3", | ||
"tsup": "^7.2.0", | ||
"typescript": "^5.2.2" | ||
"eslint": "^9.8.0", | ||
"globals": "^15.9.0", | ||
"prettier": "^3.3.3", | ||
"tsup": "^8.2.4", | ||
"typescript": "^5.5.4" | ||
}, | ||
@@ -59,0 +52,0 @@ "peerDependencies": { |
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
Yes
17790
8
56