@salesforce/plugin-release-management 5.7.87 → 5.7.88-dev.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.
- package/README.md +16 -16
- package/lib/commands/cli/release/automerge.js +3 -2
- package/lib/commands/cli/release/automerge.js.map +1 -1
- package/npm-shrinkwrap.json +275 -1986
- package/oclif.lock +34 -375
- package/oclif.manifest.json +66 -66
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
|
@@ -460,6 +460,71 @@
|
|
|
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
|
+
},
|
|
463
528
|
"cli:install:test": {
|
|
464
529
|
"aliases": [],
|
|
465
530
|
"args": {},
|
|
@@ -556,71 +621,6 @@
|
|
|
556
621
|
"test.js"
|
|
557
622
|
]
|
|
558
623
|
},
|
|
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.
|
|
1393
|
+
"version": "5.7.88-dev.0"
|
|
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.
|
|
4
|
+
"version": "5.7.88-dev.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -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.
|
|
45
|
+
"oclif": "^4.22.63",
|
|
46
46
|
"ts-node": "^10.9.2",
|
|
47
47
|
"typescript": "^5.9.3"
|
|
48
48
|
},
|