@volant-autonomy/via-sdk 1.5031.1 → 1.5032.1

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.cjs.js CHANGED
@@ -779,7 +779,7 @@ function defaultPathSerializer(pathname, pathParams) {
779
779
  return nextURL;
780
780
  }
781
781
 
782
- var version = "1.5031.1";
782
+ var version = "1.5032.1";
783
783
 
784
784
  const querySerializer = createQuerySerializer();
785
785
  class Fetcher {
package/dist/index.esm.js CHANGED
@@ -777,7 +777,7 @@ function defaultPathSerializer(pathname, pathParams) {
777
777
  return nextURL;
778
778
  }
779
779
 
780
- var version = "1.5031.1";
780
+ var version = "1.5032.1";
781
781
 
782
782
  const querySerializer = createQuerySerializer();
783
783
  class Fetcher {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.5031.1",
3
+ "version": "1.5032.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",