@phensley/decimal
Advanced tools
Comparing version 1.5.1 to 1.5.2
{ | ||
"name": "@phensley/decimal", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "Arbitrary precision decimal math", | ||
@@ -18,18 +18,2 @@ "main": "lib/index.js", | ||
}, | ||
"scripts": { | ||
"api": "api-extractor run -c ./etc/api-extractor.json --verbose", | ||
"api:local": "yarn api -l", | ||
"bench:off": "ts-node __benchmarks__/", | ||
"build": "yarn build:cj && yarn build:es", | ||
"build:cj": "tsc -p ./tsconfig.json", | ||
"build:es": "tsc -p ./tsconfig.json --module esnext --outDir lib-es", | ||
"build:lint": "tsc -p ./tsconfig.lint.json", | ||
"build:watch": "tsc -p ./tsconfig.json -w --preserveWatchOutput", | ||
"clean": "rimraf ./lib ./lib-es ./.scratch", | ||
"clean:full": "yarn clean && rimraf ./node_modules", | ||
"coverage": "jest --coverage --runInBand --no-cache --coverageReporters=html", | ||
"lint": "eslint -c .eslintrc.js --ext .ts src __tests__", | ||
"prepublish": "yarn build", | ||
"test:watch": "jest --watch --coverage --coverageReporters=html" | ||
}, | ||
"files": [ | ||
@@ -40,21 +24,23 @@ "lib/", | ||
"dependencies": { | ||
"tslib": "^2.3.1" | ||
"tslib": "^2.4.0" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "~7.18.5", | ||
"@types/jest": "^27.4.1", | ||
"@types/node": "^17.0.23", | ||
"@typescript-eslint/eslint-plugin": "^5.19.0", | ||
"@typescript-eslint/parser": "^5.19.0", | ||
"@types/jest": "^28.1.1", | ||
"@types/node": "^18.7.14", | ||
"@typescript-eslint/eslint-plugin": "^5.36.1", | ||
"@typescript-eslint/parser": "^5.36.1", | ||
"add": "^2.0.6", | ||
"beautify-benchmark": "^0.2.4", | ||
"benchmark": "^2.1.4", | ||
"chalk": "4.1.2", | ||
"eslint": "^8.13.0", | ||
"eslint": "^8.23.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"jest": "^27.5.1", | ||
"prettier": "^2.6.2", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"jest": "^28.1.3", | ||
"pnpm": "^7.9.5", | ||
"prettier": "^2.7.1", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^27.1.4", | ||
"typescript": "~4.6.3" | ||
"ts-jest": "^28.0.8", | ||
"typescript": "~4.8.2" | ||
}, | ||
@@ -74,3 +60,18 @@ "jest": { | ||
}, | ||
"gitHead": "5ce1215e29c06fe2c96c604e06f016ceba0a45a7" | ||
} | ||
"scripts": { | ||
"api": "api-extractor run -c ./etc/api-extractor.json --verbose", | ||
"api:local": "pnpm run api -l", | ||
"bench:off": "ts-node __benchmarks__/", | ||
"build": "pnpm run build:cj && pnpm run build:es", | ||
"build:cj": "tsc -p ./tsconfig.json", | ||
"build:es": "tsc -p ./tsconfig.json --module esnext --outDir lib-es", | ||
"build:lint": "tsc -p ./tsconfig.lint.json", | ||
"build:watch": "tsc -p ./tsconfig.json -w --preserveWatchOutput", | ||
"clean": "rimraf ./lib ./lib-es ./.scratch", | ||
"clean:full": "pnpm run clean && rimraf ./node_modules", | ||
"coverage": "jest --coverage --runInBand --no-cache --coverageReporters=html", | ||
"lint": "eslint -c .eslintrc.js --ext .ts src __tests__", | ||
"prepublish": "pnpm run build", | ||
"test:watch": "jest --watch --coverage --coverageReporters=html" | ||
} | ||
} |
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
369434
18
Updatedtslib@^2.4.0