layerpro 0.9.90 → 0.10.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "layerpro",
3
- "version": "0.9.90",
3
+ "version": "0.10.1",
4
4
  "description": "Custom popups, alert, confirmn, prompt... by Dario Passariello",
5
5
  "copyright": "Dario Passariello",
6
6
  "license": "MIT",
@@ -69,7 +69,7 @@
69
69
  "workspaces": [
70
70
  "mcp"
71
71
  ],
72
- "npmName": "dphelper",
72
+ "npmName": "layerpro",
73
73
  "npmFileMap": [
74
74
  {
75
75
  "basePath": "./dist/",
@@ -78,8 +78,6 @@
78
78
  ]
79
79
  }
80
80
  ],
81
- "types": "./index.d.ts",
82
- "typings": "./types/*",
83
81
  "globals": {
84
82
  "layerpro": {}
85
83
  },
@@ -135,50 +133,37 @@
135
133
  "url": "https://www.patreon.com/passariello"
136
134
  }
137
135
  ],
138
- "typing": [
139
- "types/*"
140
- ],
141
136
  "scripts": {
142
137
  "watch": "webpack --watch --progress --color --mode production --config webpack.ts",
143
- "build": "webpack --progress --color --mode production --config webpack.ts",
144
- "----": "",
145
- "tsc": "tsc -b",
146
- "eslint": "eslint .",
147
- "eslint:fix": "eslint . --fix",
148
- "jest": "jest",
149
- "jest:watch": "jest --watch",
150
- "jest:coverage": "jest --coverage",
151
- "sandworm": "sandworm",
152
- "------": "",
153
- "git": "git push --all -u && git add . && git commit -m \"update\" && git pull && git push --all",
154
- "---------": "",
155
- "update": "cd mcp/node && node npmUpdate",
156
- "backup": "cd mcp/backup && run.bat"
138
+ "build": "webpack --progress --color --mode production --config webpack.ts"
157
139
  },
158
140
  "engines": {
159
141
  "node": ">=18"
160
142
  },
143
+ "types": "./index.d.ts",
144
+ "typings": "./types/*",
145
+ "typing": [
146
+ "types/*"
147
+ ],
161
148
  "devDependencies": {
162
149
  "@babel/eslint-parser": "^7.27.5",
163
- "@eslint/js": "9.28.0",
150
+ "@eslint/js": "9.29.0",
164
151
  "@types/jest": "^29.5.14",
165
- "@types/node": "^24.0.0",
152
+ "@types/node": "^24.0.1",
166
153
  "@types/webpack-env": "1.18.8",
167
- "@typescript-eslint/eslint-plugin": "6.15.0",
168
- "@typescript-eslint/parser": "6.15.0",
154
+ "@typescript-eslint/eslint-plugin": "8.34.0",
155
+ "@typescript-eslint/parser": "8.34.0",
169
156
  "copy-webpack-plugin": "^13.0.0",
170
157
  "css-loader": "7.1.2",
171
- "eslint": "9.28.0",
158
+ "eslint": "9.29.0",
172
159
  "file-loader": "6.2.0",
173
- "jest": "29.7.0",
174
- "jquery": "3.7.1",
175
160
  "react": "19.1.0",
176
161
  "react-dom": "19.1.0",
177
162
  "sass": "^1.89.2",
178
163
  "sass-loader": "^16.0.5",
179
164
  "style-loader": "^4.0.0",
180
165
  "terser-webpack-plugin": "^5.3.14",
181
- "ts-jest": "29.3.4",
166
+ "ts-jest": "29.4.0",
182
167
  "ts-loader": "^9.5.2",
183
168
  "ts-node": "10.9.2",
184
169
  "tslib": "^2.8.1",
@@ -186,5 +171,8 @@
186
171
  "webpack": "^5.99.9",
187
172
  "webpack-cli": "6.0.1",
188
173
  "webpack-dev-server": "^5.2.2"
174
+ },
175
+ "dependencies": {
176
+ "dphelper": "1.8.134"
189
177
  }
190
178
  }