@hyperframes/studio-server 0.7.88 → 0.7.89

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
@@ -54,7 +54,13 @@ import { join as join2 } from "path";
54
54
  import { join } from "path";
55
55
  import { readdirSync } from "fs";
56
56
  import { isSafePath, resolveWithinProject } from "@hyperframes/core";
57
- var IGNORE_DIRS = /* @__PURE__ */ new Set([".thumbnails", "node_modules", ".git"]);
57
+ var IGNORE_DIRS = /* @__PURE__ */ new Set([
58
+ ".thumbnails",
59
+ ".transcode-cache",
60
+ ".waveform-cache",
61
+ "node_modules",
62
+ ".git"
63
+ ]);
58
64
  function shouldIgnoreDir(rel) {
59
65
  return rel === ".hyperframes/backup";
60
66
  }
@@ -97,7 +103,10 @@ var SIGNATURE_EXCLUDED_DIRS = /* @__PURE__ */ new Set([
97
103
  ".git",
98
104
  ".hyperframes",
99
105
  ".next",
106
+ ".thumbnails",
107
+ ".transcode-cache",
100
108
  ".vite",
109
+ ".waveform-cache",
101
110
  "build",
102
111
  "coverage",
103
112
  "dist",