@kya-os/create-mcpi-app 1.8.23 → 1.8.24

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,25 @@
1
1
 
2
2
  > @kya-os/create-mcpi-app@1.8.23 test /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
3
- > vitest run
3
+ > vitest run --run
4
4
 
5
5
 
6
- RUN v4.0.14 /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
7
-
8
- ✓ src/__tests__/helpers/generate-identity.test.ts (24 tests) 18ms
9
- ✓ test-cloudflare/tests/cors-security.test.ts (29 tests) 4ms
10
- ✓ src/__tests__/cloudflare-template.test.ts (30 tests | 2 skipped) 318ms
11
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
6
+  RUN  v4.0.14 /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
12
7
 
8
+ ✓ src/__tests__/helpers/get-package-versions.test.ts (6 tests) 60ms
9
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
10
+ 
13
11
  🏗️ Generating Cloudflare MCP-I project: test-agent...
14
12
 
15
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
16
- 🔑 Generating cryptographic identity...
13
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
14
+ 🔑 Generating cryptographic identity...
15
+
16
+ stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with npm
17
+ 
18
+ 📦 Installing dependencies with npm...
19
+ ✓ Lockfile created (package-lock.json) - remember to commit it
17
20
 
18
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
19
- ✔ Created Cloudflare MCP-I template files
21
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
22
+ ✔ Created Cloudflare MCP-I template files
20
23
  - Generated identity keys in .dev.vars
21
24
  - Configured wrangler.toml with KV namespaces
22
25
  - Created modular tool structure
@@ -41,27 +44,91 @@ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Confi
41
44
  🚀 Next Steps:
42
45
  cd test-agent
43
46
 
44
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
45
- wrangler login # Login to Cloudflare first!
47
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
48
+  wrangler login # Login to Cloudflare first!
46
49
  npm run setup # Create KV namespaces
47
50
  npm run dev # Start local development
48
51
  npm run deploy # Deploy to Cloudflare
49
52
 
50
53
 
51
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
54
+ stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with yarn
55
+ 
56
+ 📦 Installing dependencies with yarn...
57
+ ✓ Lockfile created (yarn.lock) - remember to commit it
58
+
59
+ stderr | src/__tests__/helpers/fetch-xmcp-template.test.ts > fetchXMCPTemplate > falls back to default when next channel is unavailable
60
+ ⚠️ dist-tag 'next' not available for xmcp, falling back to ^0.3.1
52
61
 
62
+ stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with pnpm
63
+ 
64
+ 📦 Installing dependencies with pnpm...
65
+ ✓ Lockfile created (pnpm-lock.yaml) - remember to commit it
66
+
67
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
68
+ 
53
69
  🏗️ Generating Cloudflare MCP-I project: my-awesome-agent...
54
70
 
55
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
56
- 🔑 Generating cryptographic identity...
71
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
72
+ 🔑 Generating cryptographic identity...
73
+
74
+ stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should use correct working directory
75
+ 
76
+ 📦 Installing dependencies with npm...
77
+ ✓ Lockfile created (package-lock.json) - remember to commit it
78
+
79
+ ✓ src/__tests__/helpers/fetch-xmcp-template.test.ts (3 tests) 23ms
80
+ ✓ src/__tests__/helpers/copy-template.test.ts (11 tests) 68ms
81
+ stderr | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should report correct package manager in log
82
+ stdout | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should check for lockfile after installation
83
+ ⚠️ Warning: No lockfile generated (pnpm-lock.yaml)
84
+
85
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
86
+ 
87
+ 📦 Installing dependencies with npm...
88
+ ✓ Lockfile created (package-lock.json) - remember to commit it
89
+ Failed to install dependencies with npm.
90
+
91
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
92
+ 
93
+ 📦 Installing dependencies with npm...
94
+
95
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
96
+
97
+ 
98
+ 📦 Installing dependencies with npm...
99
+
100
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
101
+ 
102
+ 📦 Installing dependencies with npm...
103
+
104
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
105
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should log error message when installation fails
106
+ 
107
+ Failed to install dependencies with npm.
108
+ 📦 Installing dependencies with npm...
109
+
110
+
111
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
112
+ 
113
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
114
+ Failed to install dependencies with npm.
115
+ 📦 Installing dependencies with unknown...
116
+
117
+ stdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation > should warn when lockfile not created
118
+ 
57
119
 
