Comparing version 2.0.4 to 3.0.0
{ | ||
"name": "computus", | ||
"version": "2.0.4", | ||
"version": "3.0.0", | ||
"description": "Compute easter day in the gregorian calendar", | ||
@@ -24,38 +24,34 @@ "keywords": [ | ||
"exports": { | ||
"require": "./dist/computus.cjs", | ||
"default": "./dist/computus.modern.js" | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"main": "./dist/computus.cjs", | ||
"unpkg": "./dist/computus.umd.js", | ||
"module": "./dist/computus.module.js", | ||
"source": "src/main.ts", | ||
"types": "dist/main.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
"@js-temporal/polyfill": "^0.4.4" | ||
}, | ||
"devDependencies": { | ||
"@changesets/cli": "^2.27.8", | ||
"@rhnorskov/eslint-config": "^2.0.0", | ||
"@rhnorskov/prettier-config": "^1.1.2", | ||
"prettier": "^3.3.3", | ||
"tsup": "^8.3.0", | ||
"turbo": "^2.1.3", | ||
"vitest": "^2.1.1" | ||
}, | ||
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b", | ||
"scripts": { | ||
"build": "microbundle", | ||
"dev": "microbundle watch", | ||
"build": "tsup src/index.ts --format cjs,esm --minify --dts", | ||
"format": "prettier --write .", | ||
"format:check": "prettier --check .", | ||
"lint": "eslint --fix .", | ||
"prepare": "husky install", | ||
"release": "npm run build && np", | ||
"test": "node --experimental-vm-modules ./node_modules/.bin/jest" | ||
}, | ||
"devDependencies": { | ||
"@rhnorskov/eslint-config": "^3.0.0", | ||
"@rhnorskov/prettier-config": "^3.0.0", | ||
"@types/jest": "^27.5.1", | ||
"@types/node": "^17.0.33", | ||
"husky": "^8.0.1", | ||
"jest": "^28.1.0", | ||
"lint-staged": "^12.4.1", | ||
"microbundle": "^0.15.0", | ||
"np": "^7.6.1", | ||
"ts-jest": "^28.0.2" | ||
}, | ||
"engines": { | ||
"node": ">=14.x", | ||
"npm": ">=6.x" | ||
"lint:check": "eslint .", | ||
"release": "changeset publish", | ||
"test": "vitest run", | ||
"test:watch": "vitest", | ||
"prerelease": "pnpm run lint:check && pnpm run format:check && pnpm run test && pnpm run build" | ||
} | ||
} | ||
} |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
7
2012
1
2
0
1
+ Added@js-temporal/polyfill@^0.4.4
+ Added@js-temporal/polyfill@0.4.4(transitive)
+ Addedjsbi@4.3.0(transitive)
+ Addedtslib@2.8.1(transitive)