@praxium/sdk 0.3.72 → 0.3.77

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
@@ -800,7 +800,7 @@ var createClient = (config = {}) => {
800
800
  };
801
801
 
802
802
  // src/generated/client.gen.ts
803
- var client = createClient(createConfig({ baseUrl: "https://platform.praxium.nl" }));
803
+ var client = createClient(createConfig());
804
804
 
805
805
  // src/generated/sdk.gen.ts
806
806
  var getOpeningHours = (options) => (options.client ?? client).get({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@praxium/sdk",
3
- "version": "0.3.72",
3
+ "version": "0.3.77",
4
4
  "description": "Official TypeScript SDK for the Praxium platform API",
5
5
  "type": "module",
6
6
  "exports": {