clickgo 3.16.18 → 3.16.19

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/README.md +1 -1
  2. package/package.json +3 -5
package/README.md CHANGED
@@ -25,7 +25,7 @@ Load the module loader first, and then load it using the module loader.
25
25
  **index.html**
26
26
 
27
27
  ```html
28
- <script src="https://cdn.jsdelivr.net/npm/@litert/loader@3.5.8/dist/loader.min.js?path=index&npm={'clickgo':'3.16.18'}"></script>
28
+ <script src="https://cdn.jsdelivr.net/npm/@litert/loader@3.5.8/dist/loader.min.js?path=index&npm={'clickgo':'3.16.19'}"></script>
29
29
  ```
30
30
 
31
31
  **index.js**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clickgo",
3
- "version": "3.16.18",
3
+ "version": "3.16.19",
4
4
  "description": "Background interface, software interface, mobile phone APP interface operation library.",
5
5
  "keywords": [
6
6
  "deskrt",
@@ -19,13 +19,11 @@
19
19
  },
20
20
  "devDependencies": {
21
21
  "@litert/eslint-plugin-rules": "^0.3.1",
22
+ "@litert/loader": "^3.5.9",
22
23
  "@types/node": "^24.0.3",
23
24
  "electron": "^36.4.0",
25
+ "jszip": "^3.10.1",
24
26
  "terser": "^5.43.0",
25
27
  "typescript": "^5.8.3"
26
- },
27
- "dependencies": {
28
- "@litert/loader": "^3.5.9",
29
- "jszip": "^3.10.1"
30
28
  }
31
29
  }