58
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
59
- Created Cloudflare MCP-I template files
120
+ 📦 Installing dependencies with npm...
121
+ stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
122
+
123
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
124
+ ✔ Created Cloudflare MCP-I template files
60
125
  - Generated identity keys in .dev.vars
61
126
  - Configured wrangler.toml with KV namespaces
62
127
  - Created modular tool structure
128
+ ⚠️ Warning: Unknown package manager "unknown", cannot check lockfile
63
129
  - Created setup script for KV namespace creation
64
130
 
131
+
65
132
  ============================================================
66
133
  🎉 Cloudflare MCP-I project created successfully!
67
134
  ============================================================
@@ -81,22 +148,22 @@ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Confi
81
148
  🚀 Next Steps:
82
149
  cd my-awesome-agent
83
150
 
84
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
85
- wrangler login # Login to Cloudflare first!
151
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
152
+  wrangler login # Login to Cloudflare first!
86
153
  npm run setup # Create KV namespaces
87
154
  npm run dev # Start local development
88
155
  npm run deploy # Deploy to Cloudflare
89
156
 
90
157
 
91
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
92
-
158
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
159
+ 
93
160
  🏗️ Generating Cloudflare MCP-I project: test-agent...
94
161
 
95
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
96
- 🔑 Generating cryptographic identity...
162
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
163
+ 🔑 Generating cryptographic identity...
97
164
 
98
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
99
- ✔ Created Cloudflare MCP-I template files
165
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
166
+ ✔ Created Cloudflare MCP-I template files
100
167
  - Generated identity keys in .dev.vars
101
168
  - Configured wrangler.toml with KV namespaces
102
169
  - Created modular tool structure
@@ -121,22 +188,30 @@ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Confi
121
188
  🚀 Next Steps:
122
189
  cd test-agent
123
190
 
124
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
125
- wrangler login # Login to Cloudflare first!
191
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
192
+  wrangler login # Login to Cloudflare first!
126
193
  npm run setup # Create KV namespaces
127
194
  npm run dev # Start local development
128
195
  npm run deploy # Deploy to Cloudflare
129
196
 
130
197
 
131
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
198
+ stdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation > should warn when package manager lockfile cannot be determined
199
+ 
200
+ 📦 Installing dependencies with custom...
132
201
 
202
+ ✓ src/__tests__/utils/validate-project-name.test.ts (29 tests) 23ms
203
+ ✓ src/__tests__/helpers/install.test.ts (21 tests) 75ms
204
+ ✓ src/__tests__/helpers/generate-config.test.ts (25 tests) 73ms
205
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
206
+ 
133
207
  🏗️ Generating Cloudflare MCP-I project: test-agent...
134
208
 
135
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
136
- 🔑 Generating cryptographic identity...
209
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
210
+ 🔑 Generating cryptographic identity...
137
211
 
138
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
139
- Created Cloudflare MCP-I template files
212
+ ✓ src/__tests__/helpers/validate-project-structure.test.ts (23 tests) 70ms
213
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
214
+ ✔ Created Cloudflare MCP-I template files
140
215
  - Generated identity keys in .dev.vars
141
216
  - Configured wrangler.toml with KV namespaces
142
217
  - Created modular tool structure
@@ -161,97 +236,133 @@ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Confi
161
236
  🚀 Next Steps:
162
237
  cd test-agent
163
238
 
164
- stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
165
- wrangler login # Login to Cloudflare first!
239
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
240
+  wrangler login # Login to Cloudflare first!
166
241
  npm run setup # Create KV namespaces
167
242
  npm run dev # Start local development
168
243
  npm run deploy # Deploy to Cloudflare
169
244
 
170
245
 
171
- src/__tests__/scaffolder-envprefix.test.ts (4 tests) 240ms
172
- src/utils/__tests__/fetch-remote-config.test.ts (9 tests) 5ms
173
- stdout | test-cloudflare/tests/session-management.test.ts > Session Management > Session Security > should not expose session data in logs
174
- [Session] Created session: secure-session
246
+ ✓ src/__tests__/helpers/fetch-mcpi-template.test.ts (16 tests) 90ms
247
+ ✓ src/__tests__/scaffolder-envprefix.test.ts (4 tests) 139ms
248
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
249
+ 
250
+ create-mcpi-app@1.8.23
175
251
 
