@granular-software/sdk 0.4.2 → 0.4.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/dist/index.mjs CHANGED
@@ -5059,7 +5059,7 @@ var JobImplementation = class {
5059
5059
 
5060
5060
  // src/endpoints.ts
5061
5061
  var LOCAL_API_URL = "ws://localhost:8787/granular";
5062
- var PRODUCTION_API_URL = "wss://api.granular.dev/v2/ws";
5062
+ var PRODUCTION_API_URL = "wss://cf-api-gateway.arthur6084.workers.dev/granular";
5063
5063
  function readEnv(name) {
5064
5064
  if (typeof process === "undefined" || !process.env) return void 0;
5065
5065
  return process.env[name];