@thxgg/steward 0.1.20 → 0.1.22
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/.output/nitro.json +1 -1
- package/.output/public/_nuxt/{Dn6yoG20.js → B4iDhohi.js} +2 -2
- package/.output/public/_nuxt/{CV5HFGKm.js → BQBm6AsP.js} +1 -1
- package/.output/public/_nuxt/{D6aZT905.js → BhBgWPCX.js} +1 -1
- package/.output/public/_nuxt/{BTHAQvnA.js → BuvhTQbX.js} +1 -1
- package/.output/public/_nuxt/{a87LfEfa.js → CL_YIWu4.js} +1 -1
- package/.output/public/_nuxt/CZWhz2fI.js +1 -0
- package/.output/public/_nuxt/C_5PUO5r.js +1 -0
- package/.output/public/_nuxt/{C2LWefrW.js → C_Sxjx0M.js} +1 -1
- package/.output/public/_nuxt/CjDuB5VD.js +1 -0
- package/.output/public/_nuxt/{DDV2bymk.js → CuOw9LiK.js} +1 -1
- package/.output/public/_nuxt/{CzCDTesu.js → DQivOuJJ.js} +1 -1
- package/.output/public/_nuxt/DUrbBKgG.js +3 -0
- package/.output/public/_nuxt/{B7kcsnX1.js → Du8Y9zEm.js} +1 -1
- package/.output/public/_nuxt/{DSqaInP-.js → HZy5mmMm.js} +1 -1
- package/.output/public/_nuxt/builds/latest.json +1 -1
- package/.output/public/_nuxt/builds/meta/3e08a0b0-262b-4fb5-b213-4aa35df11afb.json +1 -0
- package/.output/public/_nuxt/entry.xHdymH38.css +1 -0
- package/.output/public/_nuxt/{D9fz0wy8.js → okqELTtf.js} +1 -1
- package/.output/public/_nuxt/{ClxxfTZn.js → rG99Mq9f.js} +1 -1
- package/.output/public/_nuxt/rTDTR03M.js +30 -0
- package/.output/server/chunks/_/git-api.mjs +10 -23
- package/.output/server/chunks/_/git-api.mjs.map +1 -1
- package/.output/server/chunks/_/prd-service.mjs +1 -3
- package/.output/server/chunks/_/prd-service.mjs.map +1 -1
- package/.output/server/chunks/_/watcher.mjs +1 -2
- package/.output/server/chunks/_/watcher.mjs.map +1 -1
- package/.output/server/chunks/build/_prd_-DY25apyl.mjs +2 -1
- package/.output/server/chunks/build/client.precomputed.mjs +1 -1
- package/.output/server/chunks/build/default-BKKgG7HJ.mjs +2 -1
- package/.output/server/chunks/build/error-404-Bf6kdO80.mjs +2 -1
- package/.output/server/chunks/build/error-500-D_bcARXN.mjs +2 -1
- package/.output/server/chunks/build/index-DE1tjHAd.mjs +2 -1
- package/.output/server/chunks/build/nuxt-link-SvT1nf8Z.mjs +1 -1
- package/.output/server/chunks/build/repo-graph-CUcJKW1F.mjs +2 -1
- package/.output/server/chunks/build/server.mjs +3 -2
- package/.output/server/chunks/build/usePrd-hXZOmvAv.mjs +1 -1
- package/.output/server/chunks/nitro/nitro.mjs +1510 -690
- package/.output/server/chunks/nitro/nitro.mjs.map +1 -1
- package/.output/server/chunks/routes/api/browse.get.mjs +1 -0
- package/.output/server/chunks/routes/api/browse.get.mjs.map +1 -1
- package/.output/server/chunks/routes/api/index.get.mjs +3 -3
- package/.output/server/chunks/routes/api/index.post.mjs +2 -2
- package/.output/server/chunks/routes/api/repos/_repoId/git/commits.get.mjs +3 -5
- package/.output/server/chunks/routes/api/repos/_repoId/git/commits.get.mjs.map +1 -1
- package/.output/server/chunks/routes/api/repos/_repoId/git/diff.get.mjs +3 -5
- package/.output/server/chunks/routes/api/repos/_repoId/git/diff.get.mjs.map +1 -1
- package/.output/server/chunks/routes/api/repos/_repoId/git/file-content.get.mjs +3 -5
- package/.output/server/chunks/routes/api/repos/_repoId/git/file-content.get.mjs.map +1 -1
- package/.output/server/chunks/routes/api/repos/_repoId/git/file-diff.get.mjs +3 -5
- package/.output/server/chunks/routes/api/repos/_repoId/git/file-diff.get.mjs.map +1 -1
- package/.output/server/chunks/routes/api/repos/_repoId/graph.get.mjs +3 -5
- package/.output/server/chunks/routes/api/repos/_repoId/graph.get.mjs.map +1 -1
- package/.output/server/chunks/routes/api/repos/_repoId/prd/_prdSlug/archive.post.mjs +2 -4
- package/.output/server/chunks/routes/api/repos/_repoId/prd/_prdSlug/archive.post.mjs.map +1 -1
- package/.output/server/chunks/routes/api/repos/_repoId/prd/_prdSlug/graph.get.mjs +3 -5
- package/.output/server/chunks/routes/api/repos/_repoId/prd/_prdSlug/graph.get.mjs.map +1 -1
- package/.output/server/chunks/routes/api/repos/_repoId/prd/_prdSlug/progress.get.mjs +3 -5
- package/.output/server/chunks/routes/api/repos/_repoId/prd/_prdSlug/progress.get.mjs.map +1 -1
- package/.output/server/chunks/routes/api/repos/_repoId/prd/_prdSlug/tasks/_taskId/commits.get.mjs +3 -5
- package/.output/server/chunks/routes/api/repos/_repoId/prd/_prdSlug/tasks/_taskId/commits.get.mjs.map +1 -1
- package/.output/server/chunks/routes/api/repos/_repoId/prd/_prdSlug/tasks.get.mjs +3 -5
- package/.output/server/chunks/routes/api/repos/_repoId/prd/_prdSlug/tasks.get.mjs.map +1 -1
- package/.output/server/chunks/routes/api/repos/_repoId/prd/_prdSlug_.get.mjs +3 -5
- package/.output/server/chunks/routes/api/repos/_repoId/prd/_prdSlug_.get.mjs.map +1 -1
- package/.output/server/chunks/routes/api/repos/_repoId/prds.get.mjs +3 -5
- package/.output/server/chunks/routes/api/repos/_repoId/prds.get.mjs.map +1 -1
- package/.output/server/chunks/routes/api/repos/_repoId/refresh-git-repos.post.mjs +3 -3
- package/.output/server/chunks/routes/api/repos/_repoId_.delete.mjs +3 -3
- package/.output/server/chunks/routes/api/runtime.get.mjs +3 -2
- package/.output/server/chunks/routes/api/runtime.get.mjs.map +1 -1
- package/.output/server/chunks/routes/api/state-migration/status.get.mjs +3 -2
- package/.output/server/chunks/routes/api/state-migration/status.get.mjs.map +1 -1
- package/.output/server/chunks/routes/api/watch.get.mjs +3 -3
- package/.output/server/chunks/routes/renderer.mjs +1 -1
- package/.output/server/index.mjs +3 -2
- package/.output/server/index.mjs.map +1 -1
- package/.output/server/package.json +1 -1
- package/dist/host/src/api/git.js +14 -7
- package/dist/server/utils/git-repo-path.js +63 -0
- package/dist/server/utils/git.js +26 -9
- package/dist/server/utils/state-migration.js +206 -0
- package/package.json +1 -1
- package/.output/public/_nuxt/B3PShd4B.js +0 -3
- package/.output/public/_nuxt/B9j1BHt9.js +0 -1
- package/.output/public/_nuxt/BGSfDLaX.js +0 -1
- package/.output/public/_nuxt/DK5VWQk7.js +0 -1
- package/.output/public/_nuxt/builds/meta/37438177-5e14-4a46-9af4-eae491ba1f24.json +0 -1
- package/.output/public/_nuxt/entry.Dp3jx0Yw.css +0 -1
- package/.output/public/_nuxt/zhOijcjw.js +0 -30
- package/.output/server/chunks/_/git.mjs +0 -296
- package/.output/server/chunks/_/git.mjs.map +0 -1
- package/.output/server/chunks/_/repos.mjs +0 -272
- package/.output/server/chunks/_/repos.mjs.map +0 -1
|
@@ -18,8 +18,9 @@ import 'node:fs';
|
|
|
18
18
|
import 'node:path';
|
|
19
19
|
import 'node:crypto';
|
|
20
20
|
import 'node:os';
|
|
21
|
-
import '
|
|
21
|
+
import 'node:child_process';
|
|
22
22
|
import 'node:url';
|
|
23
|
+
import 'zod';
|
|
23
24
|
import '@vue/shared';
|
|
24
25
|
import 'perfect-debounce';
|
|
25
26
|
import '../routes/renderer.mjs';
|
|
@@ -12,8 +12,9 @@ import 'node:fs';
|
|
|
12
12
|
import 'node:path';
|
|
13
13
|
import 'node:crypto';
|
|
14
14
|
import 'node:os';
|
|
15
|
-
import '
|
|
15
|
+
import 'node:child_process';
|
|
16
16
|
import 'node:url';
|
|
17
|
+
import 'zod';
|
|
17
18
|
import '../routes/renderer.mjs';
|
|
18
19
|
import 'vue-bundle-renderer/runtime';
|
|
19
20
|
import 'unhead/server';
|
|
@@ -11,8 +11,9 @@ import 'node:fs';
|
|
|
11
11
|
import 'node:path';
|
|
12
12
|
import 'node:crypto';
|
|
13
13
|
import 'node:os';
|
|
14
|
-
import '
|
|
14
|
+
import 'node:child_process';
|
|
15
15
|
import 'node:url';
|
|
16
|
+
import 'zod';
|
|
16
17
|
import '../routes/renderer.mjs';
|
|
17
18
|
import 'vue-bundle-renderer/runtime';
|
|
18
19
|
import 'unhead/server';
|
|
@@ -18,8 +18,9 @@ import 'node:fs';
|
|
|
18
18
|
import 'node:path';
|
|
19
19
|
import 'node:crypto';
|
|
20
20
|
import 'node:os';
|
|
21
|
-
import '
|
|
21
|
+
import 'node:child_process';
|
|
22
22
|
import 'node:url';
|
|
23
|
+
import 'zod';
|
|
23
24
|
import '@vue/shared';
|
|
24
25
|
import 'perfect-debounce';
|
|
25
26
|
import '../routes/renderer.mjs';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { defineComponent, shallowRef, h, resolveComponent, computed } from 'vue';
|
|
2
|
-
import {
|
|
2
|
+
import { a3 as parseQuery, V as hasProtocol, Q as joinURL, a4 as withTrailingSlash, a5 as withoutTrailingSlash } from '../nitro/nitro.mjs';
|
|
3
3
|
import { a as useRouter, e as encodeRoutePath, r as resolveRouteObject, n as navigateTo, c as useNuxtApp, d as useRuntimeConfig, f as nuxtLinkDefaults } from './server.mjs';
|
|
4
4
|
|
|
5
5
|
const firstNonUndefined = (...args) => args.find((arg) => arg !== void 0);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import process from 'node:process';globalThis._importMeta_=globalThis._importMeta_||{url:"file:///_entry.js",env:process.env};import { defineComponent, shallowRef, getCurrentInstance, provide, cloneVNode, h, createElementBlock, hasInjectionContext, inject, toRef, isRef, computed, defineAsyncComponent, unref, shallowReactive, ref, Suspense, Fragment, useSSRContext, createApp, withCtx, createVNode, onErrorCaptured, onServerPrefetch, resolveDynamicComponent, reactive, effectScope, nextTick, mergeProps, getCurrentScope, isReadonly, isShallow, isReactive, toRaw } from 'vue';
|
|
2
|
-
import {
|
|
2
|
+
import { S as parseURL, T as encodePath, U as decodePath, c as createError$1, V as hasProtocol, W as isScriptProtocol, Q as joinURL, X as withQuery, Y as sanitizeStatusCode, Z as getContext, $ as $fetch, _ as createHooks, a0 as defu, a1 as executeAsync } from '../nitro/nitro.mjs';
|
|
3
3
|
import { u as useHead$1, h as headSymbol, b as baseURL } from '../routes/renderer.mjs';
|
|
4
4
|
import { useRoute as useRoute$1, RouterView, createMemoryHistory, createRouter, START_LOCATION } from 'vue-router';
|
|
5
5
|
import { ssrRenderComponent, ssrRenderSuspense, ssrRenderVNode } from 'vue/server-renderer';
|
|
@@ -11,8 +11,9 @@ import 'node:fs';
|
|
|
11
11
|
import 'node:path';
|
|
12
12
|
import 'node:crypto';
|
|
13
13
|
import 'node:os';
|
|
14
|
-
import '
|
|
14
|
+
import 'node:child_process';
|
|
15
15
|
import 'node:url';
|
|
16
|
+
import 'zod';
|
|
16
17
|
import 'vue-bundle-renderer/runtime';
|
|
17
18
|
import 'unhead/server';
|
|
18
19
|
import 'devalue';
|
|
@@ -5,7 +5,7 @@ import { Primitive } from 'reka-ui';
|
|
|
5
5
|
import { clsx } from 'clsx';
|
|
6
6
|
import { twMerge } from 'tailwind-merge';
|
|
7
7
|
import { toast } from 'vue-sonner';
|
|
8
|
-
import {
|
|
8
|
+
import { a2 as hash } from '../nitro/nitro.mjs';
|
|
9
9
|
import { isPlainObject } from '@vue/shared';
|
|
10
10
|
import { g as useState, k as fetchDefaults, c as useNuxtApp, i as asyncDataDefaults, j as createError } from './server.mjs';
|
|
11
11
|
import { debounce } from 'perfect-debounce';
|