@memberjunction/cli 2.104.0 → 2.105.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.
|
@@ -216,8 +216,6 @@ class Pull extends core_1.Command {
|
|
|
216
216
|
finally {
|
|
217
217
|
// Reset singletons
|
|
218
218
|
(0, metadata_sync_1.resetSyncEngine)();
|
|
219
|
-
// Exit process to prevent background MJ tasks from throwing errors
|
|
220
|
-
process.exit(0);
|
|
221
219
|
}
|
|
222
220
|
}
|
|
223
221
|
async findEntityDirectories(entityName) {
|
|
@@ -105,7 +105,7 @@ class Validate extends core_1.Command {
|
|
|
105
105
|
}
|
|
106
106
|
// Exit with error code if validation failed
|
|
107
107
|
if (!validationResult.isValid) {
|
|
108
|
-
|
|
108
|
+
this.error('Validation failed');
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
catch (error) {
|
|
@@ -123,8 +123,6 @@ class Validate extends core_1.Command {
|
|
|
123
123
|
finally {
|
|
124
124
|
// Reset singletons
|
|
125
125
|
(0, metadata_sync_1.resetSyncEngine)();
|
|
126
|
-
// Exit process
|
|
127
|
-
process.exit(0);
|
|
128
126
|
}
|
|
129
127
|
}
|
|
130
128
|
}
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.105.0",
|
|
4
4
|
"description": "MemberJunction command line tools",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"oclif"
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@inquirer/prompts": "^5.0.1",
|
|
54
|
-
"@memberjunction/ai-cli": "2.
|
|
55
|
-
"@memberjunction/codegen-lib": "2.
|
|
56
|
-
"@memberjunction/metadata-sync": "2.
|
|
57
|
-
"@memberjunction/sqlserver-dataprovider": "2.
|
|
54
|
+
"@memberjunction/ai-cli": "2.105.0",
|
|
55
|
+
"@memberjunction/codegen-lib": "2.105.0",
|
|
56
|
+
"@memberjunction/metadata-sync": "2.105.0",
|
|
57
|
+
"@memberjunction/sqlserver-dataprovider": "2.105.0",
|
|
58
58
|
"@oclif/core": "^3",
|
|
59
59
|
"@oclif/plugin-help": "^6",
|
|
60
60
|
"@oclif/plugin-version": "^2.0.17",
|