@volant-autonomy/via-sdk 1.4266.1 → 1.4287.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
@@ -793,7 +793,7 @@ function defaultPathSerializer(pathname, pathParams) {
793
793
  return nextURL;
794
794
  }
795
795
 
796
- var version = "1.4266.1";
796
+ var version = "1.4287.1";
797
797
 
798
798
  const querySerializer = createQuerySerializer();
799
799
  class Fetcher {
package/dist/index.esm.js CHANGED
@@ -791,7 +791,7 @@ function defaultPathSerializer(pathname, pathParams) {
791
791
  return nextURL;
792
792
  }
793
793
 
794
- var version = "1.4266.1";
794
+ var version = "1.4287.1";
795
795
 
796
796
  const querySerializer = createQuerySerializer();
797
797
  class Fetcher {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.4266.1",
3
+ "version": "1.4287.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",