@tomfy/shelly 2026.3.4 → 2026.3.5

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 (1) hide show
  1. package/package.json +28 -28
package/package.json CHANGED
@@ -1,30 +1,30 @@
1
1
  {
2
- "name": "@tomfy/shelly",
3
- "version": "2026.3.4",
4
- "description": "Shelly Gen2 plugin for Tomfy",
5
- "license": "MIT",
6
- "author": "Kaspars Dancis",
7
- "files": [
8
- "dist",
9
- "CHANGELOG.md"
10
- ],
11
- "type": "module",
12
- "main": "./dist/index.js",
13
- "types": "./dist/index.d.ts",
14
- "scripts": {
15
- "clean": "shx rm -rf dist",
16
- "build": "tsgo -p tsconfig.build.json",
17
- "dev": "tsgo -p tsconfig.build.json --watch --preserveWatchOutput"
18
- },
19
- "dependencies": {
20
- "@tomfy/core": "^2026.3.4",
21
- "bonjour-service": "^1.3.0"
22
- },
23
- "devDependencies": {
24
- "@types/node": "^22.13.5",
25
- "@typescript/native-preview": "^7.0.0-dev.20260303.1"
26
- },
27
- "engines": {
28
- "node": ">=22"
29
- }
2
+ "name": "@tomfy/shelly",
3
+ "version": "2026.3.5",
4
+ "description": "Shelly Gen2 plugin for Tomfy",
5
+ "license": "MIT",
6
+ "author": "Kaspars Dancis",
7
+ "files": [
8
+ "dist",
9
+ "CHANGELOG.md"
10
+ ],
11
+ "type": "module",
12
+ "main": "./dist/index.js",
13
+ "types": "./dist/index.d.ts",
14
+ "scripts": {
15
+ "clean": "shx rm -rf dist",
16
+ "build": "tsgo -p tsconfig.build.json",
17
+ "dev": "tsgo -p tsconfig.build.json --watch --preserveWatchOutput"
18
+ },
19
+ "dependencies": {
20
+ "@tomfy/core": "^2026.3.5",
21
+ "bonjour-service": "^1.3.0"
22
+ },
23
+ "devDependencies": {
24
+ "@types/node": "^22.13.5",
25
+ "@typescript/native-preview": "^7.0.0-dev.20260303.1"
26
+ },
27
+ "engines": {
28
+ "node": ">=22"
29
+ }
30
30
  }