@dench.com/cli 2.5.1 → 2.5.2
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/crm.ts +1 -1
- package/package.json +1 -1
package/crm.ts
CHANGED
|
@@ -3024,7 +3024,7 @@ Fields (columns):
|
|
|
3024
3024
|
Appends <value> to the field's enumValues. --color is a hex like
|
|
3025
3025
|
"#22c55e"; --position is a 0-based insertion index (defaults to append).
|
|
3026
3026
|
Idempotent (case-insensitive): re-adding "won" when "Won" exists does
|
|
3027
|
-
NOT create a twin option — the response's
|
|
3027
|
+
NOT create a twin option — the response's "value" echoes the canonical
|
|
3028
3028
|
casing; a given --color still updates the existing option's color.
|
|
3029
3029
|
For a board-backed Status/Stage field this also creates the matching
|
|
3030
3030
|
kanban column (positioned to match), so you do NOT need a separate
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dench.com/cli",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.2",
|
|
4
4
|
"description": "Dench agent workspace CLI. v2 unifies auth behind `dench signin`; the legacy `dench login` / `dench onboard` / `dench setup` / `dench what-can-i-do` / `dench register` commands now error with a redirect.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|