archal 0.9.7 → 0.9.9
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.
- package/README.md +163 -93
- package/bin/archal.cjs +3 -3
- package/dist/index.cjs +82301 -0
- package/dist/index.d.cts +1 -0
- package/dist/seed/dynamic-generator.cjs +45640 -0
- package/dist/seed/dynamic-generator.d.cts +67 -0
- package/dist/vitest/chunk-RKYS44AS.js +2216 -0
- package/dist/vitest/chunk-YJICENME.js +1230 -0
- package/dist/vitest/chunk-YV6BH6DO.js +45974 -0
- package/dist/vitest/index.cjs +51963 -0
- package/dist/vitest/index.d.ts +398 -0
- package/dist/vitest/index.js +2669 -0
- package/dist/vitest/runtime/hosted-session-reaper.cjs +29349 -0
- package/dist/vitest/runtime/hosted-session-reaper.d.ts +2 -0
- package/dist/vitest/runtime/hosted-session-reaper.js +58 -0
- package/dist/vitest/runtime/setup-files.d.ts +2 -0
- package/dist/vitest/runtime/setup-files.js +27 -0
- package/dist/vitest/src-JGHX6UKK.js +94 -0
- package/package.json +19 -22
- package/twin-assets/discord/fidelity.json +113 -0
- package/twin-assets/discord/tools.json +1953 -0
- package/twin-assets/github/fidelity.json +13 -0
- package/twin-assets/github/tools.json +21818 -0
- package/twin-assets/google-workspace/fidelity.json +19 -0
- package/twin-assets/google-workspace/tools.json +10191 -0
- package/twin-assets/jira/fidelity.json +40 -0
- package/twin-assets/jira/tools.json +17387 -0
- package/twin-assets/linear/fidelity.json +18 -0
- package/twin-assets/linear/tools.json +6496 -0
- package/twin-assets/ramp/fidelity.json +22 -0
- package/twin-assets/ramp/tools.json +2610 -0
- package/twin-assets/slack/fidelity.json +20 -0
- package/twin-assets/slack/tools.json +7301 -0
- package/twin-assets/stripe/fidelity.json +22 -0
- package/twin-assets/stripe/tools.json +15284 -0
- package/twin-assets/supabase/fidelity.json +13 -0
- package/twin-assets/supabase/tools.json +2973 -0
- package/dist/vitest.d.ts +0 -1
- package/dist/vitest.js +0 -23
package/dist/vitest.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { ArchalVitestBuiltTestConfig, ArchalVitestProjectOptions, ArchalVitestProjectTestOptions, ArchalVitestPublicSessionSnapshot, ArchalWebhookDelivery, WaitForWebhookOptions, archalVitestConfig, archalVitestProject, bootstrapArchalVitestRouting, clearArchalWebhooks, getInstalledArchalVitestRuntime, getInstalledArchalVitestSession, listArchalWebhooks, resetArchalTwins, waitForArchalWebhook } from '@archal/vitest';
|
package/dist/vitest.js
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
// src/vitest.ts
|
|
2
|
-
import {
|
|
3
|
-
archalVitestConfig,
|
|
4
|
-
archalVitestProject,
|
|
5
|
-
bootstrapArchalVitestRouting,
|
|
6
|
-
clearArchalWebhooks,
|
|
7
|
-
getInstalledArchalVitestRuntime,
|
|
8
|
-
getInstalledArchalVitestSession,
|
|
9
|
-
listArchalWebhooks,
|
|
10
|
-
resetArchalTwins,
|
|
11
|
-
waitForArchalWebhook
|
|
12
|
-
} from "@archal/vitest";
|
|
13
|
-
export {
|
|
14
|
-
archalVitestConfig,
|
|
15
|
-
archalVitestProject,
|
|
16
|
-
bootstrapArchalVitestRouting,
|
|
17
|
-
clearArchalWebhooks,
|
|
18
|
-
getInstalledArchalVitestRuntime,
|
|
19
|
-
getInstalledArchalVitestSession,
|
|
20
|
-
listArchalWebhooks,
|
|
21
|
-
resetArchalTwins,
|
|
22
|
-
waitForArchalWebhook
|
|
23
|
-
};
|