dphelper 1.9.86 → 2.0.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/index.js +1 -1
- package/index.js.gz +0 -0
- package/index.umd.cjs +1 -1
- package/package.json +23 -6
- package/package.json.gz +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dphelper",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "dphelper devtools, data management for developers by Dario Passariello",
|
|
5
5
|
"homepage": "https://a51.gitbook.io/dphelper",
|
|
6
6
|
"copyright": "Dario Passariello",
|
|
@@ -8,10 +8,26 @@
|
|
|
8
8
|
"deprecated": false,
|
|
9
9
|
"type": "module",
|
|
10
10
|
"target": "web",
|
|
11
|
-
"main": "
|
|
12
|
-
"module": "
|
|
13
|
-
"
|
|
14
|
-
|
|
11
|
+
"main": "./index.umd.cjs",
|
|
12
|
+
"module": "./index.js",
|
|
13
|
+
"exports": {
|
|
14
|
+
".": {
|
|
15
|
+
"types": "./index.d.ts",
|
|
16
|
+
"import": "./index.js",
|
|
17
|
+
"require": "./index.umd.cjs"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"npmName": "dphelper",
|
|
21
|
+
"npmFileMap": [
|
|
22
|
+
{
|
|
23
|
+
"basePath": "./",
|
|
24
|
+
"files": [
|
|
25
|
+
"*"
|
|
26
|
+
]
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"types": "./index.d.ts",
|
|
30
|
+
"typings": "./types/*",
|
|
15
31
|
"language": {
|
|
16
32
|
"en": {}
|
|
17
33
|
},
|
|
@@ -53,6 +69,7 @@
|
|
|
53
69
|
"url": "https://github.com/passariello/",
|
|
54
70
|
"email": "dariopassariello@gmail.com"
|
|
55
71
|
},
|
|
72
|
+
"company": {},
|
|
56
73
|
"contributors": [
|
|
57
74
|
{
|
|
58
75
|
"name": "Dario Passariello",
|
|
@@ -63,7 +80,6 @@
|
|
|
63
80
|
"email": "valeriacalascaglitta@gmail.com"
|
|
64
81
|
}
|
|
65
82
|
],
|
|
66
|
-
"company": {},
|
|
67
83
|
"keywords": [
|
|
68
84
|
"dphelper",
|
|
69
85
|
"helper",
|
|
@@ -121,6 +137,7 @@
|
|
|
121
137
|
"tslib": "^2.8.1",
|
|
122
138
|
"typescript": "5.9.3",
|
|
123
139
|
"vite": "7.2.4",
|
|
140
|
+
"vite-plugin-compression": "0.5.1",
|
|
124
141
|
"vite-plugin-dynamic-import": "1.6.0",
|
|
125
142
|
"vite-plugin-require": "1.2.14",
|
|
126
143
|
"vite-plugin-static-copy": "3.1.4"
|
package/package.json.gz
ADDED
|
Binary file
|