@manifesto-ai/compiler 1.8.3 → 1.9.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.
Files changed (1) hide show
  1. package/package.json +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manifesto-ai/compiler",
3
- "version": "1.8.3",
3
+ "version": "1.9.0",
4
4
  "description": "Manifesto Compiler - MEL (Manifesto Expression Language) to DomainSchema compiler",
5
5
  "author": "eggplantiny <eggplantiny@gmail.com>",
6
6
  "license": "MIT",
@@ -103,14 +103,16 @@
103
103
  "zod": "^4.3.6",
104
104
  "@manifesto-ai/codegen": "0.1.3",
105
105
  "@manifesto-ai/core": "2.7.1",
106
- "@manifesto-ai/world": "2.5.0"
106
+ "@manifesto-ai/world": "2.6.0"
107
107
  },
108
108
  "files": [
109
109
  "dist"
110
110
  ],
111
111
  "scripts": {
112
112
  "build": "tsup",
113
+ "lint": "echo 'lint not configured'",
113
114
  "test": "vitest run",
115
+ "test:coverage": "vitest run --coverage",
114
116
  "test:watch": "vitest",
115
117
  "example": "npx tsx examples/simple-compile.ts",
116
118
  "cli": "node ./dist/cli/index.js"