|
1 | 1 | {
|
2 | 2 | "name": "@hexagon/croner",
|
3 |
| - "version": "9.0.1-dev.0", |
| 3 | + "version": "9.0.1-dev.1", |
4 | 4 | "exports": "./src/croner.ts",
|
5 | 5 | "lint": {
|
6 | 6 | "include": ["src", "build"]
|
|
11 | 11 | },
|
12 | 12 | "tasks": {
|
13 | 13 | "pre-commit": "deno fmt --check && deno lint && deno check src/croner.ts",
|
14 |
| - "test": "deno task build:clean && deno test --allow-read", |
15 |
| - "build:prep": "deno cache --allow-scripts=npm:esbuild build/build.ts", |
| 14 | + "test": "deno task build:prep && deno test --allow-read", |
| 15 | + "build:prep": "deno install", |
16 | 16 | "build:clean": "deno run --allow-read --allow-write --allow-env build/build.ts -- clean",
|
17 | 17 | "build:npm": "deno run --allow-read --allow-write --allow-env build/build.ts -- package",
|
18 | 18 | "build:esbuild": "deno run --allow-read --allow-write --allow-env --allow-run build/build.ts -- build",
|
19 |
| - "build": "deno task build:clean && deno task test && deno task build:prep && deno task build:esbuild && deno task build:npm", |
| 19 | + "build": "deno task build:clean && deno task build:prep && deno test --allow-read && deno task build:esbuild && deno task build:npm", |
20 | 20 | "check-deps": "deno run -A jsr:@check/deps"
|
21 | 21 | },
|
22 | 22 | "imports": {
|
23 | 23 | "@cross/fs": "jsr:@cross/fs@~0.1.11",
|
24 | 24 | "@cross/test": "jsr:@cross/test@~0.0.9",
|
25 | 25 | "@std/assert": "jsr:@std/assert@~1.0.6",
|
26 |
| - "@std/path": "jsr:@std/path@~1.0.6", |
| 26 | + "@std/path": "jsr:@std/path@~1.0.7", |
27 | 27 | "esbuild": "npm:esbuild@~0.24.0",
|
28 | 28 | "esbuild-plugin-d.ts": "npm:esbuild-plugin-d.ts@~1.3.1"
|
29 | 29 | },
|
|
0 commit comments