@camstack/addon-provider-dreame 0.1.4 → 0.1.12

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/index.mjs CHANGED
@@ -1,2 +1,2 @@
1
- import { DreameProviderAddon, a as tokenToSuctionLevel, c as deviceTypeForKind, d as dreameConfigSchema, f as toNodreameOptions, i as supportedFanSpeedTokens, l as buildConnectionFormSchema, n as mapMiotStateToVacuumState, o as classifyDreameModel, r as suctionLevelToken, s as controlCapForKind, t as mapMowerStatusToActivity, u as dreameAddonConfigSchema } from "./addon.mjs";
1
+ import { DreameProviderAddon, a as mapMowerStatusToActivity, c as deviceTypeForKind, d as dreameConfigSchema, f as toNodreameOptions, i as tokenToSuctionLevel, l as buildConnectionFormSchema, n as suctionLevelToken, o as classifyDreameModel, r as supportedFanSpeedTokens, s as controlCapForKind, t as mapMiotStateToVacuumState, u as dreameAddonConfigSchema } from "./addon.mjs";
2
2
  export { DreameProviderAddon, buildConnectionFormSchema, classifyDreameModel, controlCapForKind, deviceTypeForKind, dreameAddonConfigSchema, dreameConfigSchema, mapMiotStateToVacuumState, mapMowerStatusToActivity, suctionLevelToken, supportedFanSpeedTokens, toNodreameOptions, tokenToSuctionLevel };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camstack/addon-provider-dreame",
3
- "version": "0.1.4",
3
+ "version": "0.1.12",
4
4
  "description": "Dreame robot-vacuum / lawn-mower device-provider addon for CamStack — wraps the @apocaliss92/nodedreame Dreamehome cloud client",
5
5
  "keywords": [
6
6
  "camstack",
@@ -74,7 +74,7 @@
74
74
  "publish": "npm publish --access public"
75
75
  },
76
76
  "devDependencies": {
77
- "@apocaliss92/nodedreame": "^1.3.1",
77
+ "@apocaliss92/nodedreame": "^1.11.9",
78
78
  "@camstack/types": "*",
79
79
  "typescript": "~6.0.3",
80
80
  "vite": "^8.0.11",