@salesforce/b2c-tooling-sdk 0.0.2 → 0.0.3
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/package.json +11 -5
package/package.json
CHANGED
|
@@ -1,15 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/b2c-tooling-sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Core tooling library for Salesforce Commerce Cloud B2C CLI",
|
|
5
5
|
"author": "Charles Lavery",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"repository": "SalesforceCommerceCloud/b2c-developer-tooling",
|
|
8
8
|
"keywords": [
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
9
|
+
"salesforce",
|
|
10
|
+
"commerce-cloud",
|
|
11
|
+
"sfcc",
|
|
12
|
+
"b2c",
|
|
13
|
+
"sdk",
|
|
14
|
+
"ecommerce",
|
|
15
|
+
"webdav",
|
|
16
|
+
"ocapi",
|
|
17
|
+
"scapi",
|
|
18
|
+
"developer-tools"
|
|
13
19
|
],
|
|
14
20
|
"type": "module",
|
|
15
21
|
"publishConfig": {
|