@remotion/studio-server 4.0.444 → 4.0.445

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.
@@ -216,6 +216,7 @@ const getCompositionDefaultPropsLine = ({ input, compositionId, }) => {
216
216
  }
217
217
  found = true;
218
218
  line = (_e = (_d = (_b = openingElement.loc) === null || _b === void 0 ? void 0 : _b.start.line) !== null && _d !== void 0 ? _d : (_c = path.node.loc) === null || _c === void 0 ? void 0 : _c.start.line) !== null && _e !== void 0 ? _e : 1;
219
+ this.traverse(path);
219
220
  },
220
221
  });
221
222
  return line;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/studio-server"
4
4
  },
5
5
  "name": "@remotion/studio-server",
6
- "version": "4.0.444",
6
+ "version": "4.0.445",
7
7
  "description": "Run a Remotion Studio with a server backend",
8
8
  "main": "dist",
9
9
  "sideEffects": false,
@@ -27,11 +27,11 @@
27
27
  "@babel/parser": "7.24.1",
28
28
  "semver": "7.5.3",
29
29
  "prettier": "3.8.1",
30
- "remotion": "4.0.444",
30
+ "remotion": "4.0.445",
31
31
  "recast": "0.23.11",
32
- "@remotion/bundler": "4.0.444",
33
- "@remotion/renderer": "4.0.444",
34
- "@remotion/studio-shared": "4.0.444",
32
+ "@remotion/bundler": "4.0.445",
33
+ "@remotion/renderer": "4.0.445",
34
+ "@remotion/studio-shared": "4.0.445",
35
35
  "memfs": "3.4.3",
36
36
  "source-map": "0.7.3",
37
37
  "open": "^8.4.2"
@@ -41,7 +41,7 @@
41
41
  "react": "19.2.3",
42
42
  "@babel/types": "7.24.0",
43
43
  "@types/semver": "^7.3.4",
44
- "@remotion/eslint-config-internal": "4.0.444",
44
+ "@remotion/eslint-config-internal": "4.0.445",
45
45
  "eslint": "9.19.0",
46
46
  "@types/node": "20.12.14",
47
47
  "@typescript/native-preview": "7.0.0-dev.20260217.1"