dphelper 1.9.27 → 1.9.30
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/CODE_OF_CONDUCT.md +12 -12
- package/CONTRIBUTING.md +3 -3
- package/HISTORY.md +1 -1
- package/LICENSE.md +17 -5
- package/README.md +46 -11
- package/SECURITY.md +1 -1
- package/SUMMARY.md +1 -0
- package/docs/index.md +46 -11
- package/documents/SESSION.md +58 -0
- package/documents/STATE.md +2 -0
- package/documents/STORE.md +2 -0
- package/documents/TOOLS.md +1145 -475
- package/index.js +1 -1
- package/package.json +6 -12
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dphelper",
|
|
3
|
-
"version": "1.9.
|
|
4
|
-
"description": "dphelper devtools,
|
|
3
|
+
"version": "1.9.30",
|
|
4
|
+
"description": "dphelper devtools, data management for developers by Dario Passariello",
|
|
5
|
+
"homepage": "https://a51.gitbook.io/dphelper",
|
|
5
6
|
"copyright": "Dario Passariello",
|
|
6
7
|
"license": "MIT",
|
|
7
8
|
"main": "./index.js",
|
|
@@ -15,10 +16,9 @@
|
|
|
15
16
|
"displayName": "dphelper",
|
|
16
17
|
"port": 3000,
|
|
17
18
|
"code": "vulkan",
|
|
18
|
-
"
|
|
19
|
+
"type": "gold",
|
|
19
20
|
"codeRelease": "dphelper",
|
|
20
21
|
"name": "dphelper",
|
|
21
|
-
"type": "beta",
|
|
22
22
|
"folder": "/",
|
|
23
23
|
"target": "web",
|
|
24
24
|
"proxy": {
|
|
@@ -40,7 +40,6 @@
|
|
|
40
40
|
},
|
|
41
41
|
"cdn": {}
|
|
42
42
|
},
|
|
43
|
-
"homepage": "https://a51.gitbook.io/dphelper",
|
|
44
43
|
"author": {
|
|
45
44
|
"name": "Dario Passariello",
|
|
46
45
|
"url": "https://dario.passariello.ca/",
|
|
@@ -127,11 +126,6 @@
|
|
|
127
126
|
"dario",
|
|
128
127
|
"passariello"
|
|
129
128
|
],
|
|
130
|
-
"repository": {
|
|
131
|
-
"type": "git",
|
|
132
|
-
"url": "git+https://github.com/a51-dev/a51.dphelper.public.git",
|
|
133
|
-
"help": "https://github.com/a51-dev/a51.dphelper.public#readme"
|
|
134
|
-
},
|
|
135
129
|
"bugs": {
|
|
136
130
|
"url": "https://github.com/a51-dev/a51.dphelper.public/issues"
|
|
137
131
|
},
|
|
@@ -170,8 +164,8 @@
|
|
|
170
164
|
"@eslint/js": "9.35.0",
|
|
171
165
|
"@types/node": "^24.3.1",
|
|
172
166
|
"@types/webpack-env": "1.18.8",
|
|
173
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
174
|
-
"@typescript-eslint/parser": "8.
|
|
167
|
+
"@typescript-eslint/eslint-plugin": "8.43.0",
|
|
168
|
+
"@typescript-eslint/parser": "8.43.0",
|
|
175
169
|
"copy-webpack-plugin": "^13.0.1",
|
|
176
170
|
"crypto-js": "4.2.0",
|
|
177
171
|
"eslint": "9.35.0",
|