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://remote.opensteer.com";
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 {
@@ -8115,7 +8115,7 @@ function toCloudErrorCode(code) {
8115
8115
  }
8116
8116
 
8117
8117
  // src/cloud/runtime.ts
8118
- var DEFAULT_CLOUD_BASE_URL = "https://remote.opensteer.com";
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 {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Opensteer
3
- } from "../chunk-HQLFJFJM.js";
3
+ } from "../chunk-JSH3VLMH.js";
4
4
  import "../chunk-3H5RRIMZ.js";
5
5
 
6
6
  // src/cli/server.ts
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://remote.opensteer.com";
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
@@ -78,7 +78,7 @@ import {
78
78
  switchTab,
79
79
  typeText,
80
80
  waitForVisualStability
81
- } from "./chunk-HQLFJFJM.js";
81
+ } from "./chunk-JSH3VLMH.js";
82
82
  import {
83
83
  createResolveCallback
84
84
  } from "./chunk-V4OOJO4S.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opensteer",
3
- "version": "0.4.12",
3
+ "version": "0.4.13",
4
4
  "description": "Open-source browser automation SDK with robust selectors and deterministic replay.",
5
5
  "license": "MIT",
6
6
  "type": "module",