@mirendil/models-dev 0.1.1 → 0.1.3

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,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@mirendil/models-dev",
4
- "version": "0.1.1",
4
+ "version": "0.1.3",
5
5
  "description": "Mirendil-maintained models.dev catalog with explicit canonical base_model mappings",
6
6
  "type": "module",
7
7
  "sideEffects": false,
@@ -42,6 +42,13 @@
42
42
  "files": [
43
43
  "dist"
44
44
  ],
45
+ "scripts": {
46
+ "generate": "bun script/generate.ts",
47
+ "build": "bun script/build.ts",
48
+ "prepack": "bun run build",
49
+ "typecheck": "tsc --noEmit",
50
+ "test": "bun run generate && bun run typecheck && bun test"
51
+ },
45
52
  "peerDependencies": {
46
53
  "effect": "4.0.0-beta.83"
47
54
  },
@@ -57,5 +64,9 @@
57
64
  "effect": "4.0.0-beta.83",
58
65
  "typescript": "catalog:",
59
66
  "zod": "catalog:"
67
+ },
68
+ "publishConfig": {
69
+ "access": "public",
70
+ "provenance": true
60
71
  }
61
72
  }