layerpro 1.0.2 → 1.0.6
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/README.md +3 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# [LayerPro](https://npmjs.com/package/layerpro)
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
|
|
8
8
|
[](https://a51.gitbook.io/layerpro)
|
|
9
9
|
|
|
10
|
+
[](https://npmjs.com/package/layerpro)
|
|
11
|
+
|
|
10
12
|
## About
|
|
11
13
|
|
|
12
14
|
LayerPro offers a completely new way to customize web modals in your application. With LayerPro, you can create custom alerts, prompts, confirmations, and messages, effectively replacing the default browser modals.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "layerpro",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "Custom modals, alert, confirm, prompt... by Dario Passariello",
|
|
5
5
|
"copyright": "Dario Passariello",
|
|
6
6
|
"license": "MIT",
|
|
@@ -133,10 +133,10 @@
|
|
|
133
133
|
"@babel/eslint-parser": "^7.28.4",
|
|
134
134
|
"@eslint/js": "9.35.0",
|
|
135
135
|
"@types/jest": "^30.0.0",
|
|
136
|
-
"@types/node": "^24.
|
|
136
|
+
"@types/node": "^24.5.1",
|
|
137
137
|
"@types/webpack-env": "1.18.8",
|
|
138
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
139
|
-
"@typescript-eslint/parser": "8.
|
|
138
|
+
"@typescript-eslint/eslint-plugin": "8.44.0",
|
|
139
|
+
"@typescript-eslint/parser": "8.44.0",
|
|
140
140
|
"copy-webpack-plugin": "^13.0.1",
|
|
141
141
|
"css-loader": "7.1.2",
|
|
142
142
|
"eslint": "9.35.0",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"sass-loader": "^16.0.5",
|
|
149
149
|
"style-loader": "^4.0.0",
|
|
150
150
|
"terser-webpack-plugin": "^5.3.14",
|
|
151
|
-
"ts-jest": "29.4.
|
|
151
|
+
"ts-jest": "29.4.2",
|
|
152
152
|
"ts-loader": "^9.5.4",
|
|
153
153
|
"ts-node": "10.9.2",
|
|
154
154
|
"tslib": "^2.8.1",
|