freestyle-sandboxes 0.0.82 → 0.0.84

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.
@@ -1,4 +1,4 @@
1
- import { D as DeploymentSource } from '../types.gen-DkFlXKTr.js';
1
+ import { D as DeploymentSource } from '../types.gen-BWwhCgTX.js';
2
2
 
3
3
  declare const prepareDirForDeployment: (directory: string) => Promise<DeploymentSource>;
4
4
  declare const prepareDirForDeploymentSync: (directory: string) => DeploymentSource;
@@ -1,4 +1,4 @@
1
- import { D as DeploymentSource } from '../types.gen-DkFlXKTr.js';
1
+ import { D as DeploymentSource } from '../types.gen-BWwhCgTX.js';
2
2
 
3
3
  declare const prepareDirForDeployment: (directory: string) => Promise<DeploymentSource>;
4
4
  declare const prepareDirForDeploymentSync: (directory: string) => DeploymentSource;
@@ -1,4 +1,4 @@
1
- import { D as DeploymentSource } from '../types.gen-DkFlXKTr.js';
1
+ import { D as DeploymentSource } from '../types.gen-BWwhCgTX.js';
2
2
 
3
3
  declare const prepareDirForDeployment: (directory: string) => Promise<DeploymentSource>;
4
4
  declare const prepareDirForDeploymentSync: (directory: string) => DeploymentSource;
@@ -1,4 +1,4 @@
1
- import { D as DeploymentSource } from '../types.gen-DkFlXKTr.js';
1
+ import { D as DeploymentSource } from '../types.gen-BWwhCgTX.js';
2
2
 
3
3
  declare const prepareDirForDeployment: (directory: string) => Promise<DeploymentSource>;
4
4
  declare const prepareDirForDeploymentSync: (directory: string) => DeploymentSource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freestyle-sandboxes",
3
- "version": "0.0.82",
3
+ "version": "0.0.84",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
package/src/index.ts CHANGED
@@ -447,6 +447,7 @@ export class FreestyleSandboxes {
447
447
  public: pub = false,
448
448
  source,
449
449
  import: _import,
450
+ defaultBranch,
450
451
  }: {
451
452
  name?: string;
452
453
  public?: boolean;
@@ -462,6 +463,7 @@ export class FreestyleSandboxes {
462
463
  public: pub,
463
464
  source,
464
465
  import: _import,
466
+ defaultBranch,
465
467
  },
466
468
  });
467
469