@withaevum/sdk 0.0.1 → 0.0.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.
Files changed (2) hide show
  1. package/dist/client.js +1 -1
  2. package/package.json +1 -1
package/dist/client.js CHANGED
@@ -30,7 +30,7 @@ export class AevumClient {
30
30
  }
31
31
  else if (typeof process !== 'undefined' && process.env?.NODE_ENV === 'development') {
32
32
  // Default to localhost in development
33
- this.baseUrl = 'http://localhost:3000';
33
+ this.baseUrl = 'http://localhost:5000';
34
34
  }
35
35
  else {
36
36
  // Production default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@withaevum/sdk",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "TypeScript SDK for the Aevum API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",