@iobroker/types 5.0.10 → 5.0.11

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/index.js +1 -0
  2. package/package.json +3 -3
package/index.js ADDED
@@ -0,0 +1 @@
1
+ // this empty file is needed as a entry point for adapter-core to export the `@iobroker/types` in a developer friendly way
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/types",
3
- "version": "5.0.10",
3
+ "version": "5.0.11",
4
4
  "engines": {
5
5
  "node": ">=12.0.0"
6
6
  },
@@ -22,7 +22,7 @@
22
22
  "build": "ts-node build.ts",
23
23
  "test": "tsd"
24
24
  },
25
- "main": "",
25
+ "main": "index.js",
26
26
  "types": "index.d.ts",
27
27
  "license": "MIT",
28
28
  "publishConfig": {
@@ -41,5 +41,5 @@
41
41
  ]
42
42
  }
43
43
  },
44
- "gitHead": "5b6d4f4ef94df566959401dbbaff6c3eca56116c"
44
+ "gitHead": "d813abf88d4a029a150777c2da5b162f93aa1a71"
45
45
  }