claudeship 0.2.9 → 0.2.11
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/apps/server/dist/chat/prompts/fullstack-express-prompt.d.ts +1 -1
- package/apps/server/dist/chat/prompts/fullstack-express-prompt.js +16 -0
- package/apps/server/dist/chat/prompts/fullstack-express-prompt.js.map +1 -1
- package/apps/server/dist/chat/prompts/fullstack-fastapi-prompt.d.ts +1 -1
- package/apps/server/dist/chat/prompts/fullstack-fastapi-prompt.js +16 -0
- package/apps/server/dist/chat/prompts/fullstack-fastapi-prompt.js.map +1 -1
- package/apps/server/dist/chat/prompts/web-system-prompt.d.ts +1 -1
- package/apps/server/dist/chat/prompts/web-system-prompt.js +15 -0
- package/apps/server/dist/chat/prompts/web-system-prompt.js.map +1 -1
- package/apps/server/dist/preview/preview.controller.d.ts +1 -0
- package/apps/server/dist/preview/preview.controller.js +10 -0
- package/apps/server/dist/preview/preview.controller.js.map +1 -1
- package/apps/server/dist/preview/preview.service.d.ts +1 -0
- package/apps/server/dist/preview/preview.service.js +26 -2
- package/apps/server/dist/preview/preview.service.js.map +1 -1
- package/apps/server/dist/tsconfig.tsbuildinfo +1 -1
- package/apps/server/package.json +1 -1
- package/apps/web/.next/BUILD_ID +1 -1
- package/apps/web/.next/app-build-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 +1 -1
- package/apps/web/.next/server/app/index.html +1 -1
- package/apps/web/.next/server/app/index.rsc +1 -1
- 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 +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/298-6f3d6b321c288cd3.js +1 -0
- package/apps/web/.next/static/chunks/app/project/[id]/page-e5cda6f9050b0a52.js +1 -0
- package/apps/web/.next/trace +17 -17
- package/apps/web/package.json +1 -1
- package/apps/web/src/components/preview/PreviewPanel.tsx +16 -1
- package/apps/web/src/components/workspace/WorkspaceLayout.tsx +5 -5
- package/apps/web/src/stores/useChatStore.ts +34 -9
- package/apps/web/src/stores/usePreviewStore.ts +22 -0
- package/package.json +1 -1
- package/apps/web/.next/static/chunks/595-00a84eeccb7bfc27.js +0 -1
- package/apps/web/.next/static/chunks/app/project/[id]/page-4c15c33bf78552cb.js +0 -1
- /package/apps/web/.next/static/{yVw9J0lkf1zLx2qq5O3Tu → zw4FcukMOho6_dzgpEdNW}/_buildManifest.js +0 -0
- /package/apps/web/.next/static/{yVw9J0lkf1zLx2qq5O3Tu → zw4FcukMOho6_dzgpEdNW}/_ssgManifest.js +0 -0
package/apps/server/package.json
CHANGED
package/apps/web/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
zw4FcukMOho6_dzgpEdNW
|
|
@@ -29,8 +29,8 @@
|
|
|
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/
|
|
33
|
-
"static/chunks/app/project/[id]/page-
|
|
32
|
+
"static/chunks/298-6f3d6b321c288cd3.js",
|
|
33
|
+
"static/chunks/app/project/[id]/page-e5cda6f9050b0a52.js"
|
|
34
34
|
],
|
|
35
35
|
"/settings/page": [
|
|
36
36
|
"static/chunks/webpack-1ff95075f86c177e.js",
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/zw4FcukMOho6_dzgpEdNW/_buildManifest.js",
|
|
9
|
+
"static/zw4FcukMOho6_dzgpEdNW/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
12
|
"static/chunks/webpack-1ff95075f86c177e.js",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"previewModeId":"
|
|
1
|
+
{"previewModeId":"7271da2c3b30da48044f7d7eb95a0c5c","previewModeSigningKey":"be28bf006a16f1f5d408746f8822019b38d912c03b9e4c1136137930ccbd0bed","previewModeEncryptionKey":"a4ed7ba857990a116a386ef28ac267428b21e1e4313e7e60a3bee91358c875ab","expireAt":1768572487023}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"encryption.key":"
|
|
1
|
+
{"encryption.key":"Md3h2I0mS1YQL0Btrex93sLegLDpuOAm3SXCVIXND40=","encryption.expire_at":1768572486853}
|