dphelper 0.3.3 → 0.3.5

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/package.json CHANGED
@@ -1,237 +1,246 @@
1
1
  {
2
- "name": "dphelper",
3
- "displayName": "dphelper",
4
- "description": "dphelper devtools | tools, store and state management brave developers",
5
- "version": "0.3.3",
6
- "license": "Apache-2.0",
7
- "relaseType": "beta",
8
- "port": 3000,
9
- "code": "vulcano",
10
- "codeRelease": "dphelper",
11
- "folder": "/",
12
- "appPort": "",
13
- "main": "index.tsx",
14
- "target": "web",
15
- "logo": "",
16
- "theme": "default",
17
- "deprecated": false,
18
- "targets": "web",
19
- "language": {
20
- "en": {}
21
- },
22
- "proxy": {},
23
- "url": {
24
- "dev": "//localhost"
25
- },
26
- "apiPath": {
27
- "folder": "api",
28
- "local": "//api.biglogic.ca",
29
- "dev": "//api.biglogic.ca",
30
- "prod": "//api.biglogic.ca"
31
- },
32
- "socket": {
33
- "test": "//ws.biglogic.ca",
34
- "dev": "//ws.biglogic.ca"
35
- },
36
- "cdn": {},
37
- "copyright": "Dario Passariello",
38
- "homepage": "https://github.com/passariello/dphelper",
39
- "author": {
40
- "name": "Dario Passariello",
41
- "url": "https://github.com/passariello/",
42
- "email": "dariopassariello@gmail.com"
43
- },
44
- "support": {
45
- "name": "Dario Passariello",
46
- "url": "https://github.com/passariello/",
47
- "email": "dariopassariello@gmail.com"
48
- },
49
- "company": {},
50
- "contributors": [
51
- {
52
- "name": "Valeria Cala Scaglitta",
53
- "email": "valeriacalascaglitta@gmail.com"
54
- }
55
- ],
56
- "workspaces": [
57
- "mcp"
58
- ],
59
- "cordova": {
60
- "platforms": [
61
- "android"
62
- ]
63
- },
64
- "globals": {
65
- "jQuery": {},
66
- "$": {},
67
- "dphelper": {},
68
- "layerpro": {}
69
- },
70
- "browserslist": {
71
- "production": [
72
- "last 2 Chrome major versions",
73
- "last 2 Firefox major versions",
74
- "last 2 Safari major versions",
75
- "last 2 Edge major versions",
76
- "last 2 Opera versions",
77
- "last 2 iOS major versions",
78
- "last 1 Explorer major version",
79
- "last 1 ChromeAndroid version",
80
- "last 1 UCAndroid version",
81
- "last 1 Samsung version",
82
- "last 1 OperaMini version",
83
- "Firefox ESR",
84
- ">0.2%",
85
- "not dead",
86
- "not op_mini all"
87
- ],
88
- "development": [
89
- "last 1 chrome version",
90
- "last 1 firefox version",
91
- "last 1 safari version"
92
- ]
93
- },
94
- "engines": {
95
- "node": ">=12.0.0"
96
- },
97
- "eslintConfig": {
98
- "globals": {
99
- "window": true,
100
- "dphelper": true
101
- }
102
- },
103
- "keywords": [
104
- "helper",
105
- "dphelper",
106
- "utils",
107
- "tools",
108
- "uuid",
109
- "random",
110
- "window",
111
- "store",
112
- "easy",
113
- "pro",
114
- "powerful",
115
- "state",
116
- "status",
117
- "dpHelper",
118
- "dp helper",
119
- "helper",
120
- "local",
121
- "storage",
122
- "indexeddb",
123
- "idb",
124
- "devtool",
125
- "dario",
126
- "passariello"
127
- ],
128
- "funding": [
129
- {
130
- "type": "individual",
131
- "url": "https://www.paypal.com/donate/?business=HC7LJ2ZXRRNDL&no_recurring=0&item_name=I+am+a+software+developer.+Just+a+donation+can+help+me+to+have+more+time+to+dedicate+on+this+project&currency_code=CAD"
132
- },
133
- {
134
- "type": "patreon",
135
- "url": "https://www.patreon.com/passariello"
136
- }
137
- ],
138
- "repository": {
139
- "type": "git",
140
- "url": "git+https://github.com/passariello/dphelper.git",
141
- "help": "git+https://github.com/passariello/dphelper.git#readme"
142
- },
143
- "bugs": {
144
- "url": "https://github.com/passariello/dphelper/issues"
145
- },
146
- "scripts": {
147
- "make-dist": "webpack --progress --color --mode production --config webpack.config.js --devtool hidden-source-map",
148
- "watch": "webpack --watch --progress --color --mode production --config webpack.config.js",
149
- "goLive": "cd mcp/node && node goLive",
150
- ">--------------": "",
151
- "git": "cd mcp/node && node gitDeploy",
152
- ">----------------": "",
153
- "prepublish1": "tsc",
154
- ">---------------": "",
155
- "backup": "cd mcp/backup && run.bat",
156
- "update": "cd mcp/node && node npmUpdate",
157
- "lint": "eslint {/**/*,*}.{js,ts,jsx,tsx} --fix",
158
- ">-----------------": ""
159
- },
160
- "devDependencies": {
161
- "@babel/cli": "7.22.5",
162
- "@babel/core": "7.22.5",
163
- "@babel/eslint-parser": "^7.22.5",
164
- "@babel/plugin-proposal-class-properties": "7.18.6",
165
- "@babel/plugin-proposal-object-rest-spread": "7.20.7",
166
- "@babel/plugin-transform-for-of": "^7.22.5",
167
- "@babel/plugin-transform-react-jsx": "^7.22.5",
168
- "@babel/plugin-transform-runtime": "7.22.5",
169
- "@babel/preset-env": "7.22.5",
170
- "@babel/preset-react": "7.22.5",
171
- "@babel/preset-typescript": "7.22.5",
172
- "@babel/runtime": "^7.22.5",
173
- "@testing-library/react": "^14.0.0",
174
- "@testing-library/user-event": "^14.4.3",
175
- "@types/node": "20.3.1",
176
- "@types/react": "^18.2.12",
177
- "@types/react-dom": "^18.2.5",
178
- "@types/react-redux": "^7.1.25",
179
- "@types/redux": "^3.6.31",
180
- "@types/webpack-env": "1.18.1",
181
- "@typescript-eslint/eslint-plugin": "5.59.11",
182
- "@typescript-eslint/parser": "5.59.11",
183
- "babel-loader": "^9.1.2",
184
- "babel-polyfill": "^6.26.0",
185
- "babel-preset-es2015": "^6.24.1",
186
- "babel-preset-stage-0": "^6.24.1",
187
- "child_process": "^1.0.2",
188
- "classnames": "2.3.2",
189
- "cli-confirm": "1.0.1",
190
- "compression-webpack-plugin": "^10.0.0",
191
- "concurrently": "8.2.0",
192
- "copy-webpack-plugin": "^11.0.0",
193
- "cordova-android": "^12.0.0",
194
- "crypto-js": "4.1.1",
195
- "css": "3.0.0",
196
- "css-loader": "^6.8.1",
197
- "dotenv": "^16.2.0",
198
- "eslint": "8.42.0",
199
- "eslint-config-airbnb": "^19.0.4",
200
- "eslint-import-resolver-webpack": "^0.13.2",
201
- "eslint-plugin-import": "2.27.5",
202
- "eslint-plugin-jsx-a11y": "^6.7.1",
203
- "eslint-plugin-node": "^11.1.0",
204
- "eslint-plugin-promise": "^6.1.1",
205
- "eslint-plugin-react": "^7.32.2",
206
- "eslint-plugin-react-app": "^6.2.2",
207
- "eslint-plugin-react-hooks": "^4.6.0",
208
- "eslint-plugin-unicorn": "47.0.0",
209
- "file-loader": "6.2.0",
210
- "fs": "0.0.1-security",
211
- "html-webpack-plugin": "5.5.3",
212
- "jquery": "3.7.0",
213
- "jsdom-worker": "0.3.0",
214
- "jshint": "^2.13.6",
215
- "less": "^4.1.3",
216
- "less-loader": "^11.1.3",
217
- "lint": "1.1.2",
218
- "moment": "2.29.4",
219
- "npm-check-updates": "16.10.12",
220
- "path": "^0.12.7",
221
- "progress-bar-webpack-plugin": "2.1.0",
222
- "react": "18.2.0",
223
- "react-app-polyfill": "^3.0.0",
224
- "react-dom": "18.2.0",
225
- "react-router": "^6.13.0",
226
- "react-router-dom": "^6.13.0",
227
- "sass": "^1.63.4",
228
- "sass-loader": "^13.3.2",
229
- "style-loader": "^3.3.3",
230
- "terser-webpack-plugin": "^5.3.9",
231
- "ts-loader": "^9.4.3",
232
- "typescript": "5.1.3",
233
- "webpack": "^5.87.0",
234
- "webpack-cli": "^5.1.4",
235
- "webpack-dev-server": "^4.15.1"
236
- }
237
- }
2
+ "name": "dphelper",
3
+ "displayName": "dphelper",
4
+ "description": "dphelper devtools | tools, store and state management brave developers",
5
+ "version": "0.3.5",
6
+ "license": "Apache-2.0",
7
+ "relaseType": "beta",
8
+ "port": 3000,
9
+ "code": "vulcano",
10
+ "codeRelease": "dphelper",
11
+ "folder": "/",
12
+ "appPort": "",
13
+ "main": "index.tsx",
14
+ "target": "web",
15
+ "logo": "",
16
+ "theme": "default",
17
+ "deprecated": false,
18
+ "targets": "web",
19
+ "language": {
20
+ "en": {}
21
+ },
22
+ "proxy": {},
23
+ "url": {
24
+ "dev": "//localhost"
25
+ },
26
+ "apiPath": {
27
+ "folder": "api",
28
+ "local": "//api.biglogic.ca",
29
+ "dev": "//api.biglogic.ca",
30
+ "prod": "//api.biglogic.ca"
31
+ },
32
+ "socket": {
33
+ "test": "//ws.biglogic.ca",
34
+ "dev": "//ws.biglogic.ca"
35
+ },
36
+ "cdn": {},
37
+ "copyright": "Dario Passariello",
38
+ "homepage": "https://github.com/passariello/dphelper",
39
+ "author": {
40
+ "name": "Dario Passariello",
41
+ "url": "https://github.com/passariello/",
42
+ "email": "dariopassariello@gmail.com"
43
+ },
44
+ "support": {
45
+ "name": "Dario Passariello",
46
+ "url": "https://github.com/passariello/",
47
+ "email": "dariopassariello@gmail.com"
48
+ },
49
+ "company": {},
50
+ "contributors": [
51
+ {
52
+ "name": "Valeria Cala Scaglitta",
53
+ "email": "valeriacalascaglitta@gmail.com"
54
+ }
55
+ ],
56
+ "workspaces": [
57
+ "mcp"
58
+ ],
59
+ "cordova": {
60
+ "platforms": [
61
+ "android"
62
+ ]
63
+ },
64
+ "npmName": "dphelper",
65
+ "npmFileMap": [
66
+ {
67
+ "basePath": "/dist/",
68
+ "files": [
69
+ "*.js"
70
+ ]
71
+ }
72
+ ],
73
+ "globals": {
74
+ "jQuery": {},
75
+ "$": {},
76
+ "dphelper": {},
77
+ "layerpro": {}
78
+ },
79
+ "browserslist": {
80
+ "production": [
81
+ "last 2 Chrome major versions",
82
+ "last 2 Firefox major versions",
83
+ "last 2 Safari major versions",
84
+ "last 2 Edge major versions",
85
+ "last 2 Opera versions",
86
+ "last 2 iOS major versions",
87
+ "last 1 Explorer major version",
88
+ "last 1 ChromeAndroid version",
89
+ "last 1 UCAndroid version",
90
+ "last 1 Samsung version",
91
+ "last 1 OperaMini version",
92
+ "Firefox ESR",
93
+ ">0.2%",
94
+ "not dead",
95
+ "not op_mini all"
96
+ ],
97
+ "development": [
98
+ "last 1 chrome version",
99
+ "last 1 firefox version",
100
+ "last 1 safari version"
101
+ ]
102
+ },
103
+ "engines": {
104
+ "node": ">=12.0.0"
105
+ },
106
+ "eslintConfig": {
107
+ "globals": {
108
+ "window": true,
109
+ "dphelper": true
110
+ }
111
+ },
112
+ "keywords": [
113
+ "helper",
114
+ "dphelper",
115
+ "utils",
116
+ "tools",
117
+ "uuid",
118
+ "random",
119
+ "window",
120
+ "store",
121
+ "easy",
122
+ "pro",
123
+ "powerful",
124
+ "state",
125
+ "status",
126
+ "dpHelper",
127
+ "dp helper",
128
+ "helper",
129
+ "local",
130
+ "storage",
131
+ "indexeddb",
132
+ "idb",
133
+ "devtool",
134
+ "dario",
135
+ "passariello"
136
+ ],
137
+ "funding": [
138
+ {
139
+ "type": "individual",
140
+ "url": "https://www.paypal.com/donate/?business=HC7LJ2ZXRRNDL&no_recurring=0&item_name=I+am+a+software+developer.+Just+a+donation+can+help+me+to+have+more+time+to+dedicate+on+this+project&currency_code=CAD"
141
+ },
142
+ {
143
+ "type": "patreon",
144
+ "url": "https://www.patreon.com/passariello"
145
+ }
146
+ ],
147
+ "repository": {
148
+ "type": "git",
149
+ "url": "git+https://github.com/passariello/dphelper.git",
150
+ "help": "git+https://github.com/passariello/dphelper.git#readme"
151
+ },
152
+ "bugs": {
153
+ "url": "https://github.com/passariello/dphelper/issues"
154
+ },
155
+ "scripts": {
156
+ "make-dist": "webpack --progress --color --mode production --config webpack.config.js --devtool hidden-source-map",
157
+ "watch": "webpack --watch --progress --color --mode production --config webpack.config.js",
158
+ "goLive": "cd mcp/node && node goLive",
159
+ "-": "--------------",
160
+ "git": "cd mcp/node && node gitDeploy",
161
+ "--": "-------------",
162
+ "prepublish1": "tsc",
163
+ "---": "------------",
164
+ "backup": "cd mcp/backup && run.bat",
165
+ "update": "cd mcp/node && node npmUpdate",
166
+ "lint": "eslint {/**/*,*}.{js,ts,jsx,tsx} --fix",
167
+ "": "--------------"
168
+ },
169
+ "devDependencies": {
170
+ "@babel/cli": "7.22.6",
171
+ "@babel/core": "7.22.6",
172
+ "@babel/eslint-parser": "^7.22.6",
173
+ "@babel/plugin-proposal-class-properties": "7.18.6",
174
+ "@babel/plugin-proposal-object-rest-spread": "7.20.7",
175
+ "@babel/plugin-transform-for-of": "^7.22.5",
176
+ "@babel/plugin-transform-react-jsx": "^7.22.5",
177
+ "@babel/plugin-transform-runtime": "7.22.6",
178
+ "@babel/preset-env": "7.22.6",
179
+ "@babel/preset-react": "7.22.5",
180
+ "@babel/preset-typescript": "7.22.5",
181
+ "@babel/runtime": "^7.22.6",
182
+ "@testing-library/react": "^14.0.0",
183
+ "@testing-library/user-event": "^14.4.3",
184
+ "@types/node": "20.4.0",
185
+ "@types/react": "^18.2.14",
186
+ "@types/react-dom": "^18.2.6",
187
+ "@types/react-redux": "^7.1.25",
188
+ "@types/redux": "^3.6.31",
189
+ "@types/webpack-env": "1.18.1",
190
+ "@typescript-eslint/eslint-plugin": "5.61.0",
191
+ "@typescript-eslint/parser": "5.61.0",
192
+ "babel-loader": "9.1.2",
193
+ "babel-polyfill": "^6.26.0",
194
+ "babel-preset-es2015": "^6.24.1",
195
+ "babel-preset-stage-0": "^6.24.1",
196
+ "child_process": "^1.0.2",
197
+ "classnames": "2.3.2",
198
+ "cli-confirm": "1.0.1",
199
+ "compression-webpack-plugin": "^10.0.0",
200
+ "concurrently": "8.2.0",
201
+ "copy-webpack-plugin": "^11.0.0",
202
+ "cordova-android": "^12.0.0",
203
+ "crypto-js": "4.1.1",
204
+ "css": "3.0.0",
205
+ "css-loader": "^6.8.1",
206
+ "dotenv": "^16.3.1",
207
+ "eslint": "8.44.0",
208
+ "eslint-config-airbnb": "19.0.4",
209
+ "eslint-import-resolver-webpack": "0.13.2",
210
+ "eslint-plugin-import": "2.27.5",
211
+ "eslint-plugin-jsx-a11y": "6.7.1",
212
+ "eslint-plugin-node": "11.1.0",
213
+ "eslint-plugin-promise": "^6.1.1",
214
+ "eslint-plugin-react": "7.32.2",
215
+ "eslint-plugin-react-app": "^6.2.2",
216
+ "eslint-plugin-react-hooks": "^4.6.0",
217
+ "eslint-plugin-unicorn": "47.0.0",
218
+ "file-loader": "6.2.0",
219
+ "fs": "0.0.1-security",
220
+ "html-webpack-plugin": "5.5.3",
221
+ "jquery": "3.7.0",
222
+ "jsdom-worker": "0.3.0",
223
+ "jshint": "^2.13.6",
224
+ "less": "4.1.3",
225
+ "less-loader": "^11.1.3",
226
+ "lint": "1.1.2",
227
+ "moment": "2.29.4",
228
+ "npm-check-updates": "16.10.13",
229
+ "path": "^0.12.7",
230
+ "progress-bar-webpack-plugin": "2.1.0",
231
+ "react": "18.2.0",
232
+ "react-app-polyfill": "^3.0.0",
233
+ "react-dom": "18.2.0",
234
+ "react-router": "^6.14.1",
235
+ "react-router-dom": "^6.14.1",
236
+ "sass": "^1.63.6",
237
+ "sass-loader": "^13.3.2",
238
+ "style-loader": "^3.3.3",
239
+ "terser-webpack-plugin": "^5.3.9",
240
+ "ts-loader": "^9.4.4",
241
+ "typescript": "5.1.6",
242
+ "webpack": "^5.88.1",
243
+ "webpack-cli": "^5.1.4",
244
+ "webpack-dev-server": "^4.15.1"
245
+ }
246
+ }
@@ -24,6 +24,7 @@ declare global {
24
24
  if (typeof window === 'undefined') window = globalThis
25
25
 
26
26
  window.dphelper = window.dphelper || {}
27
+
27
28
  window.state = window.state || {}
28
29
  window.store = window.store || {}
29
30
  window.cache = window.cache || {}