@memberjunction/cli 4.2.0 → 4.3.1
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/bin/run.js +3 -2
- package/dist/commands/ai/actions/list.d.ts.map +1 -1
- package/dist/commands/ai/actions/list.js +1 -1
- package/dist/commands/ai/actions/list.js.map +1 -1
- package/dist/commands/ai/actions/run.d.ts.map +1 -1
- package/dist/commands/ai/actions/run.js +1 -1
- package/dist/commands/ai/actions/run.js.map +1 -1
- package/dist/commands/ai/agents/list.d.ts.map +1 -1
- package/dist/commands/ai/agents/list.js +1 -1
- package/dist/commands/ai/agents/list.js.map +1 -1
- package/dist/commands/ai/agents/run.d.ts.map +1 -1
- package/dist/commands/ai/agents/run.js +1 -1
- package/dist/commands/ai/agents/run.js.map +1 -1
- package/dist/commands/ai/audit/agent-run.d.ts.map +1 -1
- package/dist/commands/ai/audit/agent-run.js +1 -1
- package/dist/commands/ai/audit/agent-run.js.map +1 -1
- package/dist/commands/ai/prompts/list.d.ts.map +1 -1
- package/dist/commands/ai/prompts/list.js +1 -1
- package/dist/commands/ai/prompts/list.js.map +1 -1
- package/dist/commands/ai/prompts/run.d.ts.map +1 -1
- package/dist/commands/ai/prompts/run.js +1 -1
- package/dist/commands/ai/prompts/run.js.map +1 -1
- package/dist/commands/codegen/index.d.ts.map +1 -1
- package/dist/commands/codegen/index.js +1 -1
- package/dist/commands/codegen/index.js.map +1 -1
- package/dist/commands/codegen/manifest.d.ts.map +1 -1
- package/dist/commands/codegen/manifest.js +1 -1
- package/dist/commands/codegen/manifest.js.map +1 -1
- package/dist/commands/migrate/index.d.ts.map +1 -1
- package/dist/commands/migrate/index.js +19 -5
- package/dist/commands/migrate/index.js.map +1 -1
- package/dist/commands/querygen/export.d.ts.map +1 -1
- package/dist/commands/querygen/export.js +2 -2
- package/dist/commands/querygen/export.js.map +1 -1
- package/dist/commands/querygen/generate.d.ts.map +1 -1
- package/dist/commands/querygen/generate.js +3 -3
- package/dist/commands/querygen/generate.js.map +1 -1
- package/dist/commands/querygen/validate.d.ts.map +1 -1
- package/dist/commands/querygen/validate.js +2 -2
- package/dist/commands/querygen/validate.js.map +1 -1
- package/dist/commands/sync/file-reset.d.ts.map +1 -1
- package/dist/commands/sync/file-reset.js +1 -1
- package/dist/commands/sync/file-reset.js.map +1 -1
- package/dist/commands/sync/init.d.ts.map +1 -1
- package/dist/commands/sync/init.js +1 -1
- package/dist/commands/sync/init.js.map +1 -1
- package/dist/commands/sync/pull.d.ts.map +1 -1
- package/dist/commands/sync/pull.js +6 -6
- package/dist/commands/sync/pull.js.map +1 -1
- package/dist/commands/sync/push.d.ts.map +1 -1
- package/dist/commands/sync/push.js +1 -1
- package/dist/commands/sync/push.js.map +1 -1
- package/dist/commands/sync/status.d.ts.map +1 -1
- package/dist/commands/sync/status.js +1 -1
- package/dist/commands/sync/status.js.map +1 -1
- package/dist/commands/sync/validate.d.ts.map +1 -1
- package/dist/commands/sync/validate.js +1 -1
- package/dist/commands/sync/validate.js.map +1 -1
- package/dist/commands/sync/watch.d.ts.map +1 -1
- package/dist/commands/sync/watch.js +2 -1
- package/dist/commands/sync/watch.js.map +1 -1
- package/dist/commands/test/compare.d.ts.map +1 -1
- package/dist/commands/test/compare.js +1 -1
- package/dist/commands/test/compare.js.map +1 -1
- package/dist/commands/test/history.d.ts.map +1 -1
- package/dist/commands/test/history.js +1 -1
- package/dist/commands/test/history.js.map +1 -1
- package/dist/commands/test/list.d.ts.map +1 -1
- package/dist/commands/test/list.js +1 -1
- package/dist/commands/test/list.js.map +1 -1
- package/dist/commands/test/run.d.ts.map +1 -1
- package/dist/commands/test/run.js +1 -1
- package/dist/commands/test/run.js.map +1 -1
- package/dist/commands/test/suite.d.ts.map +1 -1
- package/dist/commands/test/suite.js +1 -1
- package/dist/commands/test/suite.js.map +1 -1
- package/dist/commands/test/validate.d.ts.map +1 -1
- package/dist/commands/test/validate.js +1 -1
- package/dist/commands/test/validate.js.map +1 -1
- package/dist/hooks/prerun.d.ts.map +1 -1
- package/dist/hooks/prerun.js +8 -0
- package/dist/hooks/prerun.js.map +1 -1
- package/dist/light-commands.d.ts +17 -0
- package/dist/light-commands.d.ts.map +1 -0
- package/dist/light-commands.js +41 -0
- package/dist/light-commands.js.map +1 -0
- package/oclif.manifest.json +73 -73
- package/package.json +15 -14
package/dist/hooks/prerun.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import figlet from 'figlet';
|
|
2
|
+
import { LIGHT_COMMANDS } from '../light-commands.js';
|
|
2
3
|
const hook = async function (options) {
|
|
3
4
|
// Skip banners if --quiet flag is present (or appears to be present)
|
|
4
5
|
if (options.argv?.some((arg) => arg === '--quiet' || (/^-[^-]+/.test(arg) && arg.includes('q')))) {
|
|
@@ -16,6 +17,13 @@ const hook = async function (options) {
|
|
|
16
17
|
if (options.Command.id !== 'version') {
|
|
17
18
|
options.context.log(options.config.userAgent + '\n');
|
|
18
19
|
}
|
|
20
|
+
// Conditionally load MJ bootstrap for heavy commands.
|
|
21
|
+
// Light commands (version, help, bump, migrate, clean, install, dbdoc/*)
|
|
22
|
+
// skip the ~1,400 class registrations for instant startup.
|
|
23
|
+
const commandId = options.Command.id ?? '';
|
|
24
|
+
if (!LIGHT_COMMANDS.has(commandId)) {
|
|
25
|
+
await import('@memberjunction/server-bootstrap-lite/mj-class-registrations');
|
|
26
|
+
}
|
|
19
27
|
};
|
|
20
28
|
export default hook;
|
|
21
29
|
//# sourceMappingURL=prerun.js.map
|
package/dist/hooks/prerun.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prerun.js","sourceRoot":"","sources":["../../src/hooks/prerun.ts"],"names":[],"mappings":"AACA,OAAO,MAAM,MAAM,QAAQ,CAAC;
|
|
1
|
+
{"version":3,"file":"prerun.js","sourceRoot":"","sources":["../../src/hooks/prerun.ts"],"names":[],"mappings":"AACA,OAAO,MAAM,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAEtD,MAAM,IAAI,GAAmB,KAAK,WAAW,OAAO;IAClD,qEAAqE;IACrE,IAAI,OAAO,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,KAAK,SAAS,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,GAAG,CAAC,IAAI,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC;QACjG,OAAO;IACT,CAAC;IAED,OAAO,CAAC,OAAO,CAAC,GAAG,CACjB,OAAO,CAAC,MAAM,CAAC,OAAO,IAAI,EAAE;QAC1B,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,gBAAgB,EAAE;YAChC,IAAI,EAAE,UAAU;YAChB,gBAAgB,EAAE,SAAS;YAC3B,cAAc,EAAE,SAAS;YACzB,KAAK,EAAE,GAAG;YACV,eAAe,EAAE,IAAI;SACtB,CAAC;QACJ,CAAC,CAAC,iCAAiC,CACtC,CAAC;IAEF,IAAI,OAAO,CAAC,OAAO,CAAC,EAAE,KAAK,SAAS,EAAE,CAAC;QACrC,OAAO,CAAC,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,MAAM,CAAC,SAAS,GAAG,IAAI,CAAC,CAAC;IACvD,CAAC;IAED,sDAAsD;IACtD,yEAAyE;IACzE,2DAA2D;IAC3D,MAAM,SAAS,GAAG,OAAO,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,CAAC;IAC3C,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,SAAS,CAAC,EAAE,CAAC;QACnC,MAAM,MAAM,CAAC,8DAA8D,CAAC,CAAC;IAC/E,CAAC;AACH,CAAC,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Commands that do NOT require @memberjunction/server-bootstrap-lite.
|
|
3
|
+
* These commands use only lightweight dependencies (zod, cosmiconfig, node-flyway,
|
|
4
|
+
* fast-glob, fs-extra, etc.) and can start instantly without loading ~1,400 class
|
|
5
|
+
* registrations.
|
|
6
|
+
*
|
|
7
|
+
* Any command NOT listed here will trigger dynamic loading of the MJ bootstrap
|
|
8
|
+
* in the prerun hook before execution.
|
|
9
|
+
*
|
|
10
|
+
* When adding new commands:
|
|
11
|
+
* - If the command imports from @memberjunction/* packages that depend on
|
|
12
|
+
* server-bootstrap-lite, do NOT add it here.
|
|
13
|
+
* - If the command uses only standard npm packages or light @memberjunction
|
|
14
|
+
* packages (like @memberjunction/config), add its oclif command ID here.
|
|
15
|
+
*/
|
|
16
|
+
export declare const LIGHT_COMMANDS: ReadonlySet<string>;
|
|
17
|
+
//# sourceMappingURL=light-commands.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"light-commands.d.ts","sourceRoot":"","sources":["../src/light-commands.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,cAAc,EAAE,WAAW,CAAC,MAAM,CA6B7C,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Commands that do NOT require @memberjunction/server-bootstrap-lite.
|
|
3
|
+
* These commands use only lightweight dependencies (zod, cosmiconfig, node-flyway,
|
|
4
|
+
* fast-glob, fs-extra, etc.) and can start instantly without loading ~1,400 class
|
|
5
|
+
* registrations.
|
|
6
|
+
*
|
|
7
|
+
* Any command NOT listed here will trigger dynamic loading of the MJ bootstrap
|
|
8
|
+
* in the prerun hook before execution.
|
|
9
|
+
*
|
|
10
|
+
* When adding new commands:
|
|
11
|
+
* - If the command imports from @memberjunction/* packages that depend on
|
|
12
|
+
* server-bootstrap-lite, do NOT add it here.
|
|
13
|
+
* - If the command uses only standard npm packages or light @memberjunction
|
|
14
|
+
* packages (like @memberjunction/config), add its oclif command ID here.
|
|
15
|
+
*/
|
|
16
|
+
export const LIGHT_COMMANDS = new Set([
|
|
17
|
+
// Built-in oclif plugins
|
|
18
|
+
'version',
|
|
19
|
+
'help',
|
|
20
|
+
// Bump - uses zod, fast-glob, fs only
|
|
21
|
+
'bump',
|
|
22
|
+
// Database commands - use node-flyway + config only
|
|
23
|
+
'clean',
|
|
24
|
+
'migrate',
|
|
25
|
+
// Install wizard - uses zod, recast, fs-extra only
|
|
26
|
+
'install',
|
|
27
|
+
// Topic index commands (just display help text, no heavy imports)
|
|
28
|
+
'ai',
|
|
29
|
+
'ai audit',
|
|
30
|
+
'test',
|
|
31
|
+
'dbdoc',
|
|
32
|
+
// DBDoc commands - already use dynamic imports internally
|
|
33
|
+
'dbdoc init',
|
|
34
|
+
'dbdoc analyze',
|
|
35
|
+
'dbdoc export',
|
|
36
|
+
'dbdoc export-sample-queries',
|
|
37
|
+
'dbdoc generate-queries',
|
|
38
|
+
'dbdoc reset',
|
|
39
|
+
'dbdoc status',
|
|
40
|
+
]);
|
|
41
|
+
//# sourceMappingURL=light-commands.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"light-commands.js","sourceRoot":"","sources":["../src/light-commands.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAC,MAAM,cAAc,GAAwB,IAAI,GAAG,CAAC;IACzD,yBAAyB;IACzB,SAAS;IACT,MAAM;IAEN,sCAAsC;IACtC,MAAM;IAEN,oDAAoD;IACpD,OAAO;IACP,SAAS;IAET,mDAAmD;IACnD,SAAS;IAET,kEAAkE;IAClE,IAAI;IACJ,UAAU;IACV,MAAM;IACN,OAAO;IAEP,0DAA0D;IAC1D,YAAY;IACZ,eAAe;IACf,cAAc;IACd,6BAA6B;IAC7B,wBAAwB;IACxB,aAAa;IACb,cAAc;CACf,CAAC,CAAC"}
|
package/oclif.manifest.json
CHANGED
|
@@ -22,6 +22,78 @@
|
|
|
22
22
|
"index.js"
|
|
23
23
|
]
|
|
24
24
|
},
|
|
25
|
+
"bump": {
|
|
26
|
+
"aliases": [],
|
|
27
|
+
"args": {},
|
|
28
|
+
"description": "Bumps MemberJunction dependency versions",
|
|
29
|
+
"examples": [
|
|
30
|
+
{
|
|
31
|
+
"command": "<%= config.bin %> <%= command.id %>",
|
|
32
|
+
"description": "Bump all @memberjunction/* dependencies in the current directory's package.json to the CLI version"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"command": "<%= config.bin %> <%= command.id %> -rdv",
|
|
36
|
+
"description": "Preview all recursive packages bumps without writing any changes."
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"command": "<%= config.bin %> <%= command.id %> -rqt v2.10.0 | xargs -n1 -I{} npm install --prefix {}",
|
|
40
|
+
"description": "Recursively bump all @memberjunction/* dependencies in all packages to version v2.10.0 and output only the paths containing the updated package.json files. Pipe the output to xargs to run npm install in each directory and update the package-lock.json files as well."
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"flags": {
|
|
44
|
+
"verbose": {
|
|
45
|
+
"char": "v",
|
|
46
|
+
"description": "Enable additional logging",
|
|
47
|
+
"name": "verbose",
|
|
48
|
+
"allowNo": false,
|
|
49
|
+
"type": "boolean"
|
|
50
|
+
},
|
|
51
|
+
"recursive": {
|
|
52
|
+
"char": "r",
|
|
53
|
+
"description": "Bump version in current directory and all subdirectories",
|
|
54
|
+
"name": "recursive",
|
|
55
|
+
"allowNo": false,
|
|
56
|
+
"type": "boolean"
|
|
57
|
+
},
|
|
58
|
+
"tag": {
|
|
59
|
+
"char": "t",
|
|
60
|
+
"description": "Version tag to bump target for bump (e.g. v2.10.0), defaults to the CLI version",
|
|
61
|
+
"name": "tag",
|
|
62
|
+
"hasDynamicHelp": false,
|
|
63
|
+
"multiple": false,
|
|
64
|
+
"type": "option"
|
|
65
|
+
},
|
|
66
|
+
"quiet": {
|
|
67
|
+
"char": "q",
|
|
68
|
+
"description": "Only output paths for updated packages",
|
|
69
|
+
"name": "quiet",
|
|
70
|
+
"allowNo": false,
|
|
71
|
+
"type": "boolean"
|
|
72
|
+
},
|
|
73
|
+
"dry": {
|
|
74
|
+
"char": "d",
|
|
75
|
+
"description": "Dry run, do not write changes to package.json files",
|
|
76
|
+
"name": "dry",
|
|
77
|
+
"allowNo": false,
|
|
78
|
+
"type": "boolean"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"hasDynamicHelp": false,
|
|
82
|
+
"hiddenAliases": [],
|
|
83
|
+
"id": "bump",
|
|
84
|
+
"pluginAlias": "@memberjunction/cli",
|
|
85
|
+
"pluginName": "@memberjunction/cli",
|
|
86
|
+
"pluginType": "core",
|
|
87
|
+
"strict": true,
|
|
88
|
+
"enableJsonFlag": false,
|
|
89
|
+
"isESM": true,
|
|
90
|
+
"relativePath": [
|
|
91
|
+
"dist",
|
|
92
|
+
"commands",
|
|
93
|
+
"bump",
|
|
94
|
+
"index.js"
|
|
95
|
+
]
|
|
96
|
+
},
|
|
25
97
|
"clean": {
|
|
26
98
|
"aliases": [],
|
|
27
99
|
"args": {},
|
|
@@ -2386,78 +2458,6 @@
|
|
|
2386
2458
|
"index.js"
|
|
2387
2459
|
]
|
|
2388
2460
|
},
|
|
2389
|
-
"bump": {
|
|
2390
|
-
"aliases": [],
|
|
2391
|
-
"args": {},
|
|
2392
|
-
"description": "Bumps MemberJunction dependency versions",
|
|
2393
|
-
"examples": [
|
|
2394
|
-
{
|
|
2395
|
-
"command": "<%= config.bin %> <%= command.id %>",
|
|
2396
|
-
"description": "Bump all @memberjunction/* dependencies in the current directory's package.json to the CLI version"
|
|
2397
|
-
},
|
|
2398
|
-
{
|
|
2399
|
-
"command": "<%= config.bin %> <%= command.id %> -rdv",
|
|
2400
|
-
"description": "Preview all recursive packages bumps without writing any changes."
|
|
2401
|
-
},
|
|
2402
|
-
{
|
|
2403
|
-
"command": "<%= config.bin %> <%= command.id %> -rqt v2.10.0 | xargs -n1 -I{} npm install --prefix {}",
|
|
2404
|
-
"description": "Recursively bump all @memberjunction/* dependencies in all packages to version v2.10.0 and output only the paths containing the updated package.json files. Pipe the output to xargs to run npm install in each directory and update the package-lock.json files as well."
|
|
2405
|
-
}
|
|
2406
|
-
],
|
|
2407
|
-
"flags": {
|
|
2408
|
-
"verbose": {
|
|
2409
|
-
"char": "v",
|
|
2410
|
-
"description": "Enable additional logging",
|
|
2411
|
-
"name": "verbose",
|
|
2412
|
-
"allowNo": false,
|
|
2413
|
-
"type": "boolean"
|
|
2414
|
-
},
|
|
2415
|
-
"recursive": {
|
|
2416
|
-
"char": "r",
|
|
2417
|
-
"description": "Bump version in current directory and all subdirectories",
|
|
2418
|
-
"name": "recursive",
|
|
2419
|
-
"allowNo": false,
|
|
2420
|
-
"type": "boolean"
|
|
2421
|
-
},
|
|
2422
|
-
"tag": {
|
|
2423
|
-
"char": "t",
|
|
2424
|
-
"description": "Version tag to bump target for bump (e.g. v2.10.0), defaults to the CLI version",
|
|
2425
|
-
"name": "tag",
|
|
2426
|
-
"hasDynamicHelp": false,
|
|
2427
|
-
"multiple": false,
|
|
2428
|
-
"type": "option"
|
|
2429
|
-
},
|
|
2430
|
-
"quiet": {
|
|
2431
|
-
"char": "q",
|
|
2432
|
-
"description": "Only output paths for updated packages",
|
|
2433
|
-
"name": "quiet",
|
|
2434
|
-
"allowNo": false,
|
|
2435
|
-
"type": "boolean"
|
|
2436
|
-
},
|
|
2437
|
-
"dry": {
|
|
2438
|
-
"char": "d",
|
|
2439
|
-
"description": "Dry run, do not write changes to package.json files",
|
|
2440
|
-
"name": "dry",
|
|
2441
|
-
"allowNo": false,
|
|
2442
|
-
"type": "boolean"
|
|
2443
|
-
}
|
|
2444
|
-
},
|
|
2445
|
-
"hasDynamicHelp": false,
|
|
2446
|
-
"hiddenAliases": [],
|
|
2447
|
-
"id": "bump",
|
|
2448
|
-
"pluginAlias": "@memberjunction/cli",
|
|
2449
|
-
"pluginName": "@memberjunction/cli",
|
|
2450
|
-
"pluginType": "core",
|
|
2451
|
-
"strict": true,
|
|
2452
|
-
"enableJsonFlag": false,
|
|
2453
|
-
"isESM": true,
|
|
2454
|
-
"relativePath": [
|
|
2455
|
-
"dist",
|
|
2456
|
-
"commands",
|
|
2457
|
-
"bump",
|
|
2458
|
-
"index.js"
|
|
2459
|
-
]
|
|
2460
|
-
},
|
|
2461
2461
|
"ai:prompts:list": {
|
|
2462
2462
|
"aliases": [],
|
|
2463
2463
|
"args": {},
|
|
@@ -2598,5 +2598,5 @@
|
|
|
2598
2598
|
]
|
|
2599
2599
|
}
|
|
2600
2600
|
},
|
|
2601
|
-
"version": "4.
|
|
2601
|
+
"version": "4.3.1"
|
|
2602
2602
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.3.1",
|
|
5
5
|
"description": "MemberJunction command line tools",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"oclif"
|
|
@@ -27,10 +27,11 @@
|
|
|
27
27
|
"/oclif.manifest.json"
|
|
28
28
|
],
|
|
29
29
|
"scripts": {
|
|
30
|
-
"build": "tsc && tsc-alias -f",
|
|
31
|
-
"prepack": "npm run build && oclif
|
|
30
|
+
"build": "tsc && tsc-alias -f && oclif manifest",
|
|
31
|
+
"prepack": "npm run build && oclif readme",
|
|
32
32
|
"postpack": "rimraf oclif.manifest.json",
|
|
33
|
-
"version": "oclif readme && git add README.md"
|
|
33
|
+
"version": "oclif readme && git add README.md",
|
|
34
|
+
"test": "vitest run"
|
|
34
35
|
},
|
|
35
36
|
"oclif": {
|
|
36
37
|
"bin": "mj",
|
|
@@ -52,16 +53,16 @@
|
|
|
52
53
|
},
|
|
53
54
|
"dependencies": {
|
|
54
55
|
"@inquirer/prompts": "^8.2.0",
|
|
55
|
-
"@memberjunction/ai-cli": "4.
|
|
56
|
-
"@memberjunction/codegen-lib": "4.
|
|
57
|
-
"@memberjunction/config": "4.
|
|
58
|
-
"@memberjunction/core": "4.
|
|
59
|
-
"@memberjunction/db-auto-doc": "4.
|
|
60
|
-
"@memberjunction/metadata-sync": "4.
|
|
61
|
-
"@memberjunction/query-gen": "4.
|
|
62
|
-
"@memberjunction/server-bootstrap-lite": "4.
|
|
63
|
-
"@memberjunction/sqlserver-dataprovider": "4.
|
|
64
|
-
"@memberjunction/testing-cli": "4.
|
|
56
|
+
"@memberjunction/ai-cli": "4.3.1",
|
|
57
|
+
"@memberjunction/codegen-lib": "4.3.1",
|
|
58
|
+
"@memberjunction/config": "4.3.1",
|
|
59
|
+
"@memberjunction/core": "4.3.1",
|
|
60
|
+
"@memberjunction/db-auto-doc": "4.3.1",
|
|
61
|
+
"@memberjunction/metadata-sync": "4.3.1",
|
|
62
|
+
"@memberjunction/query-gen": "4.3.1",
|
|
63
|
+
"@memberjunction/server-bootstrap-lite": "4.3.1",
|
|
64
|
+
"@memberjunction/sqlserver-dataprovider": "4.3.1",
|
|
65
|
+
"@memberjunction/testing-cli": "4.3.1",
|
|
65
66
|
"@oclif/core": "^3.27.0",
|
|
66
67
|
"@oclif/plugin-help": "^6.2.37",
|
|
67
68
|
"@oclif/plugin-version": "^2.2.36",
|