phane-tech-dom-utils 1.0.6 → 1.0.7

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +48 -23
package/README.md CHANGED
@@ -23,7 +23,7 @@ Designed specifically for **browser environments**, this module helps you work c
23
23
  ## 📦 Installation
24
24
 
25
25
  ```bash
26
- npm install phane-js-dom-helpers
26
+ npm install phane-tech-dom-utils
27
27
  ```
28
28
  ---
29
29
 
@@ -56,7 +56,7 @@ import {
56
56
  removeEventListenerHelper,
57
57
  onElementLoad,
58
58
  setDataId
59
- } from "phane-js-dom-helpers";
59
+ } from "phane-tech-dom-utils";
60
60
  ```
61
61
 
62
62
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "phane-tech-dom-utils",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Pure JavaScript DOM utility functions",
5
5
  "type": "module",
6
6
  "main": "index.cjs",
@@ -13,31 +13,56 @@
13
13
  "keywords": [
14
14
  "javascript",
15
15
  "js",
16
- "array",
17
- "arrays",
18
- "array-utils",
19
- "array-helpers",
20
- "array-methods",
21
- "array-functions",
16
+ "dom",
17
+ "dom-utils",
18
+ "dom-helpers",
19
+ "dom-methods",
20
+ "dom-functions",
21
+ "dom-manipulation",
22
+ "html-dom",
23
+ "browser",
24
+ "frontend",
25
+ "web",
26
+ "ui",
27
+ "ui-utils",
28
+ "class-utils",
29
+ "add-class",
30
+ "remove-class",
31
+ "toggle-class",
32
+ "has-class",
33
+ "css-classes",
34
+ "element-utils",
35
+ "query-selector",
36
+ "get-element",
37
+ "create-element",
38
+ "remove-element",
39
+ "append-element",
40
+ "replace-element",
41
+ "attributes",
42
+ "set-attribute",
43
+ "get-attribute",
44
+ "remove-attribute",
45
+ "events",
46
+ "add-event",
47
+ "remove-event",
48
+ "event-listener",
49
+ "document-title",
50
+ "tab-title",
51
+ "set-title",
52
+ "meta-tags",
53
+ "add-meta",
54
+ "update-meta",
55
+ "head-utils",
56
+ "html-utils",
57
+ "text-content",
58
+ "inner-html",
59
+ "dataset",
22
60
  "utilities",
23
61
  "utils",
24
62
  "helpers",
25
- "data-types",
26
- "datatype",
27
- "type-check",
28
- "type-checking",
29
- "validation",
30
- "input-validation",
31
- "array-validation",
32
- "array-operations",
33
- "flatten-array",
34
- "sort-array",
35
- "map-array",
36
- "filter-array",
37
- "find-array",
38
- "reduce-array",
39
- "merge-arrays",
40
- "es-modules"
63
+ "es-modules",
64
+ "esm",
65
+ "vanilla-js"
41
66
  ],
42
67
  "homepage": "https://phane-tech.github.io/phane-tech-array-utils/module-ArrayHelpers.html",
43
68
  "repository": {