tinyduration
Advanced tools
Comparing version 3.2.2 to 3.2.3
{ | ||
"name": "tinyduration", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"description": "ISO-8601 duration parsing and serialization", | ||
@@ -25,15 +25,15 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/jest": "^26.0.22", | ||
"@types/node": "^14.14.37", | ||
"@typescript-eslint/eslint-plugin": "^4.20.0", | ||
"@typescript-eslint/parser": "^4.20.0", | ||
"eslint": "^7.23.0", | ||
"eslint-config-prettier": "^8.1.0", | ||
"eslint-plugin-jest": "^24.3.2", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
"fast-check": "^2.14.0", | ||
"jest": "^26.6.3", | ||
"prettier": "^2.2.1", | ||
"ts-jest": "^26.5.4", | ||
"typescript": "^4.2.3" | ||
"@types/jest": "^29.2.1", | ||
"@types/node": "^18.11.9", | ||
"@typescript-eslint/eslint-plugin": "^5.42.0", | ||
"@typescript-eslint/parser": "^5.42.0", | ||
"eslint": "^8.26.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-jest": "^27.1.3", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"fast-check": "2.25.0", | ||
"jest": "^29.2.2", | ||
"prettier": "^2.7.1", | ||
"ts-jest": "^29.0.3", | ||
"typescript": "^4.8.4" | ||
}, | ||
@@ -40,0 +40,0 @@ "scripts": { |
@@ -89,3 +89,3 @@ | ||
```js | ||
import * as Duration from 'tinyduraion'; | ||
import * as Duration from 'tinyduration'; | ||
@@ -92,0 +92,0 @@ const durationStr = Duration.serialize({ weeks: 1 }); |
Sorry, the diff of this file is not supported yet
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
46480