@memberjunction/cli 5.34.0 → 5.34.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.
Files changed (2) hide show
  1. package/oclif.manifest.json +73 -73
  2. package/package.json +15 -15
@@ -338,78 +338,6 @@
338
338
  "upgrade.js"
339
339
  ]
340
340
  },
341
- "bump": {
342
- "aliases": [],
343
- "args": {},
344
- "description": "Bumps MemberJunction dependency versions",
345
- "examples": [
346
- {
347
- "command": "<%= config.bin %> <%= command.id %>",
348
- "description": "Bump all @memberjunction/* dependencies in the current directory's package.json to the CLI version"
349
- },
350
- {
351
- "command": "<%= config.bin %> <%= command.id %> -rdv",
352
- "description": "Preview all recursive packages bumps without writing any changes."
353
- },
354
- {
355
- "command": "<%= config.bin %> <%= command.id %> -rqt v2.10.0 | xargs -n1 -I{} npm install --prefix {}",
356
- "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."
357
- }
358
- ],
359
- "flags": {
360
- "verbose": {
361
- "char": "v",
362
- "description": "Enable additional logging",
363
- "name": "verbose",
364
- "allowNo": false,
365
- "type": "boolean"
366
- },
367
- "recursive": {
368
- "char": "r",
369
- "description": "Bump version in current directory and all subdirectories",
370
- "name": "recursive",
371
- "allowNo": false,
372
- "type": "boolean"
373
- },
374
- "tag": {
375
- "char": "t",
376
- "description": "Version tag to bump target for bump (e.g. v2.10.0), defaults to the CLI version",
377
- "name": "tag",
378
- "hasDynamicHelp": false,
379
- "multiple": false,
380
- "type": "option"
381
- },
382
- "quiet": {
383
- "char": "q",
384
- "description": "Only output paths for updated packages",
385
- "name": "quiet",
386
- "allowNo": false,
387
- "type": "boolean"
388
- },
389
- "dry": {
390
- "char": "d",
391
- "description": "Dry run, do not write changes to package.json files",
392
- "name": "dry",
393
- "allowNo": false,
394
- "type": "boolean"
395
- }
396
- },
397
- "hasDynamicHelp": false,
398
- "hiddenAliases": [],
399
- "id": "bump",
400
- "pluginAlias": "@memberjunction/cli",
401
- "pluginName": "@memberjunction/cli",
402
- "pluginType": "core",
403
- "strict": true,
404
- "enableJsonFlag": false,
405
- "isESM": true,
406
- "relativePath": [
407
- "dist",
408
- "commands",
409
- "bump",
410
- "index.js"
411
- ]
412
- },
413
341
  "clean": {
414
342
  "aliases": [],
415
343
  "args": {},
@@ -845,6 +773,78 @@
845
773
  "manifest.js"
846
774
  ]
847
775
  },
