@ehmpathy/uni-time 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +10 -9
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@ehmpathy/uni-time",
|
|
3
3
|
"author": "ehmpathy",
|
|
4
4
|
"description": "a glossary of universally intuitive time, date, and duration domain literals",
|
|
5
|
-
"version": "1.6.
|
|
5
|
+
"version": "1.6.1",
|
|
6
6
|
"repository": "ehmpathy/uni-time",
|
|
7
7
|
"homepage": "https://github.com/ehmpathy/uni-time",
|
|
8
8
|
"keywords": [
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"UniDuration"
|
|
15
15
|
],
|
|
16
16
|
"bugs": "https://github.com/ehmpathy/uni-time/issues",
|
|
17
|
+
"license": "MIT",
|
|
17
18
|
"main": "dist/index.js",
|
|
18
19
|
"engines": {
|
|
19
20
|
"node": ">=8.0.0"
|
|
@@ -46,26 +47,27 @@
|
|
|
46
47
|
"prepublish": "npm run build",
|
|
47
48
|
"preversion": "npm run prepush",
|
|
48
49
|
"postversion": "git push origin HEAD --tags --no-verify",
|
|
49
|
-
"postinstall": "[ -d .git ] &&
|
|
50
|
+
"postinstall": "[ -d .git ] && npm run prepare:husky || exit 0",
|
|
51
|
+
"prepare:husky": "npx husky install && chmod ug+x .husky/*"
|
|
50
52
|
},
|
|
51
53
|
"dependencies": {
|
|
52
54
|
"@ehmpathy/error-fns": "1.0.2",
|
|
53
55
|
"date-fns": "3.6.0",
|
|
54
56
|
"domain-glossaries": "1.0.0",
|
|
55
|
-
"type-fns": "1.
|
|
57
|
+
"type-fns": "1.19.0"
|
|
56
58
|
},
|
|
57
59
|
"devDependencies": {
|
|
58
|
-
"@commitlint/cli": "
|
|
60
|
+
"@commitlint/cli": "19.3.0",
|
|
59
61
|
"@commitlint/config-conventional": "13.1.0",
|
|
60
|
-
"@trivago/prettier-plugin-sort-imports": "
|
|
62
|
+
"@trivago/prettier-plugin-sort-imports": "4.3.0",
|
|
61
63
|
"@tsconfig/node-lts-strictest": "18.12.1",
|
|
62
64
|
"@types/jest": "29.2.4",
|
|
63
65
|
"@typescript-eslint/eslint-plugin": "7.8.0",
|
|
64
66
|
"@typescript-eslint/parser": "7.8.0",
|
|
65
67
|
"core-js": "3.26.1",
|
|
66
68
|
"cz-conventional-changelog": "3.3.0",
|
|
67
|
-
"declapract": "
|
|
68
|
-
"declapract-typescript-ehmpathy": "
|
|
69
|
+
"declapract": "0.11.5",
|
|
70
|
+
"declapract-typescript-ehmpathy": "0.35.6",
|
|
69
71
|
"depcheck": "1.4.3",
|
|
70
72
|
"eslint": "8.56.0",
|
|
71
73
|
"eslint-config-airbnb-typescript": "18.0.0",
|
|
@@ -85,6 +87,5 @@
|
|
|
85
87
|
"commitizen": {
|
|
86
88
|
"path": "./node_modules/cz-conventional-changelog"
|
|
87
89
|
}
|
|
88
|
-
}
|
|
89
|
-
"license": "MIT"
|
|
90
|
+
}
|
|
90
91
|
}
|