We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcbad04 commit 4932ba3Copy full SHA for 4932ba3
AGENTS.md
@@ -21,4 +21,4 @@
21
22
- when logging use the logger instance from `@salesforce/b2c-tooling/logger` package
23
- CLI commands have access to this logger via `this.log` method from oclif Command class
24
-- CLI
+- CLI commands can write directly to stdout/stderr if their primary purpose is to output or stream data
packages/b2c-cli/package.json
@@ -34,7 +34,7 @@
34
"typescript": "^5"
35
},
36
"engines": {
37
- "node": ">=18.0.0"
+ "node": ">=22.16.0"
38
39
"files": [
40
"./bin",
packages/b2c-tooling/package.json
@@ -153,7 +153,7 @@
153
}
154
155
156
157
158
"dependencies": {
159
"i18next": "^25.6.3",
0 commit comments