@volant-autonomy/via-sdk 1.5273.1 → 1.5291.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 +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/volant-schema.d.ts +2 -2
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/dist/volant-schema.d.ts
CHANGED
|
@@ -3268,12 +3268,12 @@ export interface components {
|
|
|
3268
3268
|
under_nominal_flightpath: number[];
|
|
3269
3269
|
/**
|
|
3270
3270
|
* Min Under Volume
|
|
3271
|
-
* @description Specified data value determined as the minimum in volume kernel at the planar distance relative
|
|
3271
|
+
* @description Specified data value determined as the minimum in volume kernel at the planar distance relative to where aircraft is expected to be.
|
|
3272
3272
|
*/
|
|
3273
3273
|
min_under_volume: number[];
|
|
3274
3274
|
/**
|
|
3275
3275
|
* Max Under Volume
|
|
3276
|
-
* @description Specified data value determined as the maximum in volume kernel at the planar distance relative
|
|
3276
|
+
* @description Specified data value determined as the maximum in volume kernel at the planar distance relative to where aircraft is expected to be.
|
|
3277
3277
|
*/
|
|
3278
3278
|
max_under_volume: number[];
|
|
3279
3279
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volant-autonomy/via-sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5291.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@rollup/plugin-json": "^6.1.0",
|
|
28
28
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
29
29
|
"@rollup/plugin-typescript": "^12.3.0",
|
|
30
|
-
"@types/node": "^
|
|
30
|
+
"@types/node": "^26.0.1",
|
|
31
31
|
"eslint": "^10.1.0",
|
|
32
32
|
"eslint-config-via": "workspace:*",
|
|
33
33
|
"esm": "^3.2.25",
|