@elgato/cli 1.5.0 → 1.5.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.
package/dist/index.js CHANGED
@@ -648,7 +648,6 @@ function getComparison(comparison) {
648
648
 
649
649
  // src/stream-deck.ts
650
650
  import find from "find-process";
651
- import { Registry } from "rage-edit";
652
651
  function isPredefinedLayoutLike(value) {
653
652
  return value.startsWith("$") === true && !value.endsWith(".json");
654
653
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elgato/cli",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Stream Deck CLI tool for building with Stream Deck.",
5
5
  "bin": {
6
6
  "streamdeck": "bin/streamdeck.mjs",