@bradtech/sensor 1.1.0 → 1.1.1

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bradtech/sensor",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Foundational sensor abstraction, conversion interfaces, registry and replay engine for Brad sensor converters",
5
5
  "author": "Olivier Lépine <olivier@lepine.fr>",
6
6
  "license": "AGPL-3.0-or-later",
@@ -52,7 +52,7 @@
52
52
  "test": "bun test"
53
53
  },
54
54
  "dependencies": {
55
- "@bradtech/types": "workspace:*",
55
+ "@bradtech/types": "^1.1.1",
56
56
  "@quatrain/core": "^1.2.17"
57
57
  },
58
58
  "devDependencies": {