176
- test-cloudflare/tests/session-management.test.ts (17 tests) 28ms
177
- ✓ test-cloudflare/tests/delegation.test.ts (12 tests) 18ms
178
- ✓ test-cloudflare/tests/cache-invalidation.test.ts (18 tests) 19ms
179
- stderr | src/helpers/__tests__/config-builder.spec.ts > buildConfigWithRemote > should fallback to local config when remote fetch fails
180
- [RemoteConfig] Neither projectId nor agentDid provided
252
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
253
+ BANNER
181
254
 
182
- src/helpers/__tests__/config-builder.spec.ts (12 tests) 6ms
183
- ✓ src/__tests__/helpers/validate-project-structure.test.ts (23 tests) 76ms
184
- stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with npm
255
+ Enhanced with identity features by MCP-I
185
256
 
186
- 📦 Installing dependencies with npm...
187
- ✓ Lockfile created (package-lock.json) - remember to commit it
188
257
 
189
- stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with yarn
258
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > passes CLI flags to createProject when using --yes
259
+ 
260
+ Next Steps:
261
+ 1. Install dependencies:
262
+ cd my-agent
263
+ npm install
190
264
 
191
- 📦 Installing dependencies with yarn...
192
- Lockfile created (yarn.lock) - remember to commit it
265
+ 2. Start development server:
266
+ npm run dev
193
267
 
194
- stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with pnpm
268
+ 3. Deploy when ready:
269
+ npm run start
195
270
 
196
- 📦 Installing dependencies with pnpm...
197
- ✓ Lockfile created (pnpm-lock.yaml) - remember to commit it
271
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
272
+ 
273
+ create-mcpi-app@1.8.23
198
274
 
199
- stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should use correct working directory
275
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
276
+ BANNER
200
277
 
201
- 📦 Installing dependencies with npm...
202
- ✓ Lockfile created (package-lock.json) - remember to commit it
278
+ Enhanced with identity features by MCP-I
203
279
 
204
- stderr | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should report correct package manager in log
205
- ⚠️ Warning: No lockfile generated (pnpm-lock.yaml)
206
280
 
207
- stdout | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should check for lockfile after installation
281
+ stderr | src/__tests__/cli-runner.test.ts > runCLI > exits when project name validation fails
282
+ Invalid project name:
283
+ - bad
208
284
 
209
- 📦 Installing dependencies with npm...
210
- ✓ Lockfile created (package-lock.json) - remember to commit it
285
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
286
+ 
287
+ create-mcpi-app@1.8.23
211
288
 
212
- stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
289
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
290
+ BANNER
213
291
 
214
- stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
215
- Failed to install dependencies with npm.
216
- 📦 Installing dependencies with npm...
292
+ Enhanced with identity features by MCP-I
217
293
 
218
294
 
219
- stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
220
- Failed to install dependencies with npm.
221
- stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
295
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > honors package manager and version flags
296
+ 
297
+ Next Steps:
298
+ 1. Install dependencies:
299
+ cd pnpm-agent
300
+ pnpm install
222
301
 
302
+ 2. Initialize identity:
303
+ pnpm init
223
304
 
224
- 📦 Installing dependencies with npm...
305
+ 3. Start development server:
306
+ pnpm dev
225
307
 
226
- stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
308
+ 4. Deploy when ready:
309
+ pnpm start
227
310
 
228
- 📦 Installing dependencies with npm...
311
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
312
+ 
313
+ create-mcpi-app@1.8.23
229
314
 
230
- stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
231
- Failed to install dependencies with npm.
315
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
316
+ BANNER
232
317
 
233
- test-cloudflare/tests/do-routing.test.ts (14 tests) 270ms
234
- stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should log error message when installation fails
318
+ Enhanced with identity features by MCP-I
235
319
 
236
- 📦 Installing dependencies with npm...
237
320
 
