@elgato/cli 1.0.0 → 1.1.0

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,6 +648,7 @@ function getComparison(comparison) {
648
648
 
649
649
  // src/stream-deck.ts
650
650
  import find from "find-process";
651
+ import { Registry } from "rage-edit";
651
652
  function isPredefinedLayoutLike(value) {
652
653
  return value.startsWith("$") === true && !value.endsWith(".json");
653
654
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elgato/cli",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "Stream Deck CLI tool for building with Stream Deck.",
5
5
  "bin": {
6
6
  "streamdeck": "bin/streamdeck.mjs",
@@ -15,7 +15,7 @@
15
15
  "./template"
16
16
  ],
17
17
  "engines": {
18
- "node": "^20.1.0"
18
+ "node": ">=20.1.0"
19
19
  },
20
20
  "scripts": {
21
21
  "build": "npm run build:bin && npm run build:exports",
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "homepage": "https://github.com/elgatosf/cli#readme",
54
54
  "dependencies": {
55
- "@elgato/schemas": "^0.3.5",
55
+ "@elgato/schemas": "^0.4.0",
56
56
  "@humanwhocodes/momoa": "^3.0.0",
57
57
  "@zip.js/zip.js": "^2.7.34",
58
58
  "ajv": "^8.12.0",