sf-plugin-permission-sets 0.0.0-dev.47 → 0.0.0-dev.48

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.
Files changed (2) hide show
  1. package/README.md +0 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -425,11 +425,8 @@ gh release create v0.2.0 --target main --title v0.2.0 --notes "Add ps export"
425
425
  | dist-tag | Published by | Install |
426
426
  | --- | --- | --- |
427
427
  | `latest` | manual release with a normal tag like `v1.2.0` | `sf plugins install sf-plugin-permission-sets` |
428
- | `next` | manual release with a hyphenated tag like `v1.3.0-beta.1` | `sf plugins install sf-plugin-permission-sets@next` |
429
428
  | `dev` | automatic on every push to `main` | `sf plugins install sf-plugin-permission-sets@dev` |
430
429
 
431
- The `next` tag is selected whenever the version contains a hyphen, not by GitHub's prerelease checkbox.
432
-
433
430
  ## Architecture
434
431
 
435
432
  The plugin is layered so every command reuses the same core. Commands stay thin, services hold the orchestration, core holds the reusable primitives, and a thin adapter layer isolates the Salesforce SDK.
package/package.json CHANGED
@@ -122,5 +122,5 @@
122
122
  "exports": "./lib/index.js",
123
123
  "type": "module",
124
124
  "author": "Isaac Ferreira",
125
- "version": "0.0.0-dev.47"
125
+ "version": "0.0.0-dev.48"
126
126
  }