@salesforce/plugin-release-management 5.7.86 → 5.7.87

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.
@@ -460,71 +460,6 @@
460
460
  "index.js"
461
461
  ]
462
462
  },
463
- "cli:artifacts:compare": {
464
- "aliases": [],
465
- "args": {},
466
- "examples": [
467
- "<%= config.bin %> <%= command.id %>"
468
- ],
469
- "flags": {
470
- "json": {
471
- "description": "Format output as json.",
472
- "helpGroup": "GLOBAL",
473
- "name": "json",
474
- "allowNo": false,
475
- "type": "boolean"
476
- },
477
- "flags-dir": {
478
- "helpGroup": "GLOBAL",
479
- "name": "flags-dir",
480
- "summary": "Import flag values from a directory.",
481
- "hasDynamicHelp": false,
482
- "multiple": false,
483
- "type": "option"
484
- },
485
- "plugin": {
486
- "char": "p",
487
- "name": "plugin",
488
- "summary": "List of plugins to check for breaking changes.",
489
- "hasDynamicHelp": false,
490
- "multiple": true,
491
- "type": "option"
492
- },
493
- "previous": {
494
- "char": "r",
495
- "name": "previous",
496
- "summary": "Previous CLI version to compare against. Defaults to the last published version.",
497
- "hasDynamicHelp": false,
498
- "multiple": false,
499
- "type": "option"
500
- },
501
- "current": {
502
- "char": "c",
503
- "name": "current",
504
- "summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
505
- "hasDynamicHelp": false,
506
- "multiple": false,
507
- "type": "option"
508
- }
509
- },
510
- "hasDynamicHelp": false,
511
- "hiddenAliases": [],
512
- "id": "cli:artifacts:compare",
513
- "pluginAlias": "@salesforce/plugin-release-management",
514
- "pluginName": "@salesforce/plugin-release-management",
515
- "pluginType": "core",
516
- "strict": true,
517
- "summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
518
- "enableJsonFlag": true,
519
- "isESM": true,
520
- "relativePath": [
521
- "lib",
522
- "commands",
523
- "cli",
524
- "artifacts",
525
- "compare.js"
526
- ]
527
- },
528
463
  "cli:install:test": {
529
464
  "aliases": [],
530
465
  "args": {},
@@ -621,6 +556,71 @@
621
556
  "test.js"
622
557
  ]
623
558
  },
559
+ "cli:artifacts:compare": {
560
+ "aliases": [],
561
+ "args": {},
562
+ "examples": [
563
+ "<%= config.bin %> <%= command.id %>"
564
+ ],
565
+ "flags": {
566
+ "json": {
567
+ "description": "Format output as json.",
568
+ "helpGroup": "GLOBAL",
569
+ "name": "json",
570
+ "allowNo": false,
571
+ "type": "boolean"
572
+ },
573
+ "flags-dir": {
574
+ "helpGroup": "GLOBAL",
575
+ "name": "flags-dir",
576
+ "summary": "Import flag values from a directory.",
577
+ "hasDynamicHelp": false,
578
+ "multiple": false,
579
+ "type": "option"
580
+ },
581
+ "plugin": {
582
+ "char": "p",
583
+ "name": "plugin",
584
+ "summary": "List of plugins to check for breaking changes.",
585
+ "hasDynamicHelp": false,
586
+ "multiple": true,
587
+ "type": "option"
588
+ },
589
+ "previous": {
590
+ "char": "r",
591
+ "name": "previous",
592
+ "summary": "Previous CLI version to compare against. Defaults to the last published version.",
593
+ "hasDynamicHelp": false,
594
+ "multiple": false,
595
+ "type": "option"
596
+ },
597
+ "current": {
598
+ "char": "c",
599
+ "name": "current",
600
+ "summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
601
+ "hasDynamicHelp": false,
602
+ "multiple": false,
603
+ "type": "option"
604
+ }
605
+ },
606
+ "hasDynamicHelp": false,
607
+ "hiddenAliases": [],
608
+ "id": "cli:artifacts:compare",
609
+ "pluginAlias": "@salesforce/plugin-release-management",
610
+ "pluginName": "@salesforce/plugin-release-management",
611
+ "pluginType": "core",
612
+ "strict": true,
613
+ "summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
614
+ "enableJsonFlag": true,
615
+ "isESM": true,
616
+ "relativePath": [
617
+ "lib",
618
+ "commands",
619
+ "cli",
620
+ "artifacts",
621
+ "compare.js"
622
+ ]
623
+ },
624
624
  "cli:release:automerge": {
625
625
  "aliases": [],
626
626
  "args": {},
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.86"
1393
+ "version": "5.7.87"
1394
1394
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-release-management",
3
3
  "description": "A plugin for preparing and publishing npm packages",
4
- "version": "5.7.86",
4
+ "version": "5.7.87",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -9,7 +9,7 @@
9
9
  "sf-release": "bin/run.js"
10
10
  },
11
11
  "dependencies": {
12
- "@aws-sdk/client-s3": "^3.962.0",
12
+ "@aws-sdk/client-s3": "^3.966.0",
13
13
  "@oclif/core": "^4.8.0",
14
14
  "@octokit/core": "^6.1.6",
15
15
  "@octokit/plugin-paginate-rest": "^11.6.0",
@@ -42,7 +42,7 @@
42
42
  "@types/shelljs": "^0.10.0",
43
43
  "aws-sdk-client-mock": "^4.1.0",
44
44
  "eslint-plugin-sf-plugin": "^1.20.33",
45
- "oclif": "^4.22.59",
45
+ "oclif": "^4.22.61",
46
46
  "ts-node": "^10.9.2",
47
47
  "typescript": "^5.9.3"
48
48
  },