@oyster-lib/cli 2.0.1 → 2.0.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -23835,7 +23835,7 @@ function getServerUrl() {
23835
23835
  return process.env.OYSTER_SERVER_URL;
23836
23836
  }
23837
23837
  const config = loadConfig();
23838
- return config.server_url ?? "https://oyster.craifapps.com";
23838
+ return config.server_url ?? "https://oyster-platform.com";
23839
23839
  }
23840
23840
  function getApiBaseUrl() {
23841
23841
  return `${getServerUrl()}/api/v1/cli`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oyster-lib/cli",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "oyster": "dist/index.js"