dphelper 0.3.3 → 0.3.4
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/.github/FUNDING.yml +12 -12
- package/.github/dependabot.yml +12 -12
- package/assets/logos/logo.svg +64 -64
- package/index.js +1 -1
- package/package.json +11 -2
- package/index.js.map +0 -1
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "dphelper",
|
|
3
3
|
"displayName": "dphelper",
|
|
4
4
|
"description": "dphelper devtools | tools, store and state management brave developers",
|
|
5
|
-
"version": "0.3.
|
|
5
|
+
"version": "0.3.4",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"relaseType": "beta",
|
|
8
8
|
"port": 3000,
|
|
@@ -61,6 +61,15 @@
|
|
|
61
61
|
"android"
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
|
+
"npmName": "dphelper",
|
|
65
|
+
"npmFileMap": [
|
|
66
|
+
{
|
|
67
|
+
"basePath": "/dist/",
|
|
68
|
+
"files": [
|
|
69
|
+
"*.js"
|
|
70
|
+
]
|
|
71
|
+
}
|
|
72
|
+
],
|
|
64
73
|
"globals": {
|
|
65
74
|
"jQuery": {},
|
|
66
75
|
"$": {},
|
|
@@ -194,7 +203,7 @@
|
|
|
194
203
|
"crypto-js": "4.1.1",
|
|
195
204
|
"css": "3.0.0",
|
|
196
205
|
"css-loader": "^6.8.1",
|
|
197
|
-
"dotenv": "^16.
|
|
206
|
+
"dotenv": "^16.3.0",
|
|
198
207
|
"eslint": "8.42.0",
|
|
199
208
|
"eslint-config-airbnb": "^19.0.4",
|
|
200
209
|
"eslint-import-resolver-webpack": "^0.13.2",
|