layerpro 0.9.0 → 0.9.2

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.
@@ -0,0 +1,40 @@
1
+ /*!
2
+ * jQuery JavaScript Library v3.7.1
3
+ * https://jquery.com/
4
+ *
5
+ * Copyright OpenJS Foundation and other contributors
6
+ * Released under the MIT license
7
+ * https://jquery.org/license
8
+ *
9
+ * Date: 2023-08-28T13:37Z
10
+ */
11
+
12
+ /**
13
+ * @license React
14
+ * react-dom.production.min.js
15
+ *
16
+ * Copyright (c) Facebook, Inc. and its affiliates.
17
+ *
18
+ * This source code is licensed under the MIT license found in the
19
+ * LICENSE file in the root directory of this source tree.
20
+ */
21
+
22
+ /**
23
+ * @license React
24
+ * react.production.min.js
25
+ *
26
+ * Copyright (c) Facebook, Inc. and its affiliates.
27
+ *
28
+ * This source code is licensed under the MIT license found in the
29
+ * LICENSE file in the root directory of this source tree.
30
+ */
31
+
32
+ /**
33
+ * @license React
34
+ * scheduler.production.min.js
35
+ *
36
+ * Copyright (c) Facebook, Inc. and its affiliates.
37
+ *
38
+ * This source code is licensed under the MIT license found in the
39
+ * LICENSE file in the root directory of this source tree.
40
+ */
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.2",
5
5
  "description": "Custom popups, alert, confirmn, prompt... by Dario Passariello",
6
6
  "copyright": "Dario Passariello",
7
7
  "license": "MIT",
@@ -140,18 +140,16 @@
140
140
  "scripts": {
141
141
  "watch": "webpack --watch --progress --color --mode production --config webpack.ts",
142
142
  "dist": "webpack --progress --color --mode production --config webpack.ts",
143
+ "----": "",
144
+ "tsc": "tsc -b",
145
+ "eslint": "eslint",
146
+ "sandworm": "sandworm",
143
147
  "------": "",
144
148
  "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
149
  "---------": "",
150
150
  "update": "cd mcp/node && node npmUpdate",
151
151
  "backup": "cd mcp/backup && run.bat",
152
- "optimizeSVG": "cd mcp/node && node optimizeSVG.js",
153
- "----------": "",
154
- "tsc": "tsc -b"
152
+ "optimizeSVG": "cd mcp/node && node optimizeSVG.js"
155
153
  },
156
154
  "devDependencies": {
157
155
  "@babel/core": "^7.26.0",
@@ -172,7 +170,7 @@
172
170
  "thread-loader": "4.0.4",
173
171
  "ts-loader": "^9.5.1",
174
172
  "ts-node": "10.9.2",
175
- "typescript": "5.6.3",
173
+ "typescript": "5.7.2",
176
174
  "webpack": "^5.96.1",
177
175
  "webpack-cli": "5.1.4",
178
176
  "webpack-dev-server": "^5.1.0"