expect-sdk 0.0.24 → 0.0.25

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,22 +1,167 @@
1
1
 
2
2
  
3
- > expect-sdk@0.0.24 build /Users/aidenybai/Developer/expect/packages/typescript-sdk
3
+ > expect-sdk@0.0.25 build /Users/aidenybai/Developer/expect/packages/typescript-sdk
4
4
  > vp pack
5
5
 
6
6
  ℹ entry: src/index.ts, src/effect.ts
7
7
  ℹ tsconfig: tsconfig.json
8
8
  ℹ Build start
9
- ℹ Cleaning 11 files
10
- ℹ dist/index.mjs 10.66 kB │ gzip: 3.31 kB
11
- ℹ dist/effect.mjs  0.48 kB │ gzip: 0.26 kB
12
- ℹ dist/index.mjs.map 21.75 kB │ gzip: 6.47 kB
13
- ℹ dist/constants-DFJAD4-F.mjs.map 12.14 kB │ gzip: 3.92 kB
14
- ℹ dist/constants-DFJAD4-F.mjs  6.26 kB │ gzip: 2.18 kB
15
- ℹ dist/types-0J0EwTM4.d.mts.map  2.04 kB │ gzip: 0.59 kB
16
- ℹ dist/effect.d.mts.map  0.88 kB │ gzip: 0.38 kB
17
- ℹ dist/index.d.mts.map  0.48 kB │ gzip: 0.28 kB
18
- ℹ dist/effect.d.mts  2.51 kB │ gzip: 0.89 kB
19
- ℹ dist/index.d.mts  1.50 kB │ gzip: 0.63 kB
20
- ℹ dist/types-0J0EwTM4.d.mts  3.98 kB │ gzip: 1.22 kB
21
- ℹ 11 files, total: 62.70 kB
22
- ✔ Build complete in 1234ms
9
+ ℹ Cleaning 20 files
10
+ [rolldown-plugin-dts] Warning: Failed to emit declaration file. Please try to enable `eager` option (`dts.eager` for tsdown).
11
+ [rolldown-plugin-dts] Warning: Failed to emit declaration file. Please try to enable `eager` option (`dts.eager` for tsdown).
12
+ [rolldown-plugin-dts] Warning: Failed to emit declaration file. Please try to enable `eager` option (`dts.eager` for tsdown).
13
+ ℹ Hint: consider adding deps.onlyBundle option to avoid unintended bundling of dependencies, or set deps.onlyBundle: false to disable this hint.
14
+ See more at https://tsdown.dev/options/dependencies#deps-onlybundle
15
+ Detected dependencies in bundle:
16
+ - zod
17
+ - @agentclientprotocol/sdk
18
+ - isexe
19
+ - which
20
+ - ms
21
+ - debug
22
+ - has-flag
23
+ - supports-color
24
+ - @kwsites/file-exists
25
+ - @kwsites/promise-deferred
26
+ - simple-git
27
+ - get-port
28
+ - default-browser-id
29
+ - run-applescript
30
+ - bundle-name
31
+ - default-browser
32
+ - ini
33
+ - node-machine-id
34
+ - ohash
35
+ - posthog-node
36
+ - @posthog/core
37
+ - axe-core
38
+ - @axe-core/playwright
39
+ - @neon-rs/load
40
+ - detect-libc
41
+ - libsql
42
+ - @oxc-resolver/binding-darwin-arm64
43
+ - oxc-resolver
44
+ ℹ dist/index.mjs  10.57 kB │ gzip: 3.29 kB
45
+ ℹ dist/effect.mjs  0.48 kB │ gzip: 0.26 kB
46
+ ℹ dist/dist-UC7-qr_C.mjs.map  1.96 MB
47
+ ℹ dist/assets/resolver.darwin-arm64-DG19oi97.node  1.85 MB
48
+ ℹ dist/constants-CiYaLOeC.mjs.map  1.85 MB
49
+ ℹ dist/dist-UC7-qr_C.mjs  1.24 MB
50
+ ℹ dist/constants-CiYaLOeC.mjs 979.03 kB │ gzip: 249.13 kB
51
+ ℹ dist/oxc-resolver-CciJEGzv.mjs.map  37.48 kB │ gzip: 4.52 kB
52
+ ℹ dist/libsql-iuT0m15F.mjs.map  36.94 kB │ gzip: 9.32 kB
53
+ ℹ dist/oxc-resolver-CciJEGzv.mjs  24.79 kB │ gzip: 2.88 kB
54
+ ℹ dist/libsql-iuT0m15F.mjs  22.27 kB │ gzip: 5.55 kB
55
+ ℹ dist/index.mjs.map  21.75 kB │ gzip: 6.47 kB
56
+ ℹ dist/types-tiwbDMA0.d.mts.map  2.04 kB │ gzip: 0.59 kB
57
+ ℹ dist/chunk-CBBoxR_p.mjs  1.25 kB │ gzip: 0.63 kB
58
+ ℹ dist/effect.d.mts.map  0.80 kB │ gzip: 0.37 kB
59
+ ℹ dist/index.d.mts.map  0.48 kB │ gzip: 0.28 kB
60
+ ℹ dist/effect.d.mts  2.03 kB │ gzip: 0.75 kB
61
+ ℹ dist/index.d.mts  1.50 kB │ gzip: 0.63 kB
62
+ ℹ dist/types-tiwbDMA0.d.mts  3.98 kB │ gzip: 1.22 kB
63
+ ℹ 19 files, total: 8.05 MB
64
+ src/layers.d.ts (7:9) [MISSING_EXPORT] Warning: "Executor" is not exported by "../supervisor/src/index.d.ts".
65
+ ╭─[ src/layers.d.ts:7:10 ]
66
+ │
67
+ 7 │ import { Executor, Git } from "@expect/supervisor";
68
+  │ ────┬───
69
+  │ ╰───── Missing export
70
+  │
71
+  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@expect/supervisor'`).
72
+ ───╯
73
+
74
+ src/layers.d.ts (7:19) [MISSING_EXPORT] Warning: "Git" is not exported by "../supervisor/src/index.d.ts".
75
+ ╭─[ src/layers.d.ts:7:20 ]
76
+ │
77
+ 7 │ import { Executor, Git } from "@expect/supervisor";
78
+  │ ─┬─
79
+  │ ╰─── Missing export
80
+  │
81
+  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@expect/supervisor'`).
82
+ ───╯
83
+
84
+ src/layers.d.ts (8:9) [MISSING_EXPORT] Warning: "Agent" is not exported by "../agent/src/index.d.ts".
85
+ ╭─[ src/layers.d.ts:8:10 ]
86
+ │
87
+ 8 │ import { Agent, AgentBackend } from "@expect/agent";
88
+  │ ──┬──
89
+  │ ╰──── Missing export
90
+  │
91
+  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@expect/agent'`).
92
+ ───╯
93
+
94
+ src/layers.d.ts (8:16) [MISSING_EXPORT] Warning: "AgentBackend" is not exported by "../agent/src/index.d.ts".
95
+ ╭─[ src/layers.d.ts:8:17 ]
96
+ │
97
+ 8 │ import { Agent, AgentBackend } from "@expect/agent";
98
+  │ ──────┬─────
99
+  │ ╰─────── Missing export
100
+  │
101
+  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@expect/agent'`).
102
+ ───╯
103
+
104
+ src/result-builder.d.ts (1:9) [MISSING_EXPORT] Warning: "ExecutedTestPlan" is not exported by "../shared/src/models.d.ts".
105
+ ╭─[ src/result-builder.d.ts:1:10 ]
106
+ │
107
+ 1 │ import { ExecutedTestPlan, TestPlanStep, ExecutionEvent } from "@expect/shared/models";
108
+  │ ────────┬───────
109
+  │ ╰───────── Missing export
110
+  │
111
+  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@expect/shared/models'`).
112
+ ───╯
113
+
114
+ src/result-builder.d.ts (1:27) [MISSING_EXPORT] Warning: "TestPlanStep" is not exported by "../shared/src/models.d.ts".
115
+ ╭─[ src/result-builder.d.ts:1:28 ]
116
+ │
117
+ 1 │ import { ExecutedTestPlan, TestPlanStep, ExecutionEvent } from "@expect/shared/models";
118
+  │ ──────┬─────
119
+  │ ╰─────── Missing export
120
+  │
121
+  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@expect/shared/models'`).
122
+ ───╯
123
+
124
+ src/result-builder.d.ts (1:41) [MISSING_EXPORT] Warning: "ExecutionEvent" is not exported by "../shared/src/models.d.ts".
125
+ ╭─[ src/result-builder.d.ts:1:42 ]
126
+ │
127
+ 1 │ import { ExecutedTestPlan, TestPlanStep, ExecutionEvent } from "@expect/shared/models";
128
+  │ ───────┬──────
129
+  │ ╰──────── Missing export
130
+  │
131
+  │ Note: If you meant to import a type rather than a value, make sure to add the `type` modifier (e.g. `import { type Foo } from '@expect/shared/models'`).
132
+ ───╯
133
+
134
+ src/layers.d.ts (9:70) [IMPORT_IS_UNDEFINED] Warning: Import `GitRepoRoot` will always be undefined because there is no matching export in '../supervisor/src/index.d.ts'
135
+ - in src/layers.d.ts at 476..507
136
+
137
+ src/layers.d.ts (9:103) [IMPORT_IS_UNDEFINED] Warning: Import `FindRepoRootError` will always be undefined because there is no matching export in '../supervisor/src/index.d.ts'
138
+ - in src/layers.d.ts at 509..546
139
+
140
+ src/layers.d.ts (9:142) [IMPORT_IS_UNDEFINED] Warning: Import `AcpProviderUnauthenticatedError` will always be undefined because there is no matching export in '../agent/src/index.d.ts'
141
+ - in src/layers.d.ts at 548..594
142
+
143
+ src/layers.d.ts (9:283) [IMPORT_IS_UNDEFINED] Warning: Import `AcpProviderNotInstalledError` will always be undefined because there is no matching export in '../agent/src/index.d.ts'
144
+ ╭─[ src/layers.d.ts:9:284 ]
145
+ │
146
+ 9 │ export var layerSdk = [27, () => [AgentBackend, Executor, Agent, Git, _expect_supervisor0.GitRepoRoot, _expect_supervisor0.FindRepoRootError, _expect_agent0.AcpProviderUnauthenticatedError, effect_PlatformError0.PlatformError, effect_Config0.ConfigError, effect_Schema0.SchemaError, _expect_agent0.AcpProviderNotInstalledError, _expect_agent0.AcpConnectionInitError, _expect_agent0.AcpAdapterNotFoundError, Layer.Layer], ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""]];
147
+  │ ─────────────────────┬─────────────────────
148
+  │ ╰───────────────────────
149
+ ───╯
150
+
151
+ src/layers.d.ts (9:328) [IMPORT_IS_UNDEFINED] Warning: Import `AcpConnectionInitError` will always be undefined because there is no matching export in '../agent/src/index.d.ts'
152
+ ╭─[ src/layers.d.ts:9:329 ]
153
+ │
154
+ 9 │ export var layerSdk = [27, () => [AgentBackend, Executor, Agent, Git, _expect_supervisor0.GitRepoRoot, _expect_supervisor0.FindRepoRootError, _expect_agent0.AcpProviderUnauthenticatedError, effect_PlatformError0.PlatformError, effect_Config0.ConfigError, effect_Schema0.SchemaError, _expect_agent0.AcpProviderNotInstalledError, _expect_agent0.AcpConnectionInitError, _expect_agent0.AcpAdapterNotFoundError, Layer.Layer], ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""]];
155
+  │ ──────────────────┬──────────────────
156
+  │ ╰────────────────────
157
+ ───╯
158
+
159
+ src/layers.d.ts (9:367) [IMPORT_IS_UNDEFINED] Warning: Import `AcpAdapterNotFoundError` will always be undefined because there is no matching export in '../agent/src/index.d.ts'
160
+ ╭─[ src/layers.d.ts:9:368 ]
161
+ │
162
+ 9 │ export var layerSdk = [27, () => [AgentBackend, Executor, Agent, Git, _expect_supervisor0.GitRepoRoot, _expect_supervisor0.FindRepoRootError, _expect_agent0.AcpProviderUnauthenticatedError, effect_PlatformError0.PlatformError, effect_Config0.ConfigError, effect_Schema0.SchemaError, _expect_agent0.AcpProviderNotInstalledError, _expect_agent0.AcpConnectionInitError, _expect_agent0.AcpAdapterNotFoundError, Layer.Layer], ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""]];
163
+  │ ───────────────────┬──────────────────
164
+  │ ╰────────────────────
165
+ ───╯
166
+
167
+ ✔ Build complete in 1266ms
@@ -1,6 +1,6 @@
1
1
 
