@terafina/tffa-sfdx-plugin 26.0.0-rc.1 → 26.0.0-rc.3

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 CHANGED
@@ -41,7 +41,7 @@ $ npm install -g @terafina/tffa-sfdx-plugin
41
41
  $ sfdx COMMAND
42
42
  running command...
43
43
  $ sfdx (--version|-v)
44
- @terafina/tffa-sfdx-plugin/26.0.0-rc.1 linux-x64 node-v22.13.1
44
+ @terafina/tffa-sfdx-plugin/26.0.0-rc.3 linux-x64 node-v22.13.1
45
45
  $ sfdx --help [COMMAND]
46
46
  USAGE
47
47
  $ sfdx COMMAND
@@ -109,7 +109,7 @@ EXAMPLES
109
109
  $ sf tffa:apexdoc
110
110
  ```
111
111
 
112
- _See code: [src/commands/tffa/apexdoc.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0-rc.1/src/commands/tffa/apexdoc.ts)_
112
+ _See code: [src/commands/tffa/apexdoc.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0-rc.3/src/commands/tffa/apexdoc.ts)_
113
113
 
114
114
  ## `sfdx tffa:data:export`
115
115
 
@@ -161,7 +161,7 @@ EXAMPLES
161
161
  Writing 144 records to ./data/configuration/DisclosureMatrix__c.json
162
162
  ```
163
163
 
164
- _See code: [src/commands/tffa/data/export.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0-rc.1/src/commands/tffa/data/export.ts)_
164
+ _See code: [src/commands/tffa/data/export.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0-rc.3/src/commands/tffa/data/export.ts)_
165
165
 
166
166
  ## `sfdx tffa:data:import`
167
167
 
@@ -236,7 +236,7 @@ EXAMPLES
236
236
  Importing record(s) and relationships of tffa__AddOnService__c... done
237
237
  ```
238
238
 
239
- _See code: [src/commands/tffa/data/import.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0-rc.1/src/commands/tffa/data/import.ts)_
239
+ _See code: [src/commands/tffa/data/import.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0-rc.3/src/commands/tffa/data/import.ts)_
240
240
 
241
241
  ## `sfdx tffa:lint`
242
242
 
@@ -250,7 +250,7 @@ FLAGS
250
250
  -e, --eject update local pmd ruleset
251
251
  -f, --level emit fatal violations only
252
252
  -j, --json generate json output
253
- -m, --minapi=<value> [default: 63] minimum api version to use during quality checks
253
+ -m, --minapi=<value> [default: 64] minimum api version to use during quality checks
254
254
  -r, --rulesetpath=<value> path to pmd ruleset
255
255
  -s, --sourcefolder=<value> [default: .] directory containing sfdx project
256
256
 
@@ -290,7 +290,7 @@ EXAMPLES
290
290
  $ sf tffa:lint
291
291
  ```
292
292
 
293
- _See code: [src/commands/tffa/lint.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0-rc.1/src/commands/tffa/lint.ts)_
293
+ _See code: [src/commands/tffa/lint.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0-rc.3/src/commands/tffa/lint.ts)_
294
294
 
295
295
  ## `sfdx tffa:meta`
296
296
 
@@ -318,7 +318,7 @@ EXAMPLES
318
318
  $ sf tffa:meta
319
319
  ```
320
320
 
321
- _See code: [src/commands/tffa/meta.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0-rc.1/src/commands/tffa/meta.ts)_
321
+ _See code: [src/commands/tffa/meta.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0-rc.3/src/commands/tffa/meta.ts)_
322
322
 
323
323
  ## `sfdx tffa:ping`
324
324
 
@@ -338,7 +338,7 @@ EXAMPLES
338
338
  $ sf tffa:ping
339
339
  ```
340
340
 
341
- _See code: [src/commands/tffa/ping.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0-rc.1/src/commands/tffa/ping.ts)_
341
+ _See code: [src/commands/tffa/ping.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0-rc.3/src/commands/tffa/ping.ts)_
342
342
 
343
343
  ## `sfdx tffa:source:apiset`
344
344
 
@@ -349,7 +349,7 @@ USAGE
349
349
  $ sfdx tffa:source:apiset [--json] [-s <value>] [-a <value>]
350
350
 
351
351
  FLAGS
352
- -a, --api=<value> [default: 63] specify the API version
352
+ -a, --api=<value> [default: 64] specify the API version
353
353
  -s, --sourcefolder=<value> [default: .] directory containing sfdx project
354
354
 
355
355
  GLOBAL FLAGS
@@ -362,7 +362,7 @@ EXAMPLES
362
362
  $ sf tffa:source:apiset
363
363
  ```
364
364
 
365
- _See code: [src/commands/tffa/source/apiset.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0-rc.1/src/commands/tffa/source/apiset.ts)_
365
+ _See code: [src/commands/tffa/source/apiset.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0-rc.3/src/commands/tffa/source/apiset.ts)_
366
366
 
367
367
  ## `sfdx tffa:source:createfield`
368
368
 
@@ -426,7 +426,7 @@ EXAMPLES
426
426
  Creates a long textarea field
427
427
  ```
428
428
 
429
- _See code: [src/commands/tffa/source/createfield.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0-rc.1/src/commands/tffa/source/createfield.ts)_
429
+ _See code: [src/commands/tffa/source/createfield.ts](https://github.com/terafina/tffa-sfdx-plugin/blob/v26.0.0-rc.3/src/commands/tffa/source/createfield.ts)_
430
430
 
431
431
  ## `sfdx version`
432
432
 
@@ -10,5 +10,5 @@ exports.Constants = Constants;
10
10
  /**
11
11
  * All constants
12
12
  */
13
- Constants.API_VERSION = 63;
13
+ Constants.API_VERSION = 64;
14
14
  //# sourceMappingURL=constants.js.map
@@ -78,7 +78,7 @@
78
78
  "char": "m",
79
79
  "description": "minimum api version to use during quality checks",
80
80
  "name": "minapi",
81
- "default": 63,
81
+ "default": 64,
82
82
  "hasDynamicHelp": false,
83
83
  "multiple": false,
84
84
  "type": "option"
@@ -465,7 +465,7 @@
465
465
  "char": "a",
466
466
  "description": "specify the API version ",
467
467
  "name": "api",
468
- "default": 63,
468
+ "default": 64,
469
469
  "hasDynamicHelp": false,
470
470
  "multiple": false,
471
471
  "type": "option"
@@ -622,5 +622,5 @@
622
622
  ]
623
623
  }
624
624
  },
625
- "version": "26.0.0-rc.1"
625
+ "version": "26.0.0-rc.3"
626
626
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@terafina/tffa-sfdx-plugin",
3
3
  "description": "sfdx plugin from Terafina containing tools for scanning and extending digital applications for the financial services industry.",
4
- "version": "26.0.0-rc.1",
4
+ "version": "26.0.0-rc.3",
5
5
  "author": "Terafina Inc",
6
6
  "bugs": "https://github.com/terafinainc/tffa-sfdx-plugin/issues",
7
7
  "dependencies": {