@volant-autonomy/via-sdk 1.3639.1 → 1.3643.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
@@ -727,7 +727,7 @@ function defaultPathSerializer(pathname, pathParams) {
727
727
  return nextURL;
728
728
  }
729
729
 
730
- var version = "1.3639.1";
730
+ var version = "1.3643.1";
731
731
 
732
732
  const querySerializer = createQuerySerializer();
733
733
  class Fetcher {
package/dist/index.esm.js CHANGED
@@ -725,7 +725,7 @@ function defaultPathSerializer(pathname, pathParams) {
725
725
  return nextURL;
726
726
  }
727
727
 
728
- var version = "1.3639.1";
728
+ var version = "1.3643.1";
729
729
 
730
730
  const querySerializer = createQuerySerializer();
731
731
  class Fetcher {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.3639.1",
3
+ "version": "1.3643.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",