@salesforce/b2c-cli 0.9.0 → 0.10.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.
- package/dist/commands/content/validate.d.ts +39 -0
- package/dist/commands/content/validate.js +110 -0
- package/dist/commands/content/validate.js.map +1 -0
- package/dist/commands/setup/inspect.js +19 -5
- package/dist/commands/setup/inspect.js.map +1 -1
- package/oclif.manifest.json +2349 -2181
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/b2c-cli",
|
|
3
3
|
"description": "A Salesforce B2C Commerce CLI",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.10.1",
|
|
5
5
|
"author": "Charles Lavery",
|
|
6
6
|
"bin": {
|
|
7
7
|
"b2c": "./bin/run.js"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"marked": "15.0.12",
|
|
26
26
|
"marked-terminal": "7.3.0",
|
|
27
27
|
"open": "11.0.0",
|
|
28
|
-
"@salesforce/b2c-tooling-sdk": "0.
|
|
28
|
+
"@salesforce/b2c-tooling-sdk": "0.12.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@eslint/compat": "^1",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@types/chai": "^4",
|
|
36
36
|
"@types/mocha": "^10",
|
|
37
37
|
"@types/node": "^22",
|
|
38
|
-
"c8": "^
|
|
38
|
+
"c8": "^11.0.0",
|
|
39
39
|
"chai": "^4",
|
|
40
40
|
"eslint": "^9",
|
|
41
41
|
"eslint-config-oclif": "^6",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"description": "Deploy and manage code versions on instances\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/code.html"
|
|
106
106
|
},
|
|
107
107
|
"content": {
|
|
108
|
-
"description": "Export and
|
|
108
|
+
"description": "Export, list, and validate Page Designer content"
|
|
109
109
|
},
|
|
110
110
|
"cip": {
|
|
111
111
|
"description": "Run CIP analytics SQL and curated reports\n\nDocs: https://salesforcecommercecloud.github.io/b2c-developer-tooling/cli/cip.html"
|