dphelper 2.0.16 → 2.0.20
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/package.json +2 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dphelper",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.20",
|
|
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",
|
|
@@ -73,11 +73,6 @@
|
|
|
73
73
|
]
|
|
74
74
|
}
|
|
75
75
|
],
|
|
76
|
-
"globals": {
|
|
77
|
-
"dphelper": {},
|
|
78
|
-
"jQuery": {},
|
|
79
|
-
"$": {}
|
|
80
|
-
},
|
|
81
76
|
"browserslist": {
|
|
82
77
|
"production": [
|
|
83
78
|
"last 2 Chrome major versions",
|
|
@@ -158,7 +153,7 @@
|
|
|
158
153
|
},
|
|
159
154
|
"dependencies": {
|
|
160
155
|
"dphelper.types": "0.0.20",
|
|
161
|
-
"memorio": "1.
|
|
156
|
+
"memorio": "1.4.0"
|
|
162
157
|
},
|
|
163
158
|
"devDependencies": {
|
|
164
159
|
"jquery": "3.7.1",
|