@tuya-sat/micro-dev-component 0.0.3 → 0.0.4

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -329,7 +329,7 @@ class Fixed {
329
329
  }, onMouseUp: () => {
330
330
  const upTime = new Date().valueOf();
331
331
  const leftTime = upTime - this.dowmTime;
332
- if (leftTime > 13) {
332
+ if (leftTime > 238) {
333
333
  return;
334
334
  }
335
335
  this.proxyData.visible = !this.proxyData.visible;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-sat/micro-dev-component",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "main": "dist/index.js",
5
5
  "license": "MIT",
6
6
  "scripts": {