dphelper 3.2.7 → 3.2.8

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 (107) hide show
  1. package/README.md +19 -7
  2. package/index.cjs +1 -0
  3. package/index.js +1 -163
  4. package/package.json +56 -27
  5. package/types/dphelper.d.ts +657 -0
  6. package/CODE_OF_CONDUCT.md +0 -108
  7. package/FUNDING.yml +0 -12
  8. package/SECURITY.md +0 -3
  9. package/dphelper.umd.js +0 -163
  10. package/tools/ai/interface.d.ts +0 -12
  11. package/tools/anchor/interface.d.ts +0 -7
  12. package/tools/array/interface.d.ts +0 -22
  13. package/tools/audio/interface.d.ts +0 -11
  14. package/tools/avoid/interface.d.ts +0 -3
  15. package/tools/browser/interface.d.ts +0 -11
  16. package/tools/check/interface.d.ts +0 -5
  17. package/tools/color/interface.d.ts +0 -7
  18. package/tools/cookie/interface.d.ts +0 -13
  19. package/tools/coords/interface.d.ts +0 -9
  20. package/tools/credits/interface.d.ts +0 -12
  21. package/tools/date/interface.d.ts +0 -26
  22. package/tools/disable/interface.d.ts +0 -9
  23. package/tools/dispatch/interface.d.ts +0 -5
  24. package/tools/elements/interface.d.ts +0 -4
  25. package/tools/events/interface.d.ts +0 -7
  26. package/tools/fetch/interface.d.ts +0 -16
  27. package/tools/form/interface.d.ts +0 -14
  28. package/tools/format/interface.d.ts +0 -4
  29. package/tools/json/interface.d.ts +0 -9
  30. package/tools/load/interface.d.ts +0 -9
  31. package/tools/logging/interface.d.ts +0 -9
  32. package/tools/math/interface.d.ts +0 -14
  33. package/tools/memory/interface.d.ts +0 -4
  34. package/tools/navigation/interface.d.ts +0 -5
  35. package/tools/objects/interface.d.ts +0 -16
  36. package/tools/path/interface.d.ts +0 -5
  37. package/tools/promise/interface.d.ts +0 -4
  38. package/tools/sanitize/interface.d.ts +0 -3
  39. package/tools/screen/interface.d.ts +0 -12
  40. package/tools/scrollbar/interface.d.ts +0 -10
  41. package/tools/security/interface.d.ts +0 -16
  42. package/tools/shortcut/interface.d.ts +0 -3
  43. package/tools/socket/interface.d.ts +0 -13
  44. package/tools/sse/interface.d.ts +0 -9
  45. package/tools/svg/interface.d.ts +0 -13
  46. package/tools/sync/interface.d.ts +0 -14
  47. package/tools/system/interface.d.ts +0 -3
  48. package/tools/text/interface.d.ts +0 -13
  49. package/tools/timer/interface.d.ts +0 -4
  50. package/tools/tools/interface.d.ts +0 -6
  51. package/tools/translators/interface.d.ts +0 -3
  52. package/tools/triggers/interface.d.ts +0 -44
  53. package/tools/types/interface.d.ts +0 -6
  54. package/tools/ui/interface.d.ts +0 -4
  55. package/tools/window/interface.d.ts +0 -10
  56. package/types/index.d.ts +0 -2
  57. package/types/scripts/generate-imports.d.ts +0 -1
  58. package/types/scripts/over.d.ts +0 -1
  59. package/types/scripts/setProps.d.ts +0 -1
  60. package/types/scripts/setupGlobal.d.ts +0 -1
  61. package/types/tools/ai/index.d.ts +0 -1
  62. package/types/tools/anchor/index.d.ts +0 -1
  63. package/types/tools/array/index.d.ts +0 -1
  64. package/types/tools/audio/index.d.ts +0 -1
  65. package/types/tools/avoid/index.d.ts +0 -1
  66. package/types/tools/browser/index.d.ts +0 -1
  67. package/types/tools/check/index.d.ts +0 -1
  68. package/types/tools/color/index.d.ts +0 -1
  69. package/types/tools/cookie/index.d.ts +0 -1
  70. package/types/tools/coords/index.d.ts +0 -1
  71. package/types/tools/credits/index.d.ts +0 -1
  72. package/types/tools/date/index.d.ts +0 -1
  73. package/types/tools/disable/index.d.ts +0 -1
  74. package/types/tools/dispatch/index.d.ts +0 -1
  75. package/types/tools/elements/index.d.ts +0 -1
  76. package/types/tools/events/index.d.ts +0 -1
  77. package/types/tools/fetch/index.d.ts +0 -1
  78. package/types/tools/form/index.d.ts +0 -1
  79. package/types/tools/format/index.d.ts +0 -1
  80. package/types/tools/json/index.d.ts +0 -1
  81. package/types/tools/load/index.d.ts +0 -1
  82. package/types/tools/logging/index.d.ts +0 -1
  83. package/types/tools/math/index.d.ts +0 -1
  84. package/types/tools/memory/index.d.ts +0 -1
  85. package/types/tools/navigation/index.d.ts +0 -1
  86. package/types/tools/objects/index.d.ts +0 -1
  87. package/types/tools/path/index.d.ts +0 -1
  88. package/types/tools/promise/index.d.ts +0 -1
  89. package/types/tools/sanitize/index.d.ts +0 -1
  90. package/types/tools/screen/index.d.ts +0 -1
  91. package/types/tools/screen/popupManager.d.ts +0 -32
  92. package/types/tools/scrollbar/index.d.ts +0 -1
  93. package/types/tools/security/index.d.ts +0 -1
  94. package/types/tools/shortcut/index.d.ts +0 -1
  95. package/types/tools/socket/index.d.ts +0 -1
  96. package/types/tools/sse/index.d.ts +0 -1
  97. package/types/tools/svg/index.d.ts +0 -1
  98. package/types/tools/sync/index.d.ts +0 -1
  99. package/types/tools/system/index.d.ts +0 -1
  100. package/types/tools/text/index.d.ts +0 -1
  101. package/types/tools/timer/index.d.ts +0 -1
  102. package/types/tools/tools/index.d.ts +0 -1
  103. package/types/tools/translators/index.d.ts +0 -1
  104. package/types/tools/triggers/index.d.ts +0 -1
  105. package/types/tools/types/index.d.ts +0 -1
  106. package/types/tools/ui/index.d.ts +0 -1
  107. package/types/tools/window/index.d.ts +0 -1
