create-video 4.0.41 → 4.0.43

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.
@@ -7,8 +7,9 @@ exports.getPackageManagerVersionOrNull = exports.getPackageManagerVersion = expo
7
7
  const node_child_process_1 = require("node:child_process");
8
8
  const node_path_1 = __importDefault(require("node:path"));
9
9
  const shouldUseBun = () => {
10
- var _a;
11
- if ((_a = process.env._) === null || _a === void 0 ? void 0 : _a.endsWith('/bin/bun')) {
10
+ var _a, _b;
11
+ if (((_a = process.env._) === null || _a === void 0 ? void 0 : _a.endsWith('/bin/bun')) ||
12
+ ((_b = process.env._) === null || _b === void 0 ? void 0 : _b.endsWith('/bin/bunx'))) {
12
13
  return true;
13
14
  }
14
15
  return false;
@@ -1 +1,4 @@
1
- export declare const resolveProjectRoot: () => Promise<[string, string]>;
1
+ export declare const resolveProjectRoot: () => Promise<[
2
+ string,
3
+ string
4
+ ]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-video",
3
- "version": "4.0.41",
3
+ "version": "4.0.43",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "bin": {