|
1 | 1 | { |
2 | | - "version": "0.2.1", |
3 | 2 | "name": "@softdist/extensions", |
| 3 | + "version": "0.2.2", |
4 | 4 | "license": "MIT", |
5 | 5 | "exports": "./src/mod.ts", |
6 | 6 | "test": { |
|
53 | 53 | "run": "make run" |
54 | 54 | }, |
55 | 55 | "imports": { |
56 | | - "@deno/dnt": "jsr:@deno/dnt@^0.42.1", |
57 | 56 | "@octokit/core": "npm:@octokit/core@^7.0.2", |
58 | 57 | "@onjara/optic": "jsr:@onjara/optic@^2.0.3", |
| 58 | + "@alikia/random-key": "jsr:@alikia/random-key@^1.0.1", |
| 59 | + "@deno/dnt": "jsr:@deno/dnt@^0.41.2", |
| 60 | + "@softdist/extensions": "jsr:@softdist/extensions@0.2.1", |
59 | 61 | "@std/assert": "jsr:@std/assert@1.0.13", |
60 | | - "@std/encoding": "jsr:@std/encoding@^1.0.10", |
61 | | - "@std/fmt": "jsr:@std/fmt@^1.0.8", |
62 | | - "@std/fs": "jsr:@std/fs@^1.0.18", |
63 | | - "@std/path": "jsr:@std/path@^1.1.0", |
64 | | - "@std/semver": "jsr:@std/semver@^1.0.5", |
65 | | - "@std/testing": "jsr:@std/testing@^1.0.13", |
| 62 | + "@std/fmt": "jsr:@std/fmt@^1.0.7", |
| 63 | + "@std/fs": "jsr:@std/fs@^1.0.17", |
66 | 64 | "@cliffy/command": "jsr:@cliffy/command@^1.0.0-rc.7", |
67 | | - "@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.7", |
68 | | - "@olli/async-lock": "jsr:@olli/async-lock@^1.0.1", |
69 | | - "@std/async": "jsr:@std/async@^1.0.13", |
70 | | - "@std/collections": "jsr:@std/collections@^1.1.1", |
71 | | - "@stdlib/string-replace": "npm:@stdlib/string-replace@^0.2.2", |
72 | | - "fs": "npm:fs@^0.0.1-security", |
73 | | - "lefthook": "npm:lefthook@^1.11.13", |
74 | | - "node-emoji": "npm:node-emoji@^2.2.0", |
75 | | - "testcontainers": "npm:testcontainers@^11.0.0" |
| 65 | + "lefthook": "npm:lefthook@^1.11.12" |
76 | 66 | } |
77 | 67 | } |
0 commit comments