238
- stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
239
- stderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
321
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
322
+ 
323
+ Creating a new xmcp app in /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app/interactive-app.
240
324
 
241
- 📦 Installing dependencies with unknown...
242
325
 
243
- ⚠️ Warning: Unknown package manager "unknown", cannot check lockfile
326
+ stdout | src/__tests__/cli-runner.test.ts > runCLI > prompts for package manager and transports when --yes is not set
327
+ 
328
+ Next Steps:
329
+ 1. Install dependencies:
330
+ cd interactive-app
331
+ pnpm install
244
332
 
245
- stdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation > should warn when lockfile not created
333
+ 2. Start development server:
334
+ pnpm dev
246
335
 
247
- 📦 Installing dependencies with npm...
336
+ 3. Deploy when ready:
337
+ pnpm start
338
+
339
+ ✓ src/__tests__/cli-runner.test.ts (4 tests) 233ms
340
+ ✓ src/__tests__/utils/check-node.test.ts (7 tests) 48ms
341
+ ✓ src/__tests__/helpers/create.test.ts (13 tests) 166ms
342
+ ✓ test-cloudflare/tests/cache-invalidation.test.ts (18 tests) 8ms
343
+ ✓ src/__tests__/helpers/rename.test.ts (6 tests) 19ms
344
+ ✓ src/__tests__/helpers/identity-manager.test.ts (16 tests) 50ms
345
+ stdout | test-cloudflare/tests/session-management.test.ts > Session Management > Session Security > should not expose session data in logs
346
+ [Session] Created session: secure-session
347
+
348
+ ✓ test-cloudflare/tests/session-management.test.ts (17 tests) 17ms
349
+ ✓ src/__tests__/utils/is-folder-empty.test.ts (21 tests) 47ms
350
+ ✓ src/__tests__/helpers/fetch-cloudflare-template.test.ts (4 tests) 27ms
351
+ ✓ test-cloudflare/tests/do-routing.test.ts (14 tests) 56ms
352
+ ✓ src/__tests__/helpers/generate-identity.test.ts (24 tests) 73ms
353
+ ✓ src/__tests__/effects/index.test.ts (5 tests) 4ms
354
+ ✓ src/utils/__tests__/fetch-remote-config.test.ts (9 tests) 4ms
355
+ ✓ test-cloudflare/tests/delegation.test.ts (12 tests) 4ms
356
+ ✓ test-cloudflare/tests/cors-security.test.ts (29 tests) 5ms
357
+ stderr | src/helpers/__tests__/config-builder.spec.ts > buildConfigWithRemote > should fallback to local config when remote fetch fails
358
+ [RemoteConfig] Neither projectId nor agentDid provided
248
359
 
249
- src/__tests__/helpers/install.test.ts (20 tests) 83ms
250
- src/__tests__/helpers/generate-config.test.ts (25 tests) 93ms
251
- src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts (21 tests) 480ms
360
+ ✓ src/helpers/__tests__/config-builder.spec.ts (12 tests) 4ms
361
+ ✓ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts (21 tests) 443ms
362
+ ✓ src/__tests__/cloudflare-template.test.ts (30 tests | 2 skipped) 511ms
252
363
 
253
- Test Files 14 passed (14)
254
- Tests 256 passed | 2 skipped (258)
255
- Start at 13:53:04
256
- Duration 2.35s (transform 447ms, setup 0ms, import 1.15s, tests 1.66s, environment 1ms)
364
+  Test Files  27 passed (27)
365
+  Tests  398 passed | 2 skipped (400)
366
+  Start at  16:38:47
367
+  Duration  900ms (transform 1.10s, setup 0ms, import 2.01s, tests 2.34s, environment 2ms)
257
368
 
@@ -0,0 +1,2 @@
1
+ export declare function runCLI(argv?: string[]): Promise<void>;
2
+ //# sourceMappingURL=cli-runner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cli-runner.d.ts","sourceRoot":"","sources":["../src/cli-runner.ts"],"names":[],"mappings":"AA0BA,wBAAsB,MAAM,CAAC,IAAI,GAAE,MAAM,EAAiB,GAAG,OAAO,CAAC,IAAI,CAAC,CA2bzE"}