Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
Enables self-upgrading of a Cliffy CLI which is distributed through GitHub Releases
This package works with DenoIt is unknown whether this package works with Cloudflare Workers, Node.js, Bun, Browsers
JSR Score
100%
Published
4 months ago (0.3.2)
{ "name": "@polyseam/cliffy-provider-gh-releases", "version": "0.3.2", "tasks": { "demo": "deno run -A ./demo/demo.ts", "test": "deno test -A" }, "exports": "./mod.ts", "exclude": [ "demo", "test" ], "imports": { "@cliffy/ansi": "jsr:@cliffy/ansi@^1.0.0-rc.5", "@cliffy/command": "jsr:@cliffy/command@1.0.0-rc.4", "@octokit/types": "npm:@octokit/types@^13.4.1", "@polyseam/inflate-response": "jsr:@polyseam/inflate-response@^1.1.2", "@std/cli": "jsr:@std/cli@^0.221.0", "@std/fs": "jsr:@std/fs@^0.221.0", "@std/semver": "jsr:@std/semver@^0.221.0", "octokit": "npm:octokit@^3.1.2" } }