|
1 | 1 | { |
2 | 2 | "name": "@jk-com/adblock-compiler", |
3 | | - "version": "0.79.2", |
| 3 | + "version": "0.79.3", |
4 | 4 | "exports": "./src/index.ts", |
5 | 5 | "nodeModulesDir": "auto", |
6 | 6 | "publish": { |
|
37 | 37 | "fmt:check": "deno fmt --check", |
38 | 38 | "check": "deno task check:src && deno task check:worker", |
39 | 39 | "check:slow-types": "deno publish --dry-run", |
40 | | - "check:drift": "git diff --quiet docs/api/cloudflare-schema.yaml docs/postman/postman-collection.json docs/postman/postman-environment.json || (printf '\\n\u274c Generated files are out of date. Run: deno task schema:generate\\n Then: git add docs/api/cloudflare-schema.yaml docs/postman/postman-collection.json docs/postman/postman-environment.json\\n Finally: commit the updated files (for example: git commit -m \"chore: update generated schemas\")\\n' && exit 1)", |
| 40 | + "check:drift": "git diff --quiet docs/api/cloudflare-schema.yaml docs/postman/postman-collection.json docs/postman/postman-environment.json || (printf '\\n❌ Generated files are out of date. Run: deno task schema:generate\\n Then: git add docs/api/cloudflare-schema.yaml docs/postman/postman-collection.json docs/postman/postman-environment.json\\n Finally: commit the updated files (for example: git commit -m \"chore: update generated schemas\")\\n' && exit 1)", |
41 | 41 | "cache": "deno cache src/index.ts", |
42 | 42 | "openapi:validate": "deno run --allow-read --allow-net scripts/validate-openapi.ts", |
43 | 43 | "openapi:docs": "deno run --allow-read --allow-write --allow-net scripts/generate-docs.ts", |
|
48 | 48 | "generate:schema": "deno task schema:cloudflare && deno run --allow-read --allow-write --allow-env scripts/generate-openapi-schema.ts", |
49 | 49 | "preflight": "deno task fmt:check && deno task lint && deno task check && deno task openapi:validate && deno task schema:generate && deno task check:drift", |
50 | 50 | "preflight:full": "deno task preflight && deno task test && deno task check:slow-types", |
51 | | - "setup": "deno run --allow-read --allow-write scripts/setup-env.ts && deno task db:generate && deno task setup:hooks && echo '\u2705 Setup complete! Edit .env.local and .dev.vars with your credentials, then run: deno task wrangler:dev'", |
| 51 | + "setup": "deno run --allow-read --allow-write scripts/setup-env.ts && deno task db:generate && deno task setup:hooks && echo '✅ Setup complete! Edit .env.local and .dev.vars with your credentials, then run: deno task wrangler:dev'", |
52 | 52 | "setup:hooks": "deno run --allow-read --allow-write --allow-run scripts/setup-hooks.ts", |
53 | 53 | "test:contract": "SKIP_CONTRACT_TESTS=false deno test --allow-read --allow-write --allow-net --allow-env worker/openapi-contract.test.ts", |
54 | 54 | "migrate:validate": "deno run --allow-read scripts/validate-migrations.ts", |
|
0 commit comments