rflib-plugin 0.8.1 → 0.9.1

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.
@@ -223,7 +223,7 @@
223
223
  "rflib:logging:flow:instrument": {
224
224
  "aliases": [],
225
225
  "args": {},
226
- "description": "Automatically adds RFLIB logging statements to Salesforce Flows to provide enhanced tracking and debugging capabilities. Instruments flow invocations and decision paths with logging actions.",
226
+ "description": "Automatically adds RFLIB logging statements to Salesforce Flows to provide enhanced tracking and debugging capabilities. Works with both standard Flows and Auto-Launched Flows. Instruments flow invocations and decision paths with logging actions. Also sets the CanvasMode to AUTO_LAYOUT_CANVAS for better flow visualization while preserving the original processType.",
227
227
  "examples": [
228
228
  "<%= config.bin %> <%= command.id %> --sourcepath force-app",
229
229
  "<%= config.bin %> <%= command.id %> --sourcepath force-app --dryrun",
@@ -247,7 +247,7 @@
247
247
  },
248
248
  "sourcepath": {
249
249
  "char": "s",
250
- "description": "Path to the source directory containing Flow files that should be instrumented with RFLIB logging statements. Only processes .flow-meta.xml files with processType=\"Flow\".",
250
+ "description": "Path to the source directory containing Flow files that should be instrumented with RFLIB logging statements. Processes .flow-meta.xml files with processType=\"Flow\" or \"AutoLaunchedFlow\".",
251
251
  "name": "sourcepath",
252
252
  "required": true,
253
253
  "summary": "Directory containing Flow files to instrument with logging.",
@@ -428,5 +428,5 @@
428
428
  ]
429
429
  }
430
430
  },
431
- "version": "0.8.1"
431
+ "version": "0.9.1"
432
432
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.8.1",
4
+ "version": "0.9.1",
5
5
  "dependencies": {
6
6
  "@oclif/core": "^4",
7
7
  "@salesforce/core": "^8",
@@ -14,13 +14,13 @@
14
14
  "devDependencies": {
15
15
  "@commitlint/cli": "^19.8.0",
16
16
  "@istanbuljs/nyc-config-typescript": "^1.0.2",
17
- "@oclif/plugin-command-snapshot": "^5.2.38",
17
+ "@oclif/plugin-command-snapshot": "^5.2.40",
18
18
  "@salesforce/cli-plugins-testkit": "^5.3.10",
19
- "@salesforce/dev-scripts": "^10.2.11",
19
+ "@salesforce/dev-scripts": "^11.0.2",
20
20
  "c8": "^10.1.3",
21
- "eslint-plugin-sf-plugin": "^1.20.19",
21
+ "eslint-plugin-sf-plugin": "^1.20.24",
22
22
  "husky": "^8.0.0",
23
- "oclif": "^4.17.43",
23
+ "oclif": "^4.17.46",
24
24
  "source-map-support": "^0.5.21",
25
25
  "ts-node": "^10.9.2",
26
26
  "tsconfig-paths": "^4.2.0",