opensteer 0.4.12 → 0.4.13
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.
|
@@ -9511,7 +9511,7 @@ function clonePersistedExtractNode(node) {
|
|
|
9511
9511
|
}
|
|
9512
9512
|
|
|
9513
9513
|
// src/cloud/runtime.ts
|
|
9514
|
-
var DEFAULT_CLOUD_BASE_URL = "https://
|
|
9514
|
+
var DEFAULT_CLOUD_BASE_URL = "https://api.opensteer.com";
|
|
9515
9515
|
function createCloudRuntimeState(key, baseUrl = resolveCloudBaseUrl(), authScheme = "api-key") {
|
|
9516
9516
|
const normalizedBaseUrl = normalizeCloudBaseUrl(baseUrl);
|
|
9517
9517
|
return {
|
package/dist/cli/server.cjs
CHANGED
|
@@ -8115,7 +8115,7 @@ function toCloudErrorCode(code) {
|
|
|
8115
8115
|
}
|
|
8116
8116
|
|
|
8117
8117
|
// src/cloud/runtime.ts
|
|
8118
|
-
var DEFAULT_CLOUD_BASE_URL = "https://
|
|
8118
|
+
var DEFAULT_CLOUD_BASE_URL = "https://api.opensteer.com";
|
|
8119
8119
|
function createCloudRuntimeState(key, baseUrl = resolveCloudBaseUrl(), authScheme = "api-key") {
|
|
8120
8120
|
const normalizedBaseUrl = normalizeCloudBaseUrl(baseUrl);
|
|
8121
8121
|
return {
|
package/dist/cli/server.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -8210,7 +8210,7 @@ function toCloudErrorCode(code) {
|
|
|
8210
8210
|
}
|
|
8211
8211
|
|
|
8212
8212
|
// src/cloud/runtime.ts
|
|
8213
|
-
var DEFAULT_CLOUD_BASE_URL = "https://
|
|
8213
|
+
var DEFAULT_CLOUD_BASE_URL = "https://api.opensteer.com";
|
|
8214
8214
|
function createCloudRuntimeState(key, baseUrl = resolveCloudBaseUrl(), authScheme = "api-key") {
|
|
8215
8215
|
const normalizedBaseUrl = normalizeCloudBaseUrl(baseUrl);
|
|
8216
8216
|
return {
|
package/dist/index.js
CHANGED