@nodesuite/timer
Advanced tools
Comparing version 0.0.22 to 0.0.23
{ | ||
"$schema": "https://json.schemastore.org/package", | ||
"name": "@nodesuite/timer", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"description": "Light-weight performance timer.", | ||
@@ -18,8 +18,12 @@ "keywords": [ | ||
"author": "@nodesuite", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"README.md" | ||
], | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"dependencies": { | ||
@@ -29,8 +33,8 @@ "tslib": "^2.4.0" | ||
"devDependencies": { | ||
"@nodesuite/eslint-config": "0.0.22", | ||
"@nodesuite/node-rig": "0.0.22", | ||
"@nodesuite/eslint-config": "0.0.23", | ||
"@nodesuite/node-rig": "0.0.23", | ||
"@rushstack/eslint-config": "^3.0.0", | ||
"@rushstack/heft": "^0.47.5", | ||
"@types/node": "^18.7.13", | ||
"@typescript-eslint/parser": "^5.35.1", | ||
"@types/node": "^18.7.14", | ||
"@typescript-eslint/parser": "^5.36.1", | ||
"ava": "^4.3.3", | ||
@@ -44,3 +48,4 @@ "barrelsby": "^2.4.0", | ||
"sort-package-json": "^1.57.0", | ||
"typescript": "^4.8.2" | ||
"tsup": "^6.2.3", | ||
"typescript": "4.7.4" | ||
}, | ||
@@ -58,2 +63,3 @@ "engines": { | ||
"build": "heft build --clean", | ||
"build:prod": "tsup-node --config=node_modules/@nodesuite/node-rig/profiles/default/tsup.config.js", | ||
"circular": "dpdm --ext ts --circular --output .rush/circular.json src", | ||
@@ -65,5 +71,5 @@ "clean": "run-p clean:*", | ||
"lint:sort": "sort-package-json", | ||
"typecheck": "tsc --noemit", | ||
"typecheck": "tsc --noEmit", | ||
"upgrade": "ncu -u --packageFile package.json" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
106778
1055
16
1