aimodels 0.5.2 → 0.6.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aimodels",
3
- "version": "0.5.2",
3
+ "version": "0.6.1",
4
4
  "description": "A collection of AI model specifications across different providers",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -23,8 +23,10 @@
23
23
  "validate:data": "tsx src/schemas/validate-data.ts",
24
24
  "prebuild": "npm run validate:data && npm run clean && npm run gen-data-js-file",
25
25
  "build:ts": "tsup",
26
- "build": "npm run build:ts",
26
+ "build": "npm run build:ts && npm test",
27
27
  "test": "vitest run",
28
+ "test:all": "vitest run --include tests/**/*.test.ts",
29
+ "test:aiwrapper": "vitest run --config vitest.aiwrapper.config.ts",
28
30
  "test:watch": "vitest watch",
29
31
  "test:coverage": "vitest run --coverage",
30
32
  "typecheck": "tsc --noEmit",
@@ -72,7 +74,7 @@
72
74
  "@typescript-eslint/parser": "^6.0.0",
73
75
  "@vitest/coverage-v8": "^1.0.0",
74
76
  "airul": "^0.1.10",
75
- "aiwrapper": "^3.0.0-beta.0",
77
+ "aiwrapper": "^3.0.2",
76
78
  "dotenv": "^16.4.5",
77
79
  "eslint": "^8.0.0",
78
80
  "ts-node": "^10.9.2",