@rudderjs/cli 4.6.8 → 4.6.9
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.
|
@@ -24,15 +24,6 @@ interface TinkerContext {
|
|
|
24
24
|
[name: string]: unknown;
|
|
25
25
|
}
|
|
26
26
|
export declare function tinkerCommand(program: CommanderCommand): void;
|
|
27
|
-
/**
|
|
28
|
-
* Build the seed object for the REPL context. Each entry is dynamic-imported
|
|
29
|
-
* so a missing optional peer (router, mcp, …) doesn't crash tinker — the
|
|
30
|
-
* key just doesn't show up in the welcome list.
|
|
31
|
-
*
|
|
32
|
-
* Exported (@internal) for unit testing — the REPL loop itself opens stdin
|
|
33
|
-
* and is hard to drive in-process; the context builder is the testable piece.
|
|
34
|
-
*/
|
|
35
|
-
export declare function buildTinkerContext(modelsDir?: string): Promise<TinkerContext>;
|
|
36
27
|
/**
|
|
37
28
|
* Walk `app/Models/` (single level — nested model dirs are rare and add
|
|
38
29
|
* disambiguation cost). Each file is dynamic-imported; named exports that
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tinker.d.ts","sourceRoot":"","sources":["../../src/commands/tinker.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AACH,OAAO,KAAK,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAc5D;;;;GAIG;AACH,UAAU,aAAa;IACrB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAA;CACxB;AAED,wBAAgB,aAAa,CAAC,OAAO,EAAE,gBAAgB,GAAG,IAAI,CAuF7D;
|
|
1
|
+
{"version":3,"file":"tinker.d.ts","sourceRoot":"","sources":["../../src/commands/tinker.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AACH,OAAO,KAAK,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,WAAW,CAAA;AAc5D;;;;GAIG;AACH,UAAU,aAAa;IACrB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAA;CACxB;AAED,wBAAgB,aAAa,CAAC,OAAO,EAAE,gBAAgB,GAAG,IAAI,CAuF7D;AA0DD;;;;;;;;;GASG;AACH,wBAAsB,UAAU,CAAC,GAAG,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAgCrF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rudderjs/cli",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
"chalk": "^5.0.0",
|
|
25
25
|
"dotenv": "^16.4.0",
|
|
26
26
|
"@clack/prompts": "^1.0.0",
|
|
27
|
-
"@rudderjs/core": "^1.5.
|
|
28
|
-
"@rudderjs/console": "^1.2.
|
|
27
|
+
"@rudderjs/core": "^1.5.1",
|
|
28
|
+
"@rudderjs/console": "^1.2.1"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@rudderjs/router": "^1.7.
|
|
31
|
+
"@rudderjs/router": "^1.7.1"
|
|
32
32
|
},
|
|
33
33
|
"peerDependenciesMeta": {
|
|
34
34
|
"@rudderjs/router": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@types/node": "^20.0.0",
|
|
40
40
|
"typescript": "^5.4.0",
|
|
41
41
|
"tsx": "^4.0.0",
|
|
42
|
-
"@rudderjs/router": "^1.7.
|
|
42
|
+
"@rudderjs/router": "^1.7.1"
|
|
43
43
|
},
|
|
44
44
|
"author": "Suleiman Shahbari",
|
|
45
45
|
"scripts": {
|