@grekt/cli 6.40.3 → 6.41.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/index.js +3 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -69082,7 +69082,7 @@ function createTokenProvider(projectRoot, getToken, getSessionToken) {
|
|
|
69082
69082
|
// src/context/engine.ts
|
|
69083
69083
|
import { join as join6 } from "path";
|
|
69084
69084
|
|
|
69085
|
-
// node_modules/@grekt
|
|
69085
|
+
// node_modules/@grekt/engine/dist/index.js
|
|
69086
69086
|
import { createRequire as createRequire2 } from "node:module";
|
|
69087
69087
|
import { resolve, normalize, isAbsolute as isAbsolute3, relative, join as join2 } from "path";
|
|
69088
69088
|
import { tmpdir } from "os";
|
|
@@ -104397,7 +104397,7 @@ var whoamiCommand = new Command("whoami").description("Show current user").actio
|
|
|
104397
104397
|
// package.json
|
|
104398
104398
|
var package_default = {
|
|
104399
104399
|
name: "@grekt/cli",
|
|
104400
|
-
version: "6.
|
|
104400
|
+
version: "6.41.0",
|
|
104401
104401
|
description: "AI tools versioned, synced, and shared across tools and teams",
|
|
104402
104402
|
type: "module",
|
|
104403
104403
|
bin: {
|
|
@@ -104432,7 +104432,7 @@ var package_default = {
|
|
|
104432
104432
|
},
|
|
104433
104433
|
dependencies: {
|
|
104434
104434
|
"@aws-sdk/client-s3": "^3.971.0",
|
|
104435
|
-
"@grekt
|
|
104435
|
+
"@grekt/engine": "6.1.1",
|
|
104436
104436
|
"@inquirer/prompts": "^7.2.0",
|
|
104437
104437
|
"@supabase/supabase-js": "^2.91.0",
|
|
104438
104438
|
chalk: "^5.4.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grekt/cli",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.41.0",
|
|
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
|
|
38
|
+
"@grekt/engine": "6.1.1",
|
|
39
39
|
"@inquirer/prompts": "^7.2.0",
|
|
40
40
|
"@supabase/supabase-js": "^2.91.0",
|
|
41
41
|
"chalk": "^5.4.1",
|