mirta 0.2.8 → 0.3.0

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.d.mts +1 -1
  2. package/package.json +5 -5
package/dist/index.d.mts CHANGED
@@ -484,4 +484,4 @@ declare function getControlSafe(context: DeviceContext, controlId: string): Cont
484
484
  declare function getControlSafe(deviceId: string, controlId: string, isReadyFunc: () => boolean): ControlSafe;
485
485
 
486
486
  export { ChangePolicies, defineVirtualDevice, defineWiredDevice, defineZigbeeDevice, getControlSafe, getDeviceSafe };
487
- export type { ControlSafe, DeviceContext, DeviceType, PropType, TrackCallback };
487
+ export type { ControlSafe, DeviceContext, DeviceType, DeviceWithContext, PropType, TrackCallback };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mirta",
3
3
  "description": "The powerful framework to write smart home automation scripts.",
4
- "version": "0.2.8",
4
+ "version": "0.3.0",
5
5
  "license": "Unlicense",
6
6
  "keywords": [
7
7
  "mirta",
@@ -33,12 +33,12 @@
33
33
  },
34
34
  "funding": {
35
35
  "type": "individual",
36
- "url": "https://pay.cloudtips.ru/p/58512cca"
36
+ "url": "https://boosty.to/wihome/donate"
37
37
  },
38
38
  "dependencies": {
39
- "@mirta/globals": "0.2.8",
40
- "@mirta/polyfills": "0.2.8",
41
- "@mirta/basics": "0.2.8"
39
+ "@mirta/globals": "0.3.0",
40
+ "@mirta/basics": "0.3.0",
41
+ "@mirta/polyfills": "0.3.0"
42
42
  },
43
43
  "scripts": {
44
44
  "clean": "rimraf dist",