Compare commits

..

No commits in common. "c9514fa0aa5083dd44d0d1edbe544853b986d49a" and "99d35a9adea5fc92de1c79b2c05a776707572be1" have entirely different histories.

2 changed files with 901 additions and 1104 deletions

View File

@ -1,16 +1,17 @@
{
"name": "uhrwerk",
"version": "1.1.2",
"version": "1.1.1",
"description": "time utility",
"keywords": [
"time",
"interval",
"human-readable",
"utility"
],
"license": "MIT",
"author": "Niccolo Borgioli",
"license": "MIT",
"type": "module",
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --sourcemap",
"test": "pnpm run build && mocha",
"prepublishOnly": "pnpm run test"
},
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
@ -18,21 +19,19 @@
"types": "./dist/index.d.ts"
}
},
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts --sourcemap",
"prepublishOnly": "pnpm run test",
"test": "pnpm run build && mocha"
},
"keywords": [
"time",
"interval",
"human-readable",
"utility"
],
"devDependencies": {
"@tsconfig/strictest": "^2.0.5",
"mocha": "^10.7.0",
"tsup": "^8.2.3",
"typescript": "^5.5.4"
},
"packageManager": "pnpm@9.6.0"
"@tsconfig/strictest": "^2.0.3",
"mocha": "^10.3.0",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
}
}

1964
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff