@construct-space/cli 1.7.0 → 1.7.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/index.js +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11097,6 +11097,8 @@ async function graphPush() {
|
|
|
11097
11097
|
}
|
|
11098
11098
|
if (pushOrgID)
|
|
11099
11099
|
headers["X-Auth-Org-ID"] = pushOrgID;
|
|
11100
|
+
if (creds.publisherKey)
|
|
11101
|
+
headers["X-API-Key"] = creds.publisherKey;
|
|
11100
11102
|
const resp = await fetch(`${graphURL}/api/schemas/register`, {
|
|
11101
11103
|
method: "POST",
|
|
11102
11104
|
headers,
|
|
@@ -11413,7 +11415,7 @@ function graphFork(newSpaceID) {
|
|
|
11413
11415
|
// package.json
|
|
11414
11416
|
var package_default = {
|
|
11415
11417
|
name: "@construct-space/cli",
|
|
11416
|
-
version: "1.7.
|
|
11418
|
+
version: "1.7.1",
|
|
11417
11419
|
description: "Construct CLI \u2014 scaffold, build, develop, and publish spaces",
|
|
11418
11420
|
type: "module",
|
|
11419
11421
|
bin: {
|