dphelper 2.1.8 → 2.2.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/package.json CHANGED
@@ -1,177 +1,177 @@
1
- {
2
- "name": "dphelper",
3
- "version": "2.1.8",
4
- "description": "dphelper devtools, data management for developers by Dario Passariello",
5
- "homepage": "https://a51.gitbook.io/dphelper",
6
- "copyright": "Dario Passariello",
7
- "license": "MIT",
8
- "main": "./index.js",
9
- "deprecated": false,
10
- "preferGlobal": true,
11
- "target": "web",
12
- "language": {
13
- "en": {}
14
- },
15
- "app": {
16
- "displayName": "dphelper",
17
- "port": 3000,
18
- "code": "vulkan",
19
- "type": "gold",
20
- "codeRelease": "dphelper",
21
- "name": "dphelper",
22
- "folder": "/",
23
- "target": "web",
24
- "node": {
25
- "global": false
26
- },
27
- "proxy": {
28
- "api": {
29
- "tst": "http://localhost:5003/",
30
- "dev": "https://a51.dev/",
31
- "pro": "https://a51.dev/"
32
- }
33
- },
34
- "socket": {
35
- "url": {
36
- "tst": "wss://ws.a51.dev/",
37
- "dev": "wss://ws.a51.dev/",
38
- "pro": "wss://ws.a51.dev/"
39
- }
40
- },
41
- "url": {
42
- "dev": "http://localhost/"
43
- },
44
- "cdn": {}
45
- },
46
- "author": {
47
- "name": "Dario Passariello",
48
- "url": "https://dario.passariello.ca/",
49
- "email": "dariopassariello@gmail.com"
50
- },
51
- "support": {
52
- "name": "Dario Passariello",
53
- "url": "https://github.com/passariello/",
54
- "email": "dariopassariello@gmail.com"
55
- },
56
- "company": {},
57
- "contributors": [
58
- {
59
- "name": "Dario Passariello",
60
- "email": "dariopassarielloa@gmail.com"
61
- },
62
- {
63
- "name": "Valeria Cala Scaglitta",
64
- "email": "valeriacalascaglitta@gmail.com"
65
- }
66
- ],
67
- "workspaces": [
68
- ".dev"
69
- ],
70
- "npmName": "dphelper",
71
- "npmFileMap": [
72
- {
73
- "basePath": "./dist/",
74
- "files": [
75
- "*.js"
76
- ]
77
- }
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
- "keywords": [
104
- "dphelper",
105
- "helper",
106
- "utils",
107
- "tools",
108
- "uuid",
109
- "random",
110
- "window",
111
- "store",
112
- "observer",
113
- "easy",
114
- "pro",
115
- "powerful",
116
- "state",
117
- "status",
118
- "dp helper",
119
- "local",
120
- "storage",
121
- "indexdb",
122
- "idb",
123
- "devtool",
124
- "dario",
125
- "passariello"
126
- ],
127
- "bugs": {
128
- "url": "https://github.com/a51-dev/a51.dphelper.public/issues"
129
- },
130
- "funding": [
131
- {
132
- "type": "patreon",
133
- "url": "https://www.patreon.com/passariello"
134
- }
135
- ],
136
- "scripts": {
137
- "build": "webpack --progress --profile --color --mode=production --config webpack.ts",
138
- "watch": "webpack --watch --progress --profile --color --mode=development --config webpack.ts",
139
- "-----------": "",
140
- "npm:publish": "npm run build && cd dist && ls -al && npm publish"
141
- },
142
- "engines": {
143
- "node": ">=18",
144
- "pnpm": ">=10"
145
- },
146
- "extends": "./tsconfig.json",
147
- "types": "./index.d.ts",
148
- "typings": "./types/*",
149
- "exports": {
150
- ".": {
151
- "types": "./index.d.ts",
152
- "default": "./index.js"
153
- },
154
- "./package.json": "./package.json",
155
- "./*": "./*"
156
- },
157
- "dependencies": {
158
- "memorio": "1.5.0"
159
- },
160
- "devDependencies": {
161
- "dphelper.types": "0.0.20",
162
- "jquery": "3.7.1",
163
- "crypto-js": "4.2.0",
164
- "tslib": "^2.8.1",
165
- "ts-loader": "^9.5.4",
166
- "ts-node": "10.9.2",
167
- "@types/node": "^25.0.2",
168
- "@types/webpack-env": "1.18.8",
169
- "copy-webpack-plugin": "^13.0.1",
170
- "file-loader": "6.2.0",
171
- "terser-webpack-plugin": "^5.3.16",
172
- "typescript": "5.9.3",
173
- "webpack": "^5.103.0",
174
- "webpack-cli": "6.0.1",
175
- "webpack-dev-server": "^5.2.2"
176
- }
177
- }
1
+ {
2
+ "name": "dphelper",
3
+ "version": "2.2.0",
4
+ "description": "dphelper devtools, data management for developers by Dario Passariello",
5
+ "homepage": "https://a51.gitbook.io/dphelper",
6
+ "copyright": "Dario Passariello",
7
+ "license": "MIT",
8
+ "main": "./index.js",
9
+ "deprecated": false,
10
+ "preferGlobal": true,
11
+ "target": "web",
12
+ "language": {
13
+ "en": {}
14
+ },
15
+ "app": {
16
+ "displayName": "dphelper",
17
+ "port": 3000,
18
+ "code": "vulkan",
19
+ "type": "gold",
20
+ "codeRelease": "dphelper",
21
+ "name": "dphelper",
22
+ "folder": "/",
23
+ "target": "web",
24
+ "node": {
25
+ "global": false
26
+ },
27
+ "proxy": {
28
+ "api": {
29
+ "tst": "http://localhost:5003/",
30
+ "dev": "https://a51.dev/",
31
+ "pro": "https://a51.dev/"
32
+ }
33
+ },
34
+ "socket": {
35
+ "url": {
36
+ "tst": "wss://ws.a51.dev/",
37
+ "dev": "wss://ws.a51.dev/",
38
+ "pro": "wss://ws.a51.dev/"
39
+ }
40
+ },
41
+ "url": {
42
+ "dev": "http://localhost/"
43
+ },
44
+ "cdn": {}
45
+ },
46
+ "author": {
47
+ "name": "Dario Passariello",
48
+ "url": "https://dario.passariello.ca/",
49
+ "email": "dariopassariello@gmail.com"
50
+ },
51
+ "support": {
52
+ "name": "Dario Passariello",
53
+ "url": "https://github.com/passariello/",
54
+ "email": "dariopassariello@gmail.com"
55
+ },
56
+ "company": {},
57
+ "contributors": [
58
+ {
59
+ "name": "Dario Passariello",
60
+ "email": "dariopassarielloa@gmail.com"
61
+ },
62
+ {
63
+ "name": "Valeria Cala Scaglitta",
64
+ "email": "valeriacalascaglitta@gmail.com"
65
+ }
66
+ ],
67
+ "workspaces": [
68
+ ".dev"
69
+ ],
70
+ "npmName": "dphelper",
71
+ "npmFileMap": [
72
+ {
73
+ "basePath": "./dist/",
74
+ "files": [
75
+ "*.js"
76
+ ]
77
+ }
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
+ "keywords": [
104
+ "dphelper",
105
+ "helper",
106
+ "utils",
107
+ "tools",
108
+ "uuid",
109
+ "random",
110
+ "window",
111
+ "store",
112
+ "observer",
113
+ "easy",
114
+ "pro",
115
+ "powerful",
116
+ "state",
117
+ "status",
118
+ "dp helper",
119
+ "local",
120
+ "storage",
121
+ "indexdb",
122
+ "idb",
123
+ "devtool",
124
+ "dario",
125
+ "passariello"
126
+ ],
127
+ "bugs": {
128
+ "url": "https://github.com/a51-dev/a51.dphelper.public/issues"
129
+ },
130
+ "funding": [
131
+ {
132
+ "type": "patreon",
133
+ "url": "https://www.patreon.com/passariello"
134
+ }
135
+ ],
136
+ "scripts": {
137
+ "build": "webpack --progress --profile --color --mode=production --config webpack.ts",
138
+ "watch": "webpack --watch --progress --profile --color --mode=development --config webpack.ts",
139
+ "-----------": "",
140
+ "npm:publish": "npm run build && cd dist && ls -al && npm publish"
141
+ },
142
+ "engines": {
143
+ "node": ">=18",
144
+ "pnpm": ">=10"
145
+ },
146
+ "extends": "./tsconfig.json",
147
+ "types": "./index.d.ts",
148
+ "typings": "./types/*",
149
+ "exports": {
150
+ ".": {
151
+ "types": "./index.d.ts",
152
+ "default": "./index.js"
153
+ },
154
+ "./package.json": "./package.json",
155
+ "./*": "./*"
156
+ },
157
+ "dependencies": {
158
+ "memorio": "1.5.1"
159
+ },
160
+ "devDependencies": {
161
+ "dphelper.types": "0.0.20",
162
+ "jquery": "3.7.1",
163
+ "crypto-js": "4.2.0",
164
+ "tslib": "^2.8.1",
165
+ "ts-loader": "^9.5.4",
166
+ "ts-node": "10.9.2",
167
+ "@types/node": "^25.0.3",
168
+ "@types/webpack-env": "1.18.8",
169
+ "copy-webpack-plugin": "^13.0.1",
170
+ "file-loader": "6.2.0",
171
+ "terser-webpack-plugin": "^5.3.16",
172
+ "typescript": "5.9.3",
173
+ "webpack": "^5.104.0",
174
+ "webpack-cli": "6.0.1",
175
+ "webpack-dev-server": "^5.2.2"
176
+ }
177
+ }
@@ -1,34 +0,0 @@
1
- /*!
2
- dphelper
3
- Copyright (c) 2019 Dario Passariello <dariopassariello@gmail.com>
4
- Licensed under MIT License, see
5
- https://dario.passariello.ca
6
- */
7
-
8
- /*!
9
- * jQuery JavaScript Library v3.7.1
10
- * https://jquery.com/
11
- *
12
- * Copyright OpenJS Foundation and other contributors
13
- * Released under the MIT license
14
- * https://jquery.org/license
15
- *
16
- * Date: 2023-08-28T13:37Z
17
- */
18
-
19
- /** @preserve
20
- * Counter block mode compatible with Dr Brian Gladman fileenc.c
21
- * derived from CryptoJS.mode.CTR
22
- * Jan Hruby jhruby.web@gmail.com
23
- */
24
-
25
- /** @preserve
26
- (c) 2012 by Cédric Mesnil. All rights reserved.
27
-
28
- Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
29
-
30
- - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
31
- - Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
32
-
33
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34
- */