@instantkom/cli 3.161.0 → 3.163.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instantkom/cli",
3
- "version": "3.161.0",
3
+ "version": "3.163.0",
4
4
  "description": "instantKOM CLI (ikm)",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -48,7 +48,9 @@
48
48
  "test:live": "npm run build && oclif manifest && IKM_CLI_LIVE_TEST=1 vitest run --config vitest.workspace.ts --project integration",
49
49
  "test:security:live": "npm run build && oclif manifest && IKM_CLI_SECURITY_TEST=1 vitest run --config vitest.workspace.ts --project integration src/tests/integration/live-cli-security.test.ts",
50
50
  "test:e2e": "vitest run --config vitest.workspace.ts --project e2e",
51
- "test:coverage": "vitest run --config vitest.workspace.ts --project unit --coverage"
51
+ "test:coverage": "vitest run --config vitest.workspace.ts --project unit --coverage",
52
+ "lint": "oxlint --deny-warnings",
53
+ "lint:fix": "oxlint --deny-warnings --fix"
52
54
  },
53
55
  "dependencies": {
54
56
  "@oclif/core": "^4",
@@ -69,6 +71,7 @@
69
71
  "msw": "^2",
70
72
  "oclif": "^4",
71
73
  "openapi-typescript": "^7",
74
+ "oxlint": "1.71.0",
72
75
  "tsx": "^4",
73
76
  "typescript": "^5",
74
77
  "vitest": "^4.1.6"