flexi-human-hash 1.0.0 → 1.0.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 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "flexi-human-hash",
|
|
3
3
|
"description": "Making hashes human readable, and giving the user control over how they look",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -56,9 +56,10 @@
|
|
|
56
56
|
"@semantic-release/npm": "^13.1.0",
|
|
57
57
|
"@semantic-release/release-notes-generator": "^14.0.3",
|
|
58
58
|
"c8": "^10.1.3",
|
|
59
|
-
"categorized-words": "^1.0.0",
|
|
60
59
|
"chai": "^5.1.2",
|
|
60
|
+
"commitizen": "^4.3.1",
|
|
61
61
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
62
|
+
"cz-conventional-changelog": "^3.3.0",
|
|
62
63
|
"eslint": "^9.18.0",
|
|
63
64
|
"globals": "^16.3.0",
|
|
64
65
|
"husky": "^9.1.7",
|
|
@@ -70,6 +71,7 @@
|
|
|
70
71
|
"@stdlib/datasets-male-first-names-en": "^0.0.8",
|
|
71
72
|
"all-the-cities": "^3.1.0",
|
|
72
73
|
"bit-sequence": "^1.1.0",
|
|
74
|
+
"categorized-words": "^1.0.0",
|
|
73
75
|
"handlebars": "^4.7.7",
|
|
74
76
|
"pupt": "^1.3.2"
|
|
75
77
|
},
|
|
@@ -127,5 +129,10 @@
|
|
|
127
129
|
"codenamise",
|
|
128
130
|
"codenamize",
|
|
129
131
|
"secret"
|
|
130
|
-
]
|
|
132
|
+
],
|
|
133
|
+
"config": {
|
|
134
|
+
"commitizen": {
|
|
135
|
+
"path": "cz-conventional-changelog"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
131
138
|
}
|