rflib-plugin 0.14.0 → 0.15.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.
@@ -70,6 +70,15 @@
70
70
  "summary": "Enable verbose output.",
71
71
  "allowNo": false,
72
72
  "type": "boolean"
73
+ },
74
+ "exclude": {
75
+ "char": "e",
76
+ "description": "Exclude specific files or directories that match the provided glob pattern. For example, use --exclude \"**/Generated_*.cmp\" to skip auto-generated components.",
77
+ "name": "exclude",
78
+ "summary": "Exclude files or directories from instrumentation based on a glob pattern.",
79
+ "hasDynamicHelp": false,
80
+ "multiple": false,
81
+ "type": "option"
73
82
  }
74
83
  },
75
84
  "hasDynamicHelp": false,
@@ -188,6 +197,15 @@
188
197
  "summary": "Enable verbose output.",
189
198
  "allowNo": false,
190
199
  "type": "boolean"
200
+ },
201
+ "exclude": {
202
+ "char": "e",
203
+ "description": "Exclude specific files or directories that match the provided glob pattern. For example, use --exclude \"**/Generated_*.cls\" to skip auto-generated classes.",
204
+ "name": "exclude",
205
+ "summary": "Exclude files or directories from instrumentation based on a glob pattern.",
206
+ "hasDynamicHelp": false,
207
+ "multiple": false,
208
+ "type": "option"
191
209
  }
192
210
  },
193
211
  "hasDynamicHelp": false,
@@ -293,6 +311,15 @@
293
311
  "summary": "Enable verbose output.",
294
312
  "allowNo": false,
295
313
  "type": "boolean"
314
+ },
315
+ "exclude": {
316
+ "char": "e",
317
+ "description": "Exclude specific files or directories that match the provided glob pattern. For example, use --exclude \"**/Test_*.flow-meta.xml\" to skip certain flows.",
318
+ "name": "exclude",
319
+ "summary": "Exclude files or directories from instrumentation based on a glob pattern.",
320
+ "hasDynamicHelp": false,
321
+ "multiple": false,
322
+ "type": "option"
296
323
  }
297
324
  },
298
325
  "hasDynamicHelp": false,
@@ -411,6 +438,15 @@
411
438
  "summary": "Enable verbose output.",
412
439
  "allowNo": false,
413
440
  "type": "boolean"
441
+ },
442
+ "exclude": {
443
+ "char": "e",
444
+ "description": "Exclude specific files or directories that match the provided glob pattern. For example, use --exclude \"**/Generated_*.js\" to skip auto-generated components.",
445
+ "name": "exclude",
446
+ "summary": "Exclude files or directories from instrumentation based on a glob pattern.",
447
+ "hasDynamicHelp": false,
448
+ "multiple": false,
449
+ "type": "option"
414
450
  }
415
451
  },
416
452
  "hasDynamicHelp": false,
@@ -460,5 +496,5 @@
460
496
  ]
461
497
  }
462
498
  },
463
- "version": "0.14.0"
499
+ "version": "0.15.0"
464
500
  }
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "rflib-plugin",
3
3
  "description": "Utility commands to help with the adoption of the RFLIB open-source library for Salesforce.",
4
- "version": "0.14.0",
4
+ "version": "0.15.0",
5
5
  "dependencies": {
6
6
  "@oclif/core": "^4.8.0",
7
7
  "@salesforce/core": "^8.26.2",
8
8
  "@salesforce/sf-plugins-core": "^12.2.6",
9
9
  "@types/xml2js": "^0.4.14",
10
+ "minimatch": "^10.2.2",
10
11
  "prettier": "^3.8.1",
11
12
  "prettier-plugin-apex": "^2.2.6",
12
13
  "wireit": "^0.14.12",
@@ -20,6 +21,7 @@
20
21
  "@oclif/plugin-command-snapshot": "^5.3.9",
21
22
  "@salesforce/cli-plugins-testkit": "^5.3.41",
22
23
  "@salesforce/dev-scripts": "^11.0.4",
24
+ "@types/minimatch": "^5.1.2",
23
25
  "c8": "^10.1.3",
24
26
  "eslint": "^8.57.1",
25
27
  "eslint-plugin-sf-plugin": "^1.20.33",