2
- > expect-sdk@0.0.1 check /Users/aidenybai/Developer/expect/packages/typescript-sdk
2
+ > expect-sdk@0.0.24 check /Users/aidenybai/Developer/expect/packages/typescript-sdk
3
3
  > vp check
4
4
 
5
- pass: All 214 files are correctly formatted (502ms, 18 threads)
6
- pass: Found no warnings or lint errors in 22 files (124ms, 18 threads)
5
+ pass: All 215 files are correctly formatted (441ms, 18 threads)
6
+ pass: Found no warnings or lint errors in 22 files (128ms, 18 threads)
@@ -0,0 +1,5 @@
1
+
2
+ > expect-sdk@0.0.24 format /Users/aidenybai/Developer/expect/packages/typescript-sdk
3
+ > vp fmt
4
+
5
+ Finished in 450ms on 215 files using 18 threads.
@@ -0,0 +1,6 @@
1
+
2
+ > expect-sdk@0.0.24 lint /Users/aidenybai/Developer/expect/packages/typescript-sdk
3
+ > vp lint && tsc --noEmit
4
+
5
+ Found 0 warnings and 0 errors.
6
+ Finished in 113ms on 22 files with 86 rules using 18 threads.
@@ -1,4 +1,4 @@
1
1
 
2
- > expect-sdk@0.0.1 typecheck /Users/aidenybai/Developer/expect/packages/typescript-sdk
2
+ > expect-sdk@0.0.24 typecheck /Users/aidenybai/Developer/expect/packages/typescript-sdk
3
3
  > tsgo --noEmit
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # expect-sdk
2
2
 
3
+ ## 0.0.25
4
+
5
+ ### Patch Changes
6
+
7
+ - fix
8
+ - fix
9
+
3
10
  ## 0.0.24
4
11
 
5
12
  ### Patch Changes
@@ -0,0 +1,26 @@
1
+ import { createRequire } from "node:module";
2
+ //#region \0rolldown/runtime.js
3
+ var __create = Object.create;
4
+ var __defProp = Object.defineProperty;
5
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
+ var __getOwnPropNames = Object.getOwnPropertyNames;
7
+ var __getProtoOf = Object.getPrototypeOf;
8
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
9
+ var __commonJSMin = (cb, mod) => () => (mod || cb((mod = { exports: {} }).exports, mod), mod.exports);
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
12
+ key = keys[i];
13
+ if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
14
+ get: ((k) => from[k]).bind(null, key),
15
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
16
+ });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
21
+ value: mod,
22
+ enumerable: true
23
+ }) : target, mod));
24
+ var __require = /* @__PURE__ */ createRequire(import.meta.url);
25
+ //#endregion
26
+ export { __require as n, __toESM as r, __commonJSMin as t };