@aayambansal/squint 0.1.3 → 0.2.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.
@@ -1,12 +1,14 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  buildGatePrompt,
4
+ detectFastGates,
4
5
  detectGates,
5
6
  runGate,
6
7
  runGates
7
- } from "./chunk-43VZK47W.js";
8
+ } from "./chunk-DLCRYRWQ.js";
8
9
  export {
9
10
  buildGatePrompt,
11
+ detectFastGates,
10
12
  detectGates,
11
13
  runGate,
12
14
  runGates
@@ -7,10 +7,10 @@ import {
7
7
  previewDir,
8
8
  probeRuntime,
9
9
  runtimeSummary
10
- } from "./chunk-MOYLED4S.js";
11
- import "./chunk-ABF4QAMZ.js";
12
- import "./chunk-MURKQ7SI.js";
13
- import "./chunk-YIVPCWSG.js";
10
+ } from "./chunk-4MMIJXYD.js";
11
+ import "./chunk-VJGE7HSP.js";
12
+ import "./chunk-Z46MXU64.js";
13
+ import "./chunk-MCYQXOE7.js";
14
14
  export {
15
15
  VIEWPORTS,
16
16
  buildReviewPrompt,
@@ -1,19 +1,19 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  variantsRoot
4
- } from "./chunk-UHVE42IQ.js";
4
+ } from "./chunk-7XUORM3K.js";
5
5
  import "./chunk-5IR2AZVK.js";
6
6
  import {
7
7
  DevServer,
8
8
  detectDevCommand
9
- } from "./chunk-FQDSJRTY.js";
10
- import "./chunk-MGHJSERZ.js";
9
+ } from "./chunk-ZJOU46X4.js";
10
+ import "./chunk-FPTBBHOH.js";
11
11
  import "./chunk-NT2HR4RD.js";
12
12
  import {
13
13
  findChrome,
14
14
  screenshot
15
- } from "./chunk-MURKQ7SI.js";
16
- import "./chunk-YIVPCWSG.js";
15
+ } from "./chunk-Z46MXU64.js";
16
+ import "./chunk-MCYQXOE7.js";
17
17
 
18
18
  // src/variants/shots.ts
19
19
  import path from "path";
@@ -9,11 +9,11 @@ import {
9
9
  runVariants,
10
10
  variantPrompt,
11
11
  variantsRoot
12
- } from "./chunk-UHVE42IQ.js";
12
+ } from "./chunk-7XUORM3K.js";
13
13
  import "./chunk-5IR2AZVK.js";
14
- import "./chunk-MGHJSERZ.js";
14
+ import "./chunk-FPTBBHOH.js";
15
15
  import "./chunk-NT2HR4RD.js";
16
- import "./chunk-YIVPCWSG.js";
16
+ import "./chunk-MCYQXOE7.js";
17
17
  export {
18
18
  MAX_VARIANTS,
19
19
  applyVariant,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aayambansal/squint",
3
- "version": "0.1.3",
3
+ "version": "0.2.0",
4
4
  "description": "Lovable for your terminal — a frontend harness on top of Claude Code, Codex, and other coding agents.",
5
5
  "type": "module",
6
6
  "license": "MIT",