package/package.json CHANGED
@@ -1,21 +1,25 @@
1
1
  {
2
2
  "name": "dphelper",
3
- "version": "3.2.7",
3
+ "version": "3.2.8",
4
4
  "description": "dphelper devtools for developers",
5
- "type": "module",
6
- "main": "./index.js",
7
- "module": "./index.js",
5
+ "main": "./index.cjs",
6
+ "browser": "./index.cjs",
8
7
  "types": "./index.d.ts",
9
- "typings": "./types/*",
10
- "exports": {
11
- ".": "./index.js",
12
- "./types/*": "./types/*"
13
- },
14
- "browser": "./dphelper.umd.js",
15
- "files": [
16
- "**/*"
8
+ "typing": "./types/*",
9
+ "homepage": "https://a51.gitbook.io/dphelper",
10
+ "license": "MIT",
11
+ "copyright": "Dario Passariello",
12
+ "author": "Dario Passariello",
13
+ "contributors": [
14
+ {
15
+ "name": "Dario Passariello",
16
+ "email": "dariopassarielloa@gmail.com"
17
+ },
18
+ {
19
+ "name": "Valeria Cala Scaglitta",
20
+ "email": "valeriacalascaglitta@gmail.com"
21
+ }
17
22
  ],
18
- "scripts": {},
19
23
  "keywords": [
20
24
  "dphelper",
21
25
  "front-end",
@@ -40,24 +44,49 @@
40
44
  "idb",
41
45
  "devtool"
42
46
  ],
43
- "author": "Dario Passariello <dariopassariello@gmail.com>",
44
- "contributors": [
45
- {
46
- "name": "Dario Passariello",
47
- "email": "dariopassariello@gmail.com"
48
- },
47
+ "funding": [
49
48
  {
50
- "name": "Valeria Cala Scaglitta",
51
- "email": "valeriacalascaglitta@gmail.com"
49
+ "type": "patreon",
50
+ "url": "https://www.patreon.com/passariello"
52
51
  }
53
52
  ],
54
- "license": "MIT",
55
53
  "engines": {
56
54
  "node": ">=18.0.0"
57
55
  },
58
- "funding": [
59
- {
60
- "type": "patreon"
56
+ "files": [
57
+ "**/*"
58
+ ],
59
+ "repository": {
60
+ "type": "git",
61
+ "url": "git+https://github.com/a51-dev/a51.dphelper.public.git"
62
+ },
63
+ "bugs": {
64
+ "url": "https://github.com/a51-dev/a51.dphelper.public/issues"
65
+ },
66
+ "support": {
67
+ "name": "Dario Passariello",
68
+ "url": "https://dario.passariello.ca/",
69
+ "email": "dariopassariello@gmail.com"
70
+ },
71
+ "peerDependenciesMeta": {
72
+ "react": {
73
+ "optional": false
74
+ },
75
+ "react-dom": {
76
+ "optional": false
77
+ },
78
+ "jquery": {
79
+ "optional": false
61
80
  }
62
- ]
63
- }
81
+ },
82
+ "module": "./index.js",
83
+ "exports": {
84
+ ".": {
85
+ "import": "./index.js",
86
+ "require": "./index.cjs",
87
+ "types": "./index.d.ts"
88
+ },
89
+ "./types/*": "./types/*"
90
+ },
91
+ "typings": "./index.d.ts"
92
+ }