@volant-autonomy/via-sdk 1.4460.1 → 1.4464.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/package.json +7 -7
package/dist/index.cjs.js
CHANGED
package/dist/index.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volant-autonomy/via-sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4464.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"eslint-config-via": "workspace:eslint-config-via@*",
|
|
31
31
|
"esm": "^3.2.25",
|
|
32
32
|
"openapi-typescript": "^7.10.1",
|
|
33
|
-
"prettier": "^3.3.2",
|
|
34
33
|
"rollup": "^4.32.0",
|
|
35
34
|
"rollup-plugin-dts": "^6.1.1",
|
|
36
35
|
"typescript": "^5.7.2",
|
|
37
|
-
"vitest": "^3.2.4"
|
|
36
|
+
"vitest": "^3.2.4",
|
|
37
|
+
"@biomejs/biome": "^2.3.12"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"prepack": "npm run build",
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"build-test": "./build-test.sh",
|
|
43
43
|
"gen-schema": "./gen-schema.sh",
|
|
44
44
|
"test": "vitest --run",
|
|
45
|
-
"fix-
|
|
45
|
+
"fix-format": "biome format --write .",
|
|
46
46
|
"fix-eslint": "eslint --fix .",
|
|
47
|
-
"fix-all": "npm run fix-
|
|
47
|
+
"fix-all": "npm run fix-format && npm run fix-eslint",
|
|
48
48
|
"check-tsc": "tsc --noEmit",
|
|
49
|
-
"check-
|
|
49
|
+
"check-format": "biome ci .",
|
|
50
50
|
"check-eslint": "eslint .",
|
|
51
|
-
"check-all": "npm run check-tsc && npm run check-
|
|
51
|
+
"check-all": "npm run check-tsc && npm run check-format && npm run check-eslint"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"openapi-fetch": "^0.10.2",
|