js-powerkit 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/README.md +1 -1
- package/package.json +30 -5
package/README.md
CHANGED
|
@@ -507,7 +507,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
|
|
|
507
507
|
|
|
508
508
|
## Changelog
|
|
509
509
|
|
|
510
|
-
### [1.0.
|
|
510
|
+
### [1.0.1] - 2026-01-22
|
|
511
511
|
- Initial release with comprehensive string, array, and object utilities
|
|
512
512
|
- Full test coverage
|
|
513
513
|
- ES6+ module support
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "js-powerkit",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "A comprehensive JavaScript utility library providing essential functions for strings, arrays, and objects.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -11,12 +11,13 @@
|
|
|
11
11
|
},
|
|
12
12
|
"keywords": [
|
|
13
13
|
"javascript",
|
|
14
|
+
"js",
|
|
14
15
|
"utils",
|
|
15
16
|
"utility",
|
|
16
17
|
"utilities",
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
18
|
+
"string",
|
|
19
|
+
"array",
|
|
20
|
+
"object",
|
|
20
21
|
"es6",
|
|
21
22
|
"npm",
|
|
22
23
|
"library",
|
|
@@ -25,7 +26,31 @@
|
|
|
25
26
|
"manipulation",
|
|
26
27
|
"powerkit",
|
|
27
28
|
"formatting",
|
|
28
|
-
"validation"
|
|
29
|
+
"validation",
|
|
30
|
+
"lodash-alternative",
|
|
31
|
+
"underscore-alternative",
|
|
32
|
+
"functional",
|
|
33
|
+
"data-manipulation",
|
|
34
|
+
"string-utils",
|
|
35
|
+
"array-utils",
|
|
36
|
+
"object-utils",
|
|
37
|
+
"camelcase",
|
|
38
|
+
"deep-clone",
|
|
39
|
+
"deep-merge",
|
|
40
|
+
"zero-dependencies",
|
|
41
|
+
"lightweight",
|
|
42
|
+
"typescript",
|
|
43
|
+
"nodejs",
|
|
44
|
+
"browser",
|
|
45
|
+
"developer-tools",
|
|
46
|
+
"productivity",
|
|
47
|
+
"modern-javascript",
|
|
48
|
+
"frontend",
|
|
49
|
+
"backend",
|
|
50
|
+
"fullstack",
|
|
51
|
+
"web-development",
|
|
52
|
+
"es2015",
|
|
53
|
+
"es2020"
|
|
29
54
|
],
|
|
30
55
|
"author": "Niketa Jain",
|
|
31
56
|
"license": "MIT",
|