Comparing version 2.0.0-beta.1 to 2.0.0-beta.2
{ | ||
"name": "purify-ts", | ||
"version": "2.0.0-beta.1", | ||
"version": "2.0.0-beta.2", | ||
"description": "Functional programming standard library for TypeScript ", | ||
@@ -11,19 +11,6 @@ "repository": "https://github.com/gigobyte/purify.git", | ||
"build": "tsc && tsc -p tsconfig.esm.json", | ||
"test": "jest --coverage", | ||
"test": "vitest run --coverage", | ||
"coverage": "coveralls < coverage/lcov.info", | ||
"test-watch": "jest --watch", | ||
"pretty": "prettier --write \"**/*.ts\"" | ||
}, | ||
"jest": { | ||
"transform": { | ||
".(ts|tsx)": "ts-jest" | ||
}, | ||
"testRegex": "src/.+\\.test\\.ts$", | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js" | ||
], | ||
"collectCoverage": true | ||
}, | ||
"main": "index.js", | ||
@@ -55,10 +42,9 @@ "module": "esm/index.js", | ||
"devDependencies": { | ||
"@types/jest": "29.4.0", | ||
"@vitest/coverage-c8": "0.29.3", | ||
"ajv": "8.12.0", | ||
"ajv-formats": "2.1.1", | ||
"coveralls": "3.1.1", | ||
"jest": "29.4.3", | ||
"prettier": "2.8.4", | ||
"ts-jest": "29.0.5", | ||
"typescript": "4.9.5" | ||
"typescript": "4.9.5", | ||
"vitest": "0.29.3" | ||
}, | ||
@@ -65,0 +51,0 @@ "dependencies": { |
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
7
44
201809