layerpro 0.10.2 → 0.10.4
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 +15 -13
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "layerpro",
|
|
3
|
-
"version": "0.10.
|
|
4
|
-
"description": "Custom popups, alert,
|
|
3
|
+
"version": "0.10.4",
|
|
4
|
+
"description": "Custom popups, alert, confirm, prompt... by Dario Passariello",
|
|
5
5
|
"copyright": "Dario Passariello",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"folder": "/",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
}
|
|
68
68
|
],
|
|
69
69
|
"workspaces": [
|
|
70
|
-
"
|
|
70
|
+
".tools"
|
|
71
71
|
],
|
|
72
72
|
"npmName": "layerpro",
|
|
73
73
|
"npmFileMap": [
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
],
|
|
122
122
|
"repository": {
|
|
123
123
|
"type": "git",
|
|
124
|
-
"url": "https://github.com/a51-dev/a51.layerpro",
|
|
124
|
+
"url": "git+https://github.com/a51-dev/a51.layerpro.git",
|
|
125
125
|
"help": "https://github.com/a51-dev/a51.layerpro#readme"
|
|
126
126
|
},
|
|
127
127
|
"bugs": {
|
|
@@ -135,7 +135,9 @@
|
|
|
135
135
|
],
|
|
136
136
|
"scripts": {
|
|
137
137
|
"watch": "webpack --watch --progress --color --mode production --config webpack.ts",
|
|
138
|
-
"build": "webpack --progress --color --mode production --config webpack.ts"
|
|
138
|
+
"build": "webpack --progress --color --mode production --config webpack.ts",
|
|
139
|
+
"-----------": "",
|
|
140
|
+
"npm publish": "npm run build && cd dist && ls -al && npm publish"
|
|
139
141
|
},
|
|
140
142
|
"engines": {
|
|
141
143
|
"node": ">=18"
|
|
@@ -146,16 +148,16 @@
|
|
|
146
148
|
"types/*"
|
|
147
149
|
],
|
|
148
150
|
"devDependencies": {
|
|
149
|
-
"@babel/eslint-parser": "^7.
|
|
150
|
-
"@eslint/js": "9.
|
|
151
|
-
"@types/jest": "^
|
|
152
|
-
"@types/node": "^24.0
|
|
151
|
+
"@babel/eslint-parser": "^7.28.0",
|
|
152
|
+
"@eslint/js": "9.32.0",
|
|
153
|
+
"@types/jest": "^30.0.0",
|
|
154
|
+
"@types/node": "^24.1.0",
|
|
153
155
|
"@types/webpack-env": "1.18.8",
|
|
154
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
155
|
-
"@typescript-eslint/parser": "8.
|
|
156
|
+
"@typescript-eslint/eslint-plugin": "8.38.0",
|
|
157
|
+
"@typescript-eslint/parser": "8.38.0",
|
|
156
158
|
"copy-webpack-plugin": "^13.0.0",
|
|
157
159
|
"css-loader": "7.1.2",
|
|
158
|
-
"eslint": "9.
|
|
160
|
+
"eslint": "9.32.0",
|
|
159
161
|
"file-loader": "6.2.0",
|
|
160
162
|
"react": "19.1.0",
|
|
161
163
|
"react-dom": "19.1.0",
|
|
@@ -168,7 +170,7 @@
|
|
|
168
170
|
"ts-node": "10.9.2",
|
|
169
171
|
"tslib": "^2.8.1",
|
|
170
172
|
"typescript": "5.8.3",
|
|
171
|
-
"webpack": "^5.
|
|
173
|
+
"webpack": "^5.100.2",
|
|
172
174
|
"webpack-cli": "6.0.1",
|
|
173
175
|
"webpack-dev-server": "^5.2.2"
|
|
174
176
|
}
|