@agentmark-ai/cli 0.8.1 → 0.9.0
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/dist/.next/BUILD_ID +1 -1
- package/dist/.next/build-manifest.json +2 -2
- package/dist/.next/cache/.previewinfo +1 -1
- package/dist/.next/cache/.rscinfo +1 -1
- package/dist/.next/cache/.tsbuildinfo +1 -1
- package/dist/.next/cache/config.json +3 -3
- package/dist/.next/cache/webpack/client-production/0.pack +0 -0
- package/dist/.next/cache/webpack/client-production/index.pack +0 -0
- package/dist/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/dist/.next/cache/webpack/server-production/0.pack +0 -0
- package/dist/.next/cache/webpack/server-production/index.pack +0 -0
- package/dist/.next/prerender-manifest.json +16 -16
- package/dist/.next/server/app/_not-found.html +1 -1
- package/dist/.next/server/app/_not-found.rsc +1 -1
- package/dist/.next/server/app/index.html +1 -1
- package/dist/.next/server/app/index.rsc +1 -1
- package/dist/.next/server/app/requests.html +1 -1
- package/dist/.next/server/app/requests.rsc +1 -1
- package/dist/.next/server/app/sessions.html +1 -1
- package/dist/.next/server/app/sessions.rsc +1 -1
- package/dist/.next/server/app/traces.html +1 -1
- package/dist/.next/server/app/traces.rsc +1 -1
- package/dist/.next/server/pages/404.html +1 -1
- package/dist/.next/server/pages/500.html +1 -1
- package/dist/.next/server/server-reference-manifest.json +1 -1
- package/dist/.next/trace +54 -54
- package/dist/auth/auto-link.js +3 -1
- package/dist/auth/auto-link.js.map +1 -1
- package/dist/auth/types.d.ts +1 -0
- package/dist/commands/dev.js +1 -1
- package/dist/commands/dev.js.map +1 -1
- package/dist/commands/generate-schema.d.ts +5 -0
- package/dist/commands/generate-schema.js +219 -0
- package/dist/commands/generate-schema.js.map +1 -0
- package/dist/commands/generate-types.js +11 -0
- package/dist/commands/generate-types.js.map +1 -1
- package/dist/commands/link.js +3 -1
- package/dist/commands/link.js.map +1 -1
- package/dist/commands/login.js +1 -1
- package/dist/commands/login.js.map +1 -1
- package/dist/commands/logout.js +1 -1
- package/dist/commands/logout.js.map +1 -1
- package/dist/commands/pull-models.js +30 -1
- package/dist/commands/pull-models.js.map +1 -1
- package/dist/commands/run-prompt.js +25 -2
- package/dist/commands/run-prompt.js.map +1 -1
- package/dist/config.d.ts +6 -0
- package/dist/config.js +22 -3
- package/dist/config.js.map +1 -1
- package/dist/forwarding/forwarder.js +1 -1
- package/dist/forwarding/forwarder.js.map +1 -1
- package/dist/index.js +13 -0
- package/dist/index.js.map +1 -1
- package/dist/utils/providers.js +4 -3
- package/dist/utils/providers.js.map +1 -1
- package/package.json +2 -2
- /package/dist/.next/static/{WSLcfmCh7VwiFiCq08KUc → _uH98Yva4C-QS08PL-_0P}/_buildManifest.js +0 -0
- /package/dist/.next/static/{WSLcfmCh7VwiFiCq08KUc → _uH98Yva4C-QS08PL-_0P}/_ssgManifest.js +0 -0
package/dist/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
_uH98Yva4C-QS08PL-_0P
|
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"ampDevFiles": [],
|
|
7
7
|
"lowPriorityFiles": [
|
|
8
|
-
"static/
|
|
9
|
-
"static/
|
|
8
|
+
"static/_uH98Yva4C-QS08PL-_0P/_buildManifest.js",
|
|
9
|
+
"static/_uH98Yva4C-QS08PL-_0P/_ssgManifest.js"
|
|
10
10
|
],
|
|
11
11
|
"rootMainFiles": [
|
|
12
12
|
"static/chunks/webpack-f10b0ea54196b48e.js",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"previewModeId":"
|
|
1
|
+
{"previewModeId":"0265d9bac88f8f6ab3c8829fc5b41b3d","previewModeSigningKey":"1b94d4ca5cd0226ac9b678f2d555dd18320d6b02934b175b11c0481dfe9d9701","previewModeEncryptionKey":"e3aa292891db53e66185dc67f41f42e49d4fe1462b2c6ce2eea6f7bbb12cf584","expireAt":1772742981486}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"encryption.key":"
|
|
1
|
+
{"encryption.key":"jwd7Nr+LbIL3aUoenjOD6a8YW3lBEYYd7GKSxdDWdKI=","encryption.expire_at":1772742980967}
|