nhb-toolbox 4.10.98 → 4.11.0
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 +36 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nhb-toolbox",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.11.0",
|
|
4
4
|
"description": "A versatile collection of smart, efficient, and reusable utility functions and classes for everyday development needs.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -10,44 +10,16 @@
|
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
12
|
"files": [
|
|
13
|
-
"dist"
|
|
13
|
+
"dist",
|
|
14
|
+
"LICENSE",
|
|
15
|
+
"README.md",
|
|
16
|
+
"package.json"
|
|
14
17
|
],
|
|
15
18
|
"repository": {
|
|
16
19
|
"type": "git",
|
|
17
20
|
"url": "git+https://github.com/nazmul-nhb/nhb-toolbox.git"
|
|
18
21
|
},
|
|
19
22
|
"homepage": "https://nhb-toolbox.vercel.app",
|
|
20
|
-
"keywords": [
|
|
21
|
-
"toolbox",
|
|
22
|
-
"utility",
|
|
23
|
-
"functions",
|
|
24
|
-
"class",
|
|
25
|
-
"form",
|
|
26
|
-
"random-id",
|
|
27
|
-
"id",
|
|
28
|
-
"parse",
|
|
29
|
-
"format",
|
|
30
|
-
"generate",
|
|
31
|
-
"generator",
|
|
32
|
-
"data",
|
|
33
|
-
"form-data",
|
|
34
|
-
"development",
|
|
35
|
-
"tools",
|
|
36
|
-
"helpers",
|
|
37
|
-
"utils",
|
|
38
|
-
"nhb",
|
|
39
|
-
"color",
|
|
40
|
-
"chronos",
|
|
41
|
-
"time",
|
|
42
|
-
"date-fns",
|
|
43
|
-
"javascript",
|
|
44
|
-
"typescript",
|
|
45
|
-
"moment",
|
|
46
|
-
"dayjs",
|
|
47
|
-
"date",
|
|
48
|
-
"day",
|
|
49
|
-
"nhb-toolbox"
|
|
50
|
-
],
|
|
51
23
|
"author": {
|
|
52
24
|
"name": "Nazmul Hassan",
|
|
53
25
|
"email": "nazmulnhb@gmail.com"
|
|
@@ -100,11 +72,41 @@
|
|
|
100
72
|
"typesVersions": {
|
|
101
73
|
"*": {
|
|
102
74
|
"chronos": [
|
|
103
|
-
"dist/chronos.d.mts",
|
|
104
75
|
"dist/chronos.d.ts"
|
|
105
76
|
]
|
|
106
77
|
}
|
|
107
78
|
},
|
|
79
|
+
"keywords": [
|
|
80
|
+
"toolbox",
|
|
81
|
+
"utility",
|
|
82
|
+
"functions",
|
|
83
|
+
"class",
|
|
84
|
+
"form",
|
|
85
|
+
"random-id",
|
|
86
|
+
"id",
|
|
87
|
+
"parse",
|
|
88
|
+
"format",
|
|
89
|
+
"generate",
|
|
90
|
+
"generator",
|
|
91
|
+
"data",
|
|
92
|
+
"form-data",
|
|
93
|
+
"development",
|
|
94
|
+
"tools",
|
|
95
|
+
"helpers",
|
|
96
|
+
"utils",
|
|
97
|
+
"nhb",
|
|
98
|
+
"color",
|
|
99
|
+
"chronos",
|
|
100
|
+
"time",
|
|
101
|
+
"date-fns",
|
|
102
|
+
"javascript",
|
|
103
|
+
"typescript",
|
|
104
|
+
"moment",
|
|
105
|
+
"dayjs",
|
|
106
|
+
"date",
|
|
107
|
+
"day",
|
|
108
|
+
"nhb-toolbox"
|
|
109
|
+
],
|
|
108
110
|
"scripts": {
|
|
109
111
|
"clean": "rimraf dist",
|
|
110
112
|
"build": "tsup --config tsup.config.ts",
|