dphelper 2.0.18 → 2.1.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/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dphelper",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.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",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"node": ">=18",
|
|
141
141
|
"pnpm": ">=10"
|
|
142
142
|
},
|
|
143
|
-
"
|
|
143
|
+
"extends": "./tsconfig.json",
|
|
144
144
|
"types": "./index.d.ts",
|
|
145
145
|
"typings": "./types/*",
|
|
146
146
|
"exports": {
|
|
@@ -153,19 +153,19 @@
|
|
|
153
153
|
},
|
|
154
154
|
"dependencies": {
|
|
155
155
|
"dphelper.types": "0.0.20",
|
|
156
|
-
"memorio": "1.
|
|
156
|
+
"memorio": "1.4.6",
|
|
157
|
+
"crypto-js": "4.2.0",
|
|
158
|
+
"jquery": "3.7.1"
|
|
157
159
|
},
|
|
158
160
|
"devDependencies": {
|
|
159
|
-
"
|
|
161
|
+
"tslib": "^2.8.1",
|
|
162
|
+
"ts-loader": "^9.5.4",
|
|
163
|
+
"ts-node": "10.9.2",
|
|
160
164
|
"@types/node": "^24.10.1",
|
|
161
165
|
"@types/webpack-env": "1.18.8",
|
|
162
166
|
"copy-webpack-plugin": "^13.0.1",
|
|
163
|
-
"crypto-js": "4.2.0",
|
|
164
167
|
"file-loader": "6.2.0",
|
|
165
|
-
"terser-webpack-plugin": "^5.3.
|
|
166
|
-
"ts-loader": "^9.5.4",
|
|
167
|
-
"ts-node": "10.9.2",
|
|
168
|
-
"tslib": "^2.8.1",
|
|
168
|
+
"terser-webpack-plugin": "^5.3.15",
|
|
169
169
|
"typescript": "5.9.3",
|
|
170
170
|
"webpack": "^5.103.0",
|
|
171
171
|
"webpack-cli": "6.0.1",
|