sfdx-hardis 5.37.2-beta202505262257.0 → 5.38.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/CHANGELOG.md +3 -0
- package/oclif.manifest.json +216 -216
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,9 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
Note: Can be used with `sfdx plugins:install sfdx-hardis@beta` and docker image `hardisgroupcom/sfdx-hardis@beta`
|
|
6
6
|
|
|
7
|
+
## [5.38.0] 2025-05-27
|
|
8
|
+
|
|
7
9
|
- New command [hardis:misc:servicenow-report](https://sfdx-hardis.cloudity.com/hardis/misc/servicenow-report/) to generate reports crossing data from a Salesforce object and related entries in ServiceNow
|
|
8
10
|
- Automatically open Excel report files when possible (disable with env var `NO_OPEN=true`)
|
|
9
11
|
- Defer the `sortCrossPlatform` operation for member lists until after all elements for a specific metadata type have been collected. Sorting is now performed only once per type improving the overall performance
|
|
12
|
+
- Upgrade npm dependencies
|
|
10
13
|
|
|
11
14
|
## [5.37.1] 2025-05-23
|
|
12
15
|
|
package/oclif.manifest.json
CHANGED
|
@@ -12058,221 +12058,6 @@
|
|
|
12058
12058
|
"validate:deploy:project:hardis"
|
|
12059
12059
|
]
|
|
12060
12060
|
},
|
|
12061
|
-
"hardis:project:fix:profiletabs": {
|
|
12062
|
-
"aliases": [],
|
|
12063
|
-
"args": {},
|
|
12064
|
-
"description": "Interactive prompts to add tab visibilities that are not retrieved by project retrieve start",
|
|
12065
|
-
"examples": [
|
|
12066
|
-
"$ sf hardis:project:fix:profiletabs"
|
|
12067
|
-
],
|
|
12068
|
-
"flags": {
|
|
12069
|
-
"json": {
|
|
12070
|
-
"description": "Format output as json.",
|
|
12071
|
-
"helpGroup": "GLOBAL",
|
|
12072
|
-
"name": "json",
|
|
12073
|
-
"allowNo": false,
|
|
12074
|
-
"type": "boolean"
|
|
12075
|
-
},
|
|
12076
|
-
"flags-dir": {
|
|
12077
|
-
"helpGroup": "GLOBAL",
|
|
12078
|
-
"name": "flags-dir",
|
|
12079
|
-
"summary": "Import flag values from a directory.",
|
|
12080
|
-
"hasDynamicHelp": false,
|
|
12081
|
-
"multiple": false,
|
|
12082
|
-
"type": "option"
|
|
12083
|
-
},
|
|
12084
|
-
"path": {
|
|
12085
|
-
"char": "p",
|
|
12086
|
-
"description": "Root folder",
|
|
12087
|
-
"name": "path",
|
|
12088
|
-
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
12089
|
-
"hasDynamicHelp": false,
|
|
12090
|
-
"multiple": false,
|
|
12091
|
-
"type": "option"
|
|
12092
|
-
},
|
|
12093
|
-
"debug": {
|
|
12094
|
-
"char": "d",
|
|
12095
|
-
"description": "Activate debug mode (more logs)",
|
|
12096
|
-
"name": "debug",
|
|
12097
|
-
"allowNo": false,
|
|
12098
|
-
"type": "boolean"
|
|
12099
|
-
},
|
|
12100
|
-
"websocket": {
|
|
12101
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12102
|
-
"name": "websocket",
|
|
12103
|
-
"hasDynamicHelp": false,
|
|
12104
|
-
"multiple": false,
|
|
12105
|
-
"type": "option"
|
|
12106
|
-
},
|
|
12107
|
-
"skipauth": {
|
|
12108
|
-
"description": "Skip authentication check when a default username is required",
|
|
12109
|
-
"name": "skipauth",
|
|
12110
|
-
"allowNo": false,
|
|
12111
|
-
"type": "boolean"
|
|
12112
|
-
},
|
|
12113
|
-
"target-org": {
|
|
12114
|
-
"aliases": [
|
|
12115
|
-
"targetusername",
|
|
12116
|
-
"u"
|
|
12117
|
-
],
|
|
12118
|
-
"char": "o",
|
|
12119
|
-
"deprecateAliases": true,
|
|
12120
|
-
"name": "target-org",
|
|
12121
|
-
"noCacheDefault": true,
|
|
12122
|
-
"required": true,
|
|
12123
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
12124
|
-
"hasDynamicHelp": true,
|
|
12125
|
-
"multiple": false,
|
|
12126
|
-
"type": "option"
|
|
12127
|
-
}
|
|
12128
|
-
},
|
|
12129
|
-
"hasDynamicHelp": true,
|
|
12130
|
-
"hiddenAliases": [],
|
|
12131
|
-
"id": "hardis:project:fix:profiletabs",
|
|
12132
|
-
"pluginAlias": "sfdx-hardis",
|
|
12133
|
-
"pluginName": "sfdx-hardis",
|
|
12134
|
-
"pluginType": "core",
|
|
12135
|
-
"strict": true,
|
|
12136
|
-
"enableJsonFlag": true,
|
|
12137
|
-
"title": "Fix profiles to add tabs that are not retrieved by SF CLI",
|
|
12138
|
-
"requiresProject": true,
|
|
12139
|
-
"isESM": true,
|
|
12140
|
-
"relativePath": [
|
|
12141
|
-
"lib",
|
|
12142
|
-
"commands",
|
|
12143
|
-
"hardis",
|
|
12144
|
-
"project",
|
|
12145
|
-
"fix",
|
|
12146
|
-
"profiletabs.js"
|
|
12147
|
-
],
|
|
12148
|
-
"aliasPermutations": [],
|
|
12149
|
-
"permutations": [
|
|
12150
|
-
"hardis:project:fix:profiletabs",
|
|
12151
|
-
"project:hardis:fix:profiletabs",
|
|
12152
|
-
"project:fix:hardis:profiletabs",
|
|
12153
|
-
"project:fix:profiletabs:hardis",
|
|
12154
|
-
"hardis:fix:project:profiletabs",
|
|
12155
|
-
"fix:hardis:project:profiletabs",
|
|
12156
|
-
"fix:project:hardis:profiletabs",
|
|
12157
|
-
"fix:project:profiletabs:hardis",
|
|
12158
|
-
"hardis:fix:profiletabs:project",
|
|
12159
|
-
"fix:hardis:profiletabs:project",
|
|
12160
|
-
"fix:profiletabs:hardis:project",
|
|
12161
|
-
"fix:profiletabs:project:hardis",
|
|
12162
|
-
"hardis:project:profiletabs:fix",
|
|
12163
|
-
"project:hardis:profiletabs:fix",
|
|
12164
|
-
"project:profiletabs:hardis:fix",
|
|
12165
|
-
"project:profiletabs:fix:hardis",
|
|
12166
|
-
"hardis:profiletabs:project:fix",
|
|
12167
|
-
"profiletabs:hardis:project:fix",
|
|
12168
|
-
"profiletabs:project:hardis:fix",
|
|
12169
|
-
"profiletabs:project:fix:hardis",
|
|
12170
|
-
"hardis:profiletabs:fix:project",
|
|
12171
|
-
"profiletabs:hardis:fix:project",
|
|
12172
|
-
"profiletabs:fix:hardis:project",
|
|
12173
|
-
"profiletabs:fix:project:hardis"
|
|
12174
|
-
]
|
|
12175
|
-
},
|
|
12176
|
-
"hardis:project:fix:v53flexipages": {
|
|
12177
|
-
"aliases": [],
|
|
12178
|
-
"args": {},
|
|
12179
|
-
"description": "Fix flexipages for apiVersion v53 (Winter22).\n\nNote: Update api version to 53.0 in package.xml and sfdx-project.json",
|
|
12180
|
-
"examples": [
|
|
12181
|
-
"$ sf hardis:project:fix:v53flexipages"
|
|
12182
|
-
],
|
|
12183
|
-
"flags": {
|
|
12184
|
-
"json": {
|
|
12185
|
-
"description": "Format output as json.",
|
|
12186
|
-
"helpGroup": "GLOBAL",
|
|
12187
|
-
"name": "json",
|
|
12188
|
-
"allowNo": false,
|
|
12189
|
-
"type": "boolean"
|
|
12190
|
-
},
|
|
12191
|
-
"flags-dir": {
|
|
12192
|
-
"helpGroup": "GLOBAL",
|
|
12193
|
-
"name": "flags-dir",
|
|
12194
|
-
"summary": "Import flag values from a directory.",
|
|
12195
|
-
"hasDynamicHelp": false,
|
|
12196
|
-
"multiple": false,
|
|
12197
|
-
"type": "option"
|
|
12198
|
-
},
|
|
12199
|
-
"path": {
|
|
12200
|
-
"char": "p",
|
|
12201
|
-
"description": "Root folder",
|
|
12202
|
-
"name": "path",
|
|
12203
|
-
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
12204
|
-
"hasDynamicHelp": false,
|
|
12205
|
-
"multiple": false,
|
|
12206
|
-
"type": "option"
|
|
12207
|
-
},
|
|
12208
|
-
"debug": {
|
|
12209
|
-
"char": "d",
|
|
12210
|
-
"description": "Activate debug mode (more logs)",
|
|
12211
|
-
"name": "debug",
|
|
12212
|
-
"allowNo": false,
|
|
12213
|
-
"type": "boolean"
|
|
12214
|
-
},
|
|
12215
|
-
"websocket": {
|
|
12216
|
-
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12217
|
-
"name": "websocket",
|
|
12218
|
-
"hasDynamicHelp": false,
|
|
12219
|
-
"multiple": false,
|
|
12220
|
-
"type": "option"
|
|
12221
|
-
},
|
|
12222
|
-
"skipauth": {
|
|
12223
|
-
"description": "Skip authentication check when a default username is required",
|
|
12224
|
-
"name": "skipauth",
|
|
12225
|
-
"allowNo": false,
|
|
12226
|
-
"type": "boolean"
|
|
12227
|
-
}
|
|
12228
|
-
},
|
|
12229
|
-
"hasDynamicHelp": false,
|
|
12230
|
-
"hiddenAliases": [],
|
|
12231
|
-
"id": "hardis:project:fix:v53flexipages",
|
|
12232
|
-
"pluginAlias": "sfdx-hardis",
|
|
12233
|
-
"pluginName": "sfdx-hardis",
|
|
12234
|
-
"pluginType": "core",
|
|
12235
|
-
"strict": true,
|
|
12236
|
-
"enableJsonFlag": true,
|
|
12237
|
-
"title": "Fix flexipages for v53",
|
|
12238
|
-
"requiresProject": true,
|
|
12239
|
-
"isESM": true,
|
|
12240
|
-
"relativePath": [
|
|
12241
|
-
"lib",
|
|
12242
|
-
"commands",
|
|
12243
|
-
"hardis",
|
|
12244
|
-
"project",
|
|
12245
|
-
"fix",
|
|
12246
|
-
"v53flexipages.js"
|
|
12247
|
-
],
|
|
12248
|
-
"aliasPermutations": [],
|
|
12249
|
-
"permutations": [
|
|
12250
|
-
"hardis:project:fix:v53flexipages",
|
|
12251
|
-
"project:hardis:fix:v53flexipages",
|
|
12252
|
-
"project:fix:hardis:v53flexipages",
|
|
12253
|
-
"project:fix:v53flexipages:hardis",
|
|
12254
|
-
"hardis:fix:project:v53flexipages",
|
|
12255
|
-
"fix:hardis:project:v53flexipages",
|
|
12256
|
-
"fix:project:hardis:v53flexipages",
|
|
12257
|
-
"fix:project:v53flexipages:hardis",
|
|
12258
|
-
"hardis:fix:v53flexipages:project",
|
|
12259
|
-
"fix:hardis:v53flexipages:project",
|
|
12260
|
-
"fix:v53flexipages:hardis:project",
|
|
12261
|
-
"fix:v53flexipages:project:hardis",
|
|
12262
|
-
"hardis:project:v53flexipages:fix",
|
|
12263
|
-
"project:hardis:v53flexipages:fix",
|
|
12264
|
-
"project:v53flexipages:hardis:fix",
|
|
12265
|
-
"project:v53flexipages:fix:hardis",
|
|
12266
|
-
"hardis:v53flexipages:project:fix",
|
|
12267
|
-
"v53flexipages:hardis:project:fix",
|
|
12268
|
-
"v53flexipages:project:hardis:fix",
|
|
12269
|
-
"v53flexipages:project:fix:hardis",
|
|
12270
|
-
"hardis:v53flexipages:fix:project",
|
|
12271
|
-
"v53flexipages:hardis:fix:project",
|
|
12272
|
-
"v53flexipages:fix:hardis:project",
|
|
12273
|
-
"v53flexipages:fix:project:hardis"
|
|
12274
|
-
]
|
|
12275
|
-
},
|
|
12276
12061
|
"hardis:project:generate:bypass": {
|
|
12277
12062
|
"aliases": [],
|
|
12278
12063
|
"args": {},
|
|
@@ -12752,6 +12537,221 @@
|
|
|
12752
12537
|
"findduplicates:metadata:project:hardis"
|
|
12753
12538
|
]
|
|
12754
12539
|
},
|
|
12540
|
+
"hardis:project:fix:profiletabs": {
|
|
12541
|
+
"aliases": [],
|
|
12542
|
+
"args": {},
|
|
12543
|
+
"description": "Interactive prompts to add tab visibilities that are not retrieved by project retrieve start",
|
|
12544
|
+
"examples": [
|
|
12545
|
+
"$ sf hardis:project:fix:profiletabs"
|
|
12546
|
+
],
|
|
12547
|
+
"flags": {
|
|
12548
|
+
"json": {
|
|
12549
|
+
"description": "Format output as json.",
|
|
12550
|
+
"helpGroup": "GLOBAL",
|
|
12551
|
+
"name": "json",
|
|
12552
|
+
"allowNo": false,
|
|
12553
|
+
"type": "boolean"
|
|
12554
|
+
},
|
|
12555
|
+
"flags-dir": {
|
|
12556
|
+
"helpGroup": "GLOBAL",
|
|
12557
|
+
"name": "flags-dir",
|
|
12558
|
+
"summary": "Import flag values from a directory.",
|
|
12559
|
+
"hasDynamicHelp": false,
|
|
12560
|
+
"multiple": false,
|
|
12561
|
+
"type": "option"
|
|
12562
|
+
},
|
|
12563
|
+
"path": {
|
|
12564
|
+
"char": "p",
|
|
12565
|
+
"description": "Root folder",
|
|
12566
|
+
"name": "path",
|
|
12567
|
+
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
12568
|
+
"hasDynamicHelp": false,
|
|
12569
|
+
"multiple": false,
|
|
12570
|
+
"type": "option"
|
|
12571
|
+
},
|
|
12572
|
+
"debug": {
|
|
12573
|
+
"char": "d",
|
|
12574
|
+
"description": "Activate debug mode (more logs)",
|
|
12575
|
+
"name": "debug",
|
|
12576
|
+
"allowNo": false,
|
|
12577
|
+
"type": "boolean"
|
|
12578
|
+
},
|
|
12579
|
+
"websocket": {
|
|
12580
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12581
|
+
"name": "websocket",
|
|
12582
|
+
"hasDynamicHelp": false,
|
|
12583
|
+
"multiple": false,
|
|
12584
|
+
"type": "option"
|
|
12585
|
+
},
|
|
12586
|
+
"skipauth": {
|
|
12587
|
+
"description": "Skip authentication check when a default username is required",
|
|
12588
|
+
"name": "skipauth",
|
|
12589
|
+
"allowNo": false,
|
|
12590
|
+
"type": "boolean"
|
|
12591
|
+
},
|
|
12592
|
+
"target-org": {
|
|
12593
|
+
"aliases": [
|
|
12594
|
+
"targetusername",
|
|
12595
|
+
"u"
|
|
12596
|
+
],
|
|
12597
|
+
"char": "o",
|
|
12598
|
+
"deprecateAliases": true,
|
|
12599
|
+
"name": "target-org",
|
|
12600
|
+
"noCacheDefault": true,
|
|
12601
|
+
"required": true,
|
|
12602
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
12603
|
+
"hasDynamicHelp": true,
|
|
12604
|
+
"multiple": false,
|
|
12605
|
+
"type": "option"
|
|
12606
|
+
}
|
|
12607
|
+
},
|
|
12608
|
+
"hasDynamicHelp": true,
|
|
12609
|
+
"hiddenAliases": [],
|
|
12610
|
+
"id": "hardis:project:fix:profiletabs",
|
|
12611
|
+
"pluginAlias": "sfdx-hardis",
|
|
12612
|
+
"pluginName": "sfdx-hardis",
|
|
12613
|
+
"pluginType": "core",
|
|
12614
|
+
"strict": true,
|
|
12615
|
+
"enableJsonFlag": true,
|
|
12616
|
+
"title": "Fix profiles to add tabs that are not retrieved by SF CLI",
|
|
12617
|
+
"requiresProject": true,
|
|
12618
|
+
"isESM": true,
|
|
12619
|
+
"relativePath": [
|
|
12620
|
+
"lib",
|
|
12621
|
+
"commands",
|
|
12622
|
+
"hardis",
|
|
12623
|
+
"project",
|
|
12624
|
+
"fix",
|
|
12625
|
+
"profiletabs.js"
|
|
12626
|
+
],
|
|
12627
|
+
"aliasPermutations": [],
|
|
12628
|
+
"permutations": [
|
|
12629
|
+
"hardis:project:fix:profiletabs",
|
|
12630
|
+
"project:hardis:fix:profiletabs",
|
|
12631
|
+
"project:fix:hardis:profiletabs",
|
|
12632
|
+
"project:fix:profiletabs:hardis",
|
|
12633
|
+
"hardis:fix:project:profiletabs",
|
|
12634
|
+
"fix:hardis:project:profiletabs",
|
|
12635
|
+
"fix:project:hardis:profiletabs",
|
|
12636
|
+
"fix:project:profiletabs:hardis",
|
|
12637
|
+
"hardis:fix:profiletabs:project",
|
|
12638
|
+
"fix:hardis:profiletabs:project",
|
|
12639
|
+
"fix:profiletabs:hardis:project",
|
|
12640
|
+
"fix:profiletabs:project:hardis",
|
|
12641
|
+
"hardis:project:profiletabs:fix",
|
|
12642
|
+
"project:hardis:profiletabs:fix",
|
|
12643
|
+
"project:profiletabs:hardis:fix",
|
|
12644
|
+
"project:profiletabs:fix:hardis",
|
|
12645
|
+
"hardis:profiletabs:project:fix",
|
|
12646
|
+
"profiletabs:hardis:project:fix",
|
|
12647
|
+
"profiletabs:project:hardis:fix",
|
|
12648
|
+
"profiletabs:project:fix:hardis",
|
|
12649
|
+
"hardis:profiletabs:fix:project",
|
|
12650
|
+
"profiletabs:hardis:fix:project",
|
|
12651
|
+
"profiletabs:fix:hardis:project",
|
|
12652
|
+
"profiletabs:fix:project:hardis"
|
|
12653
|
+
]
|
|
12654
|
+
},
|
|
12655
|
+
"hardis:project:fix:v53flexipages": {
|
|
12656
|
+
"aliases": [],
|
|
12657
|
+
"args": {},
|
|
12658
|
+
"description": "Fix flexipages for apiVersion v53 (Winter22).\n\nNote: Update api version to 53.0 in package.xml and sfdx-project.json",
|
|
12659
|
+
"examples": [
|
|
12660
|
+
"$ sf hardis:project:fix:v53flexipages"
|
|
12661
|
+
],
|
|
12662
|
+
"flags": {
|
|
12663
|
+
"json": {
|
|
12664
|
+
"description": "Format output as json.",
|
|
12665
|
+
"helpGroup": "GLOBAL",
|
|
12666
|
+
"name": "json",
|
|
12667
|
+
"allowNo": false,
|
|
12668
|
+
"type": "boolean"
|
|
12669
|
+
},
|
|
12670
|
+
"flags-dir": {
|
|
12671
|
+
"helpGroup": "GLOBAL",
|
|
12672
|
+
"name": "flags-dir",
|
|
12673
|
+
"summary": "Import flag values from a directory.",
|
|
12674
|
+
"hasDynamicHelp": false,
|
|
12675
|
+
"multiple": false,
|
|
12676
|
+
"type": "option"
|
|
12677
|
+
},
|
|
12678
|
+
"path": {
|
|
12679
|
+
"char": "p",
|
|
12680
|
+
"description": "Root folder",
|
|
12681
|
+
"name": "path",
|
|
12682
|
+
"default": "/home/runner/work/sfdx-hardis/sfdx-hardis",
|
|
12683
|
+
"hasDynamicHelp": false,
|
|
12684
|
+
"multiple": false,
|
|
12685
|
+
"type": "option"
|
|
12686
|
+
},
|
|
12687
|
+
"debug": {
|
|
12688
|
+
"char": "d",
|
|
12689
|
+
"description": "Activate debug mode (more logs)",
|
|
12690
|
+
"name": "debug",
|
|
12691
|
+
"allowNo": false,
|
|
12692
|
+
"type": "boolean"
|
|
12693
|
+
},
|
|
12694
|
+
"websocket": {
|
|
12695
|
+
"description": "Websocket host:port for VsCode SFDX Hardis UI integration",
|
|
12696
|
+
"name": "websocket",
|
|
12697
|
+
"hasDynamicHelp": false,
|
|
12698
|
+
"multiple": false,
|
|
12699
|
+
"type": "option"
|
|
12700
|
+
},
|
|
12701
|
+
"skipauth": {
|
|
12702
|
+
"description": "Skip authentication check when a default username is required",
|
|
12703
|
+
"name": "skipauth",
|
|
12704
|
+
"allowNo": false,
|
|
12705
|
+
"type": "boolean"
|
|
12706
|
+
}
|
|
12707
|
+
},
|
|
12708
|
+
"hasDynamicHelp": false,
|
|
12709
|
+
"hiddenAliases": [],
|
|
12710
|
+
"id": "hardis:project:fix:v53flexipages",
|
|
12711
|
+
"pluginAlias": "sfdx-hardis",
|
|
12712
|
+
"pluginName": "sfdx-hardis",
|
|
12713
|
+
"pluginType": "core",
|
|
12714
|
+
"strict": true,
|
|
12715
|
+
"enableJsonFlag": true,
|
|
12716
|
+
"title": "Fix flexipages for v53",
|
|
12717
|
+
"requiresProject": true,
|
|
12718
|
+
"isESM": true,
|
|
12719
|
+
"relativePath": [
|
|
12720
|
+
"lib",
|
|
12721
|
+
"commands",
|
|
12722
|
+
"hardis",
|
|
12723
|
+
"project",
|
|
12724
|
+
"fix",
|
|
12725
|
+
"v53flexipages.js"
|
|
12726
|
+
],
|
|
12727
|
+
"aliasPermutations": [],
|
|
12728
|
+
"permutations": [
|
|
12729
|
+
"hardis:project:fix:v53flexipages",
|
|
12730
|
+
"project:hardis:fix:v53flexipages",
|
|
12731
|
+
"project:fix:hardis:v53flexipages",
|
|
12732
|
+
"project:fix:v53flexipages:hardis",
|
|
12733
|
+
"hardis:fix:project:v53flexipages",
|
|
12734
|
+
"fix:hardis:project:v53flexipages",
|
|
12735
|
+
"fix:project:hardis:v53flexipages",
|
|
12736
|
+
"fix:project:v53flexipages:hardis",
|
|
12737
|
+
"hardis:fix:v53flexipages:project",
|
|
12738
|
+
"fix:hardis:v53flexipages:project",
|
|
12739
|
+
"fix:v53flexipages:hardis:project",
|
|
12740
|
+
"fix:v53flexipages:project:hardis",
|
|
12741
|
+
"hardis:project:v53flexipages:fix",
|
|
12742
|
+
"project:hardis:v53flexipages:fix",
|
|
12743
|
+
"project:v53flexipages:hardis:fix",
|
|
12744
|
+
"project:v53flexipages:fix:hardis",
|
|
12745
|
+
"hardis:v53flexipages:project:fix",
|
|
12746
|
+
"v53flexipages:hardis:project:fix",
|
|
12747
|
+
"v53flexipages:project:hardis:fix",
|
|
12748
|
+
"v53flexipages:project:fix:hardis",
|
|
12749
|
+
"hardis:v53flexipages:fix:project",
|
|
12750
|
+
"v53flexipages:hardis:fix:project",
|
|
12751
|
+
"v53flexipages:fix:hardis:project",
|
|
12752
|
+
"v53flexipages:fix:project:hardis"
|
|
12753
|
+
]
|
|
12754
|
+
},
|
|
12755
12755
|
"hardis:scratch:pool:create": {
|
|
12756
12756
|
"aliases": [],
|
|
12757
12757
|
"args": {},
|
|
@@ -14726,5 +14726,5 @@
|
|
|
14726
14726
|
]
|
|
14727
14727
|
}
|
|
14728
14728
|
},
|
|
14729
|
-
"version": "5.
|
|
14729
|
+
"version": "5.38.0"
|
|
14730
14730
|
}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Swiss-army-knife Toolbox for Salesforce.\n Allows you to define a complete CD/CD Pipeline.\n Orchestrate base commands and assist users with interactive wizards",
|
|
4
4
|
"author": "NicolasVuillamy @nvuillam",
|
|
5
5
|
"bugs": "https://github.com/hardisgroupcom/sfdx-hardis/issues",
|
|
6
|
-
"version": "5.
|
|
6
|
+
"version": "5.38.0",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@actions/github": "^6.0.1",
|
|
9
9
|
"@cparra/apexdocs": "^3.12.1",
|