@myapihq/cli 1.3.12 → 1.3.13

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.
Files changed (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@myapihq/cli",
3
3
  "license": "Apache-2.0",
4
- "version": "1.3.12",
4
+ "version": "1.3.13",
5
5
  "description": "MyAPI command-line interface",
6
6
  "type": "module",
7
7
  "files": [
@@ -17,6 +17,7 @@
17
17
  "dev": "tsc --watch",
18
18
  "test": "vitest run src test/scripts",
19
19
  "test:smoke": "npm run build && vitest run src test/smoke test/scripts",
20
+ "test:smoke:ci": "vitest run src test/smoke test/scripts",
20
21
  "test:online": "npm run build && MYAPI_RUN_RESET=1 vitest run test/online",
21
22
  "test:realistic": "npm run build && MYAPI_RUN_REALISTIC=1 vitest run test/realistic/autonomous-company.test.ts",
22
23
  "test:realistic:cleanup": "npm run build && vitest run test/realistic/cleanup.test.ts",
@@ -26,8 +27,8 @@
26
27
  "update-schema": "node scripts/update-schema.js",
27
28
  "lint:changelog": "node ../../scripts/lint-changelog.js",
28
29
  "lint:help-order": "node scripts/lint-help-order.js",
29
- "lint:skills": "node scripts/lint-skills.js",
30
- "lint:skills:strict": "node scripts/lint-skills.js --strict"
30
+ "lint:skills": "node scripts/copy-skills.js && node scripts/lint-skills.js",
31
+ "lint:skills:strict": "node scripts/copy-skills.js && node scripts/lint-skills.js --strict"
31
32
  },
32
33
  "dependencies": {
33
34
  "@myapihq/sdk": "^1.3.12"