layerpro 0.9.0 → 0.9.15

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.
Files changed (2) hide show
  1. package/index.js +1 -38
  2. package/package.json +2 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "layerpro",
3
3
  "displayName": "layerpro",
4
- "version": "0.9.0",
4
+ "version": "0.9.15",
5
5
  "description": "Custom popups, alert, confirmn, prompt... by Dario Passariello",
6
6
  "copyright": "Dario Passariello",
7
7
  "license": "MIT",
@@ -142,10 +142,6 @@
142
142
  "dist": "webpack --progress --color --mode production --config webpack.ts",
143
143
  "------": "",
144
144
  "git": "git add . && git commit -m \"update\" && git pull && git push --all",
145
- "--------": "",
146
- "prepublish1": "tsc",
147
- "compile-tests": "tsc -p . --outDir out",
148
- "watch-tests": "tsc -p . -w --outDir out",
149
145
  "---------": "",
150
146
  "update": "cd mcp/node && node npmUpdate",
151
147
  "backup": "cd mcp/backup && run.bat",
@@ -172,7 +168,7 @@
172
168
  "thread-loader": "4.0.4",
173
169
  "ts-loader": "^9.5.1",
174
170
  "ts-node": "10.9.2",
175
- "typescript": "5.6.3",
171
+ "typescript": "5.7.2",
176
172
  "webpack": "^5.96.1",
177
173
  "webpack-cli": "5.1.4",
178
174
  "webpack-dev-server": "^5.1.0"