@universal-packages/time-measurer
Advanced tools
Comparing version 1.4.9 to 1.4.10
@@ -1,1 +0,1 @@ | ||
export declare type TimeFormat = 'Expressive' | 'Human' | 'Condensed'; | ||
export type TimeFormat = 'Expressive' | 'Human' | 'Condensed'; |
{ | ||
"name": "@universal-packages/time-measurer", | ||
"version": "1.4.9", | ||
"version": "1.4.10", | ||
"description": "Utility to measure routines times with precision", | ||
@@ -13,24 +13,19 @@ "author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)", | ||
"test": "jest --watch", | ||
"test:full": "jest --coverage --verbose", | ||
"test:coverage": "jest --coverage", | ||
"test:clear": "jest --clearCache", | ||
"format": "prettier --write \"./{src,tests}/**/*.{ts,tsx,js,jsx,json}\"", | ||
"update-dependents": "umaintenance update-dependents" | ||
"update-universal-dependencies": "umaintenance update-universal-dependencies" | ||
}, | ||
"devDependencies": { | ||
"@trivago/prettier-plugin-sort-imports": "^4.1.1", | ||
"@types/jest": "^28.1.0", | ||
"@types/node": "^17.0.39", | ||
"@universal-packages/maintenance": "^1.0.2", | ||
"jest": "^28.1.0", | ||
"jest-circus": "^28.1.0", | ||
"prettier": "^2.8.7", | ||
"ts-jest": "^28.0.4", | ||
"typescript": "^4.7.3" | ||
"@trivago/prettier-plugin-sort-imports": "^4.3.0", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^18.11.9", | ||
"@universal-packages/maintenance": "^1.6.3", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.0.3", | ||
"ts-jest": "^29.1.2", | ||
"typescript": "^5.4.3" | ||
}, | ||
"jest": { | ||
"testRunner": "jest-circus/runner", | ||
"transform": { | ||
"^.+\\.(ts|tsx)$": "ts-jest" | ||
}, | ||
"testRegex": "(/tests/.*\\.test\\.ts?)$", | ||
"preset": "ts-jest", | ||
"collectCoverageFrom": [ | ||
@@ -40,6 +35,3 @@ "src/**/*.ts" | ||
"setupFilesAfterEnv": [ | ||
"<rootDir>/tests/setupTests.ts" | ||
], | ||
"watchPathIgnorePatterns": [ | ||
"<rootDir>/tmp" | ||
"<rootDir>/tests/setup.ts" | ||
] | ||
@@ -52,2 +44,5 @@ }, | ||
"trailingComma": "none", | ||
"plugins": [ | ||
"@trivago/prettier-plugin-sort-imports" | ||
], | ||
"importOrder": [ | ||
@@ -54,0 +49,0 @@ "^[./]" |
Sorry, the diff of this file is not supported yet
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
8
19213