@volant-autonomy/via-sdk 1.3772.1 → 1.3780.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
@@ -785,7 +785,7 @@ function defaultPathSerializer(pathname, pathParams) {
785
785
  return nextURL;
786
786
  }
787
787
 
788
- var version = "1.3772.1";
788
+ var version = "1.3780.1";
789
789
 
790
790
  const querySerializer = createQuerySerializer();
791
791
  class Fetcher {
package/dist/index.esm.js CHANGED
@@ -783,7 +783,7 @@ function defaultPathSerializer(pathname, pathParams) {
783
783
  return nextURL;
784
784
  }
785
785
 
786
- var version = "1.3772.1";
786
+ var version = "1.3780.1";
787
787
 
788
788
  const querySerializer = createQuerySerializer();
789
789
  class Fetcher {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volant-autonomy/via-sdk",
3
- "version": "1.3772.1",
3
+ "version": "1.3780.1",
4
4
  "license": "MIT",
5
5
  "source": "src/index.ts",
6
6
  "types": "dist/index.d.ts",