@grekt/cli 6.43.0-beta.5 → 6.43.0-beta.6
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/index.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -104988,7 +104988,7 @@ var whoamiCommand = new Command("whoami").description("Show current user").actio
|
|
|
104988
104988
|
// package.json
|
|
104989
104989
|
var package_default = {
|
|
104990
104990
|
name: "@grekt/cli",
|
|
104991
|
-
version: "6.43.0-beta.
|
|
104991
|
+
version: "6.43.0-beta.6",
|
|
104992
104992
|
description: "AI tools versioned, synced, and shared across tools and teams",
|
|
104993
104993
|
type: "module",
|
|
104994
104994
|
bin: {
|
|
@@ -105023,7 +105023,7 @@ var package_default = {
|
|
|
105023
105023
|
},
|
|
105024
105024
|
dependencies: {
|
|
105025
105025
|
"@aws-sdk/client-s3": "^3.971.0",
|
|
105026
|
-
"@grekt/engine": "6.2.0
|
|
105026
|
+
"@grekt/engine": "6.2.0",
|
|
105027
105027
|
"@inquirer/prompts": "^7.2.0",
|
|
105028
105028
|
"@supabase/supabase-js": "^2.91.0",
|
|
105029
105029
|
chalk: "^5.4.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grekt/cli",
|
|
3
|
-
"version": "6.43.0-beta.
|
|
3
|
+
"version": "6.43.0-beta.6",
|
|
4
4
|
"description": "AI tools versioned, synced, and shared across tools and teams",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@aws-sdk/client-s3": "^3.971.0",
|
|
38
|
-
"@grekt/engine": "6.2.0
|
|
38
|
+
"@grekt/engine": "6.2.0",
|
|
39
39
|
"@inquirer/prompts": "^7.2.0",
|
|
40
40
|
"@supabase/supabase-js": "^2.91.0",
|
|
41
41
|
"chalk": "^5.4.1",
|