+18
-9
@@ -21,5 +21,2 @@ { | ||
| "description": "Common utilities for products from Peculiar Ventures", | ||
| "engines": { | ||
| "node": ">=6.0.0" | ||
| }, | ||
| "scripts": { | ||
@@ -32,3 +29,4 @@ "prepare": "npm run build", | ||
| "coverage": "nyc npm test", | ||
| "coveralls": "nyc report --reporter=text-lcov | coveralls" | ||
| "coveralls": "nyc report --reporter=text-lcov | coveralls", | ||
| "release": "standard-version" | ||
| }, | ||
@@ -44,3 +42,3 @@ "files": [ | ||
| "devDependencies": { | ||
| "@types/mocha": "^9.1.0", | ||
| "@types/mocha": "^10.0.10", | ||
| "@types/node": "^17.0.19", | ||
@@ -51,7 +49,8 @@ "@typescript-eslint/eslint-plugin": "^5.12.1", | ||
| "eslint-plugin-import": "^2.25.4", | ||
| "mocha": "^9.2.1", | ||
| "mocha": "^11.7.4", | ||
| "nyc": "^15.1.0", | ||
| "rollup": "2.68.0", | ||
| "rollup": "2.79.2", | ||
| "rollup-plugin-dts": "^4.1.0", | ||
| "rollup-plugin-typescript2": "^0.31.2", | ||
| "standard-version": "^9.5.0", | ||
| "ts-node": "^10.5.0", | ||
@@ -61,4 +60,14 @@ "typescript": "^4.5.5" | ||
| "name": "pvutils", | ||
| "version": "1.1.3", | ||
| "license": "MIT" | ||
| "version": "1.1.4", | ||
| "license": "MIT", | ||
| "engines": { | ||
| "node": ">=22.0.0" | ||
| }, | ||
| "devEngines": { | ||
| "packageManager": { | ||
| "name": "npm", | ||
| "version": ">=10", | ||
| "onFail": "error" | ||
| } | ||
| } | ||
| } |
+12
-3
@@ -1,6 +0,15 @@ | ||
| # pvutils | ||
| <h1 align="center"> | ||
| pvutils | ||
| </h1> | ||
| [](https://github.com/PeculiarVentures/pvutils/actions/workflows/test.yml) | ||
| [](https://coveralls.io/github/PeculiarVentures/pvutils?branch=master) | ||
| <div align="center"> | ||
|  | ||
|  | ||
| [](https://www.npmjs.com/package/pvutils) | ||
|  | ||
| [](https://www.npmjs.com/package/pvutils) | ||
| </div> | ||
| `pvutils` is a set of common utility functions used in various Peculiar Ventures Javascript based projects. | ||
@@ -7,0 +16,0 @@ |
32482
1.21%24
60%14
7.69%