@volant-autonomy/via-sdk 1.4898.1 → 1.4910.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
@@ -758,7 +758,7 @@ function defaultPathSerializer(pathname, pathParams) {
758
758
  return nextURL;
759
759
  }
760
760
 
761
- var version = "1.4898.1";
761
+ var version = "1.4910.1";
762
762
 
763
763
  const querySerializer = createQuerySerializer();
764
764
  class Fetcher {
package/dist/index.esm.js CHANGED
@@ -756,7 +756,7 @@ function defaultPathSerializer(pathname, pathParams) {
756
756
  return nextURL;
757
757
  }
758
758
 
759
- var version = "1.4898.1";
759
+ var version = "1.4910.1";
760
760
 
761
761
  const querySerializer = createQuerySerializer();
762
762
  class Fetcher {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.4898.1",
3
+ "version": "1.4910.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",