w-mousekey 1.0.18 → 1.0.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.
- package/dist/action.umd.js +1 -1
- package/dist/ck-pic.umd.js +1 -1
- package/dist/ck-pics.umd.js +1 -1
- package/dist/compare.umd.js +1 -1
- package/dist/get-ahk.umd.js +1 -1
- package/dist/get-settings.umd.js +1 -1
- package/dist/key-syntax.umd.js +1 -1
- package/dist/mousekey.umd.js +1 -1
- package/dist/rec-scp.umd.js +1 -1
- package/dist/run-scp.umd.js +1 -1
- package/dist/screen.umd.js +1 -1
- package/dist/wait-pics.umd.js +1 -1
- package/docs/global.html +1 -1
- package/docs/index.html +1 -1
- package/docs/mousekey.mjs.html +1 -1
- package/docs/screen.mjs.html +1 -1
- package/package.json +3 -3
package/dist/action.umd.js
CHANGED
package/dist/ck-pic.umd.js
CHANGED
package/dist/ck-pics.umd.js
CHANGED
package/dist/compare.umd.js
CHANGED
package/dist/get-ahk.umd.js
CHANGED
package/dist/get-settings.umd.js
CHANGED
package/dist/key-syntax.umd.js
CHANGED
package/dist/mousekey.umd.js
CHANGED
package/dist/rec-scp.umd.js
CHANGED
package/dist/run-scp.umd.js
CHANGED
package/dist/screen.umd.js
CHANGED
package/dist/wait-pics.umd.js
CHANGED
package/docs/global.html
CHANGED
|
@@ -517,7 +517,7 @@ sendCombo: [combo] xdotool風格組合鍵字串 (如 'ctrl+v'
|
|
|
517
517
|
<br class="clear">
|
|
518
518
|
|
|
519
519
|
<footer>
|
|
520
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
520
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Jul 22 2026 18:42:19 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
521
521
|
</footer>
|
|
522
522
|
|
|
523
523
|
<script>prettyPrint();</script>
|
package/docs/index.html
CHANGED
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
<br class="clear">
|
|
72
72
|
|
|
73
73
|
<footer>
|
|
74
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
74
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Jul 22 2026 18:42:19 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
75
75
|
</footer>
|
|
76
76
|
|
|
77
77
|
<script>prettyPrint();</script>
|
package/docs/mousekey.mjs.html
CHANGED
|
@@ -207,7 +207,7 @@ export default obj
|
|
|
207
207
|
<br class="clear">
|
|
208
208
|
|
|
209
209
|
<footer>
|
|
210
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
210
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Jul 22 2026 18:42:19 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
211
211
|
</footer>
|
|
212
212
|
|
|
213
213
|
<script>prettyPrint();</script>
|
package/docs/screen.mjs.html
CHANGED
|
@@ -214,7 +214,7 @@ export default obj
|
|
|
214
214
|
<br class="clear">
|
|
215
215
|
|
|
216
216
|
<footer>
|
|
217
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on
|
|
217
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.5</a> on Wed Jul 22 2026 18:42:19 GMT+0800 (台北標準時間) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
218
218
|
</footer>
|
|
219
219
|
|
|
220
220
|
<script>prettyPrint();</script>
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "w-mousekey",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.19",
|
|
4
4
|
"main": "dist/w-mousekey.umd.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@techstark/opencv-js": "^4.12.0-release.1",
|
|
7
7
|
"json5": "^2.2.3",
|
|
8
8
|
"screenshot-desktop": "^1.15.4",
|
|
9
9
|
"sharp": "^0.35.1",
|
|
10
|
-
"wsemi": "^1.8.
|
|
10
|
+
"wsemi": "^1.8.66"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"playwright": "^1.61.0",
|
|
14
|
-
"w-package-tools": "^1.1.
|
|
14
|
+
"w-package-tools": "^1.1.11"
|
|
15
15
|
},
|
|
16
16
|
"scripts": {
|
|
17
17
|
"test": "mocha --no-parallel --timeout 60000",
|