@sitecore-content-sdk/core 0.1.0-beta.25 → 0.1.0-beta.26

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sitecore-content-sdk/core",
3
- "version": "0.1.0-beta.25",
3
+ "version": "0.1.0-beta.26",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "sideEffects": false,
@@ -68,7 +68,7 @@
68
68
  },
69
69
  "description": "",
70
70
  "types": "types/index.d.ts",
71
- "gitHead": "68a72d5756c881644e1ea36b853af1e0843ca938",
71
+ "gitHead": "534f88bad88d588fc2be201ae29c1b065a539e8e",
72
72
  "files": [
73
73
  "dist",
74
74
  "types",
@@ -181,7 +181,7 @@ export type SitecoreConfig = DeepRequired<SitecoreConfigInput>;
181
181
  */
182
182
  export type SitecoreCliConfigInput = {
183
183
  /**
184
- * Configuration for the `scs build` cli command
184
+ * Configuration for the `sitecore-tools build` cli command
185
185
  */
186
186
  build?: {
187
187
  /**
@@ -190,7 +190,7 @@ export type SitecoreCliConfigInput = {
190
190
  commands?: Array<() => Promise<void>>;
191
191
  };
192
192
  /**
193
- * Configuration for the `scs scaffold` cli command
193
+ * Configuration for the `sitecore-tools scaffold` cli command
194
194
  */
195
195
  scaffold?: {
196
196
  /**