776
+ "bump": {
777
+ "aliases": [],
778
+ "args": {},
779
+ "description": "Bumps MemberJunction dependency versions",
780
+ "examples": [
781
+ {
782
+ "command": "<%= config.bin %> <%= command.id %>",
783
+ "description": "Bump all @memberjunction/* dependencies in the current directory's package.json to the CLI version"
784
+ },
785
+ {
786
+ "command": "<%= config.bin %> <%= command.id %> -rdv",
787
+ "description": "Preview all recursive packages bumps without writing any changes."
788
+ },
789
+ {
790
+ "command": "<%= config.bin %> <%= command.id %> -rqt v2.10.0 | xargs -n1 -I{} npm install --prefix {}",
791
+ "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."
792
+ }
793
+ ],
794
+ "flags": {
795
+ "verbose": {
796
+ "char": "v",
797
+ "description": "Enable additional logging",
798
+ "name": "verbose",
799
+ "allowNo": false,
800
+ "type": "boolean"
801
+ },
802
+ "recursive": {
803
+ "char": "r",
804
+ "description": "Bump version in current directory and all subdirectories",
805
+ "name": "recursive",
806
+ "allowNo": false,
807
+ "type": "boolean"
808
+ },
809
+ "tag": {
810
+ "char": "t",
811
+ "description": "Version tag to bump target for bump (e.g. v2.10.0), defaults to the CLI version",
812
+ "name": "tag",
813
+ "hasDynamicHelp": false,
814
+ "multiple": false,
815
+ "type": "option"
816
+ },
817
+ "quiet": {
818
+ "char": "q",
819
+ "description": "Only output paths for updated packages",
820
+ "name": "quiet",
821
+ "allowNo": false,
822
+ "type": "boolean"
823
+ },
824
+ "dry": {
825
+ "char": "d",
826
+ "description": "Dry run, do not write changes to package.json files",
827
+ "name": "dry",
828
+ "allowNo": false,
829
+ "type": "boolean"
830
+ }
831
+ },
832
+ "hasDynamicHelp": false,
833
+ "hiddenAliases": [],
834
+ "id": "bump",
835
+ "pluginAlias": "@memberjunction/cli",
836
+ "pluginName": "@memberjunction/cli",
837
+ "pluginType": "core",
838
+ "strict": true,
839
+ "enableJsonFlag": false,
840
+ "isESM": true,
841
+ "relativePath": [
842
+ "dist",
843
+ "commands",
844
+ "bump",
845
+ "index.js"
846
+ ]
847
+ },
848
848
  "dbdoc:analyze": {
849
849
  "aliases": [],
850
850
  "args": {},
@@ -3766,5 +3766,5 @@
3766
3766
  ]
3767
3767
  }
3768
3768
  },
3769
- "version": "5.34.0"
3769
+ "version": "5.34.1"
3770
3770
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@memberjunction/cli",
3
3
  "type": "module",
4
- "version": "5.34.0",
4
+ "version": "5.34.1",
5
5
  "description": "MemberJunction command line tools",
6
6
  "keywords": [
7
7
  "oclif"
@@ -54,23 +54,23 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@inquirer/prompts": "^8.2.0",
57
- "@memberjunction/ai-cli": "5.34.0",
58
- "@memberjunction/codegen-lib": "5.34.0",
59
- "@memberjunction/config": "5.34.0",
60
- "@memberjunction/core": "5.34.0",
61
- "@memberjunction/generic-database-provider": "5.34.0",
62
- "@memberjunction/installer": "5.34.0",
63
- "@memberjunction/db-auto-doc": "5.34.0",
64
- "@memberjunction/metadata-sync": "5.34.0",
65
- "@memberjunction/open-app-engine": "5.34.0",
66
- "@memberjunction/query-gen": "5.34.0",
67
- "@memberjunction/server-bootstrap-lite": "5.34.0",
57
+ "@memberjunction/ai-cli": "5.34.1",
58
+ "@memberjunction/codegen-lib": "5.34.1",
59
+ "@memberjunction/config": "5.34.1",
60
+ "@memberjunction/core": "5.34.1",
61
+ "@memberjunction/generic-database-provider": "5.34.1",
62
+ "@memberjunction/installer": "5.34.1",
63
+ "@memberjunction/db-auto-doc": "5.34.1",
64
+ "@memberjunction/metadata-sync": "5.34.1",
65
+ "@memberjunction/open-app-engine": "5.34.1",
66
+ "@memberjunction/query-gen": "5.34.1",
67
+ "@memberjunction/server-bootstrap-lite": "5.34.1",
68
68
  "@memberjunction/skyway-core": "^0.6.1",
69
69
  "@memberjunction/skyway-postgres": "^0.6.1",
70
70
  "@memberjunction/skyway-sqlserver": "^0.6.1",
71
- "@memberjunction/sql-converter": "5.34.0",
72
- "@memberjunction/sqlserver-dataprovider": "5.34.0",
73
- "@memberjunction/testing-cli": "5.34.0",
71
+ "@memberjunction/sql-converter": "5.34.1",
72
+ "@memberjunction/sqlserver-dataprovider": "5.34.1",
73
+ "@memberjunction/testing-cli": "5.34.1",
74
74
  "@oclif/core": "^3.27.0",
75
75
  "@oclif/plugin-help": "^6.2.37",
76
76
  "@oclif/plugin-version": "^2.2.36",