Skip to content

Commit 2d888ff

Browse files
committed
unbundled dependencies for live install; v0.0.8
1 parent 15279f0 commit 2d888ff

File tree

4 files changed

+4
-16
lines changed

4 files changed

+4
-16
lines changed

packages/b2c-cli/package.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/b2c-cli",
33
"description": "A Salesforce Commerce Cloud B2C CLI",
4-
"version": "0.0.7",
4+
"version": "0.0.8",
55
"author": "Charles Lavery",
66
"bin": {
77
"b2c": "./bin/run.js"
@@ -24,18 +24,6 @@
2424
"marked-terminal": "^7.3.0",
2525
"open": "^11.0.0"
2626
},
27-
"bundleDependencies": [
28-
"@oclif/core",
29-
"@oclif/plugin-autocomplete",
30-
"@oclif/plugin-help",
31-
"@oclif/plugin-not-found",
32-
"@oclif/plugin-plugins",
33-
"@oclif/plugin-version",
34-
"@salesforce/b2c-tooling-sdk",
35-
"cliui",
36-
"marked",
37-
"marked-terminal"
38-
],
3927
"devDependencies": {
4028
"@eslint/compat": "^1",
4129
"@oclif/prettier-config": "^0.2.1",

packages/b2c-dx-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salesforce/b2c-dx-mcp",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "MCP server for B2C Commerce Cloud developer experience tools",
55
"author": "Salesforce",
66
"license": "MIT",

packages/b2c-plugin-example-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salesforce/b2c-plugin-example-config",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Example plugin demonstrating custom config source for B2C CLI",
55
"author": "Salesforce Commerce Cloud",
66
"license": "Apache-2.0",

packages/b2c-tooling-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salesforce/b2c-tooling-sdk",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Core tooling library for Salesforce Commerce Cloud B2C CLI",
55
"author": "Charles Lavery",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)