claudeship 0.2.14 → 0.2.16
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 +18 -0
- package/apps/server/dist/app.module.js +2 -0
- package/apps/server/dist/app.module.js.map +1 -1
- package/apps/server/dist/env/env.controller.d.ts +14 -0
- package/apps/server/dist/env/env.controller.js +84 -0
- package/apps/server/dist/env/env.controller.js.map +1 -0
- package/apps/server/dist/env/env.module.d.ts +2 -0
- package/apps/server/dist/env/env.module.js +25 -0
- package/apps/server/dist/env/env.module.js.map +1 -0
- package/apps/server/dist/env/env.service.d.ts +21 -0
- package/apps/server/dist/env/env.service.js +194 -0
- package/apps/server/dist/env/env.service.js.map +1 -0
- package/apps/server/dist/tsconfig.tsbuildinfo +1 -1
- package/apps/server/package.json +1 -1
- package/apps/web/.env.local +1 -0
- package/apps/web/.next/BUILD_ID +1 -1
- package/apps/web/.next/app-build-manifest.json +7 -7
- package/apps/web/.next/app-path-routes-manifest.json +2 -2
- package/apps/web/.next/build-manifest.json +2 -2
- package/apps/web/.next/cache/.previewinfo +1 -1
- package/apps/web/.next/cache/.rscinfo +1 -1
- package/apps/web/.next/cache/.tsbuildinfo +1 -1
- package/apps/web/.next/cache/config.json +3 -3
- package/apps/web/.next/cache/eslint/.cache_j3uhuz +1 -1
- package/apps/web/.next/cache/webpack/client-production/0.pack +0 -0
- package/apps/web/.next/cache/webpack/client-production/index.pack +0 -0
- package/apps/web/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/apps/web/.next/cache/webpack/server-production/0.pack +0 -0
- package/apps/web/.next/cache/webpack/server-production/index.pack +0 -0
- package/apps/web/.next/prerender-manifest.json +10 -10
- package/apps/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/apps/web/.next/server/app/_not-found.html +1 -1
- package/apps/web/.next/server/app/_not-found.rsc +2 -2
- package/apps/web/.next/server/app/index.html +1 -1
- package/apps/web/.next/server/app/index.rsc +3 -3
- package/apps/web/.next/server/app/page.js +2 -2
- package/apps/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/apps/web/.next/server/app/project/[id]/page.js +2 -2
- package/apps/web/.next/server/app/project/[id]/page_client-reference-manifest.js +1 -1
- package/apps/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/apps/web/.next/server/app/settings.html +1 -1
- package/apps/web/.next/server/app/settings.rsc +3 -3
- package/apps/web/.next/server/app-paths-manifest.json +2 -2
- package/apps/web/.next/server/chunks/392.js +1 -1
- package/apps/web/.next/server/pages/404.html +1 -1
- package/apps/web/.next/server/pages/500.html +1 -1
- package/apps/web/.next/server/server-reference-manifest.json +1 -1
- package/apps/web/.next/static/chunks/574-1fe2bcd6cfb41646.js +1 -0
- package/apps/web/.next/static/chunks/app/page-8310956d8eae9762.js +1 -0
- package/apps/web/.next/static/chunks/app/project/[id]/page-c28098a9b8a94336.js +1 -0
- package/apps/web/.next/static/chunks/app/settings/page-3532fad509d55b77.js +1 -0
- package/apps/web/.next/static/css/0a24552d9794f8c8.css +3 -0
- package/apps/web/.next/trace +18 -18
- package/apps/web/package.json +1 -1
- package/apps/web/src/components/workspace/WorkspaceLayout.tsx +66 -4
- package/package.json +2 -2
- package/scripts/setup.sh +89 -0
- package/apps/web/.next/static/chunks/712-11fca77fb30a2a06.js +0 -1
- package/apps/web/.next/static/chunks/app/page-0db1c152fbd48359.js +0 -1
- package/apps/web/.next/static/chunks/app/project/[id]/page-7c44ae18c8984726.js +0 -1
- package/apps/web/.next/static/chunks/app/settings/page-d1318c2fd58729a5.js +0 -1
- package/apps/web/.next/static/css/d0f1b036f222bc16.css +0 -3
- package/scripts/setup-hooks.sh +0 -26
- /package/apps/web/.next/static/{tV_Qc76rupeogXvWEMw6p → KPVdAK1JjO7W2NYgwPhFs}/_buildManifest.js +0 -0
- /package/apps/web/.next/static/{tV_Qc76rupeogXvWEMw6p → KPVdAK1JjO7W2NYgwPhFs}/_ssgManifest.js +0 -0
package/apps/server/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
NEXT_PUBLIC_API_URL=http://localhost:14000/api
|
package/apps/web/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
KPVdAK1JjO7W2NYgwPhFs
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"static/chunks/c476d598-9099ed8b975ae1d6.js",
|
|
13
13
|
"static/chunks/498-ad4e539d948e058e.js",
|
|
14
14
|
"static/chunks/main-app-de4b9be4b7d2b049.js",
|
|
15
|
-
"static/css/
|
|
15
|
+
"static/css/0a24552d9794f8c8.css",
|
|
16
16
|
"static/chunks/app/layout-2079789d2a8cf3e0.js"
|
|
17
17
|
],
|
|
18
18
|
"/page": [
|
|
@@ -21,24 +21,24 @@
|
|
|
21
21
|
"static/chunks/498-ad4e539d948e058e.js",
|
|
22
22
|
"static/chunks/main-app-de4b9be4b7d2b049.js",
|
|
23
23
|
"static/chunks/992-806bad722ba16222.js",
|
|
24
|
-
"static/chunks/app/page-
|
|
24
|
+
"static/chunks/app/page-8310956d8eae9762.js"
|
|
25
25
|
],
|
|
26
|
-
"/
|
|
26
|
+
"/project/[id]/page": [
|
|
27
27
|
"static/chunks/webpack-1ff95075f86c177e.js",
|
|
28
28
|
"static/chunks/c476d598-9099ed8b975ae1d6.js",
|
|
29
29
|
"static/chunks/498-ad4e539d948e058e.js",
|
|
30
30
|
"static/chunks/main-app-de4b9be4b7d2b049.js",
|
|
31
31
|
"static/chunks/992-806bad722ba16222.js",
|
|
32
|
-
"static/chunks/
|
|
32
|
+
"static/chunks/574-1fe2bcd6cfb41646.js",
|
|
33
|
+
"static/chunks/app/project/[id]/page-c28098a9b8a94336.js"
|
|
33
34
|
],
|
|
34
|
-
"/
|
|
35
|
+
"/settings/page": [
|
|
35
36
|
"static/chunks/webpack-1ff95075f86c177e.js",
|
|
36
37
|
"static/chunks/c476d598-9099ed8b975ae1d6.js",
|
|
37
38
|
"static/chunks/498-ad4e539d948e058e.js",
|
|
38
39
|
"static/chunks/main-app-de4b9be4b7d2b049.js",
|
|
39
40
|
"static/chunks/992-806bad722ba16222.js",
|
|
40
|
-
"static/chunks/
|
|
41
|
-
"static/chunks/app/project/[id]/page-7c44ae18c8984726.js"
|
|
41
|
+
"static/chunks/app/settings/page-3532fad509d55b77.js"
|
|
42
42
|
]
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/KPVdAK1JjO7W2NYgwPhFs/_buildManifest.js",
|
|
9
|
+
"static/KPVdAK1JjO7W2NYgwPhFs/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
12
|
"static/chunks/webpack-1ff95075f86c177e.js",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"previewModeId":"
|
|
1
|
+
{"previewModeId":"598245e2e8f9e54a3c2fd8ee62c03038","previewModeSigningKey":"060462e22a770a5697a2f22ce6f4cc55230ce7fa879a9ac6c5afe8be44916a0b","previewModeEncryptionKey":"831a7914d98a53a287b8280988d84ea2364fe3a0819e11560e498a37dc43967d","expireAt":1768896376368}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"encryption.key":"
|
|
1
|
+
{"encryption.key":"r+1YKywziCcfLGWN7+benkUcL2khTgOmWhBGTwoKsCk=","encryption.expire_at":1768896376193}
|