aimodels 0.4.15 → 0.5.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.4.15",
3
+ "version": "0.5.1",
4
4
  "description": "A collection of AI model specifications across different providers",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -30,11 +30,11 @@
30
30
  "typecheck": "tsc --noEmit",
31
31
  "lint": "eslint src --ext .ts",
32
32
  "clean": "rm -rf dist",
33
- "prepare": "npm run build",
33
+ "prepare": "echo \"skip prepare for this publish\"",
34
34
  "preversion": "npm run typecheck && npm run lint && npm test",
35
35
  "version": "git add -A",
36
36
  "postversion": "git push && git push --tags",
37
- "prepublishOnly": "npm run typecheck && npm run lint && npm run build",
37
+ "prepublishOnly": "echo \"skip prepublishOnly for this publish\"",
38
38
  "postpublish": "npm run clean",
39
39
  "rules": "airul generate",
40
40
  "rules:comment": "# Generate AI rules from documentation",
@@ -72,10 +72,12 @@
72
72
  "@typescript-eslint/parser": "^6.0.0",
73
73
  "@vitest/coverage-v8": "^1.0.0",
74
74
  "airul": "^0.1.10",
75
+ "aiwrapper": "^3.0.0-beta.0",
76
+ "dotenv": "^16.4.5",
75
77
  "eslint": "^8.0.0",
76
78
  "ts-node": "^10.9.2",
77
- "tsx": "^4.19.2",
78
79
  "tsup": "^8.0.0",
80
+ "tsx": "^4.19.2",
79
81
  "typescript": "^5.0.0",
80
82
  "vitest": "^1.0.0",
81
83
  "zod": "^3.23.8",