Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: lock updates & revert using openapi-generator from nix #57

Merged
merged 5 commits into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"imports": {
"@deno/dnt": "jsr:@deno/dnt@^0.41.2",
"@deno/dnt": "jsr:@deno/dnt@^0.41.3",
"@std/assert": "jsr:@std/assert@^1.0.0",
"@std/fs": "jsr:@std/fs@^1.0.0",
"@std/jsonc": "jsr:@std/jsonc@^1.0.0",
Expand All @@ -24,8 +24,8 @@
"snapshot-update": "deno task test --allow-write=./src/v1/tests/__snapshots__,./src/v2/tests/__snapshots__ -- --update",
"format": "deno fmt && nixpkgs-fmt *.nix && yamllint . && yamlfmt .",
"lint": "deno lint",
"docs": "deno run --allow-read --allow-env --allow-run --allow-write=./docs/ npm:[email protected].6",
"generate-v2-client": "rm -rf src/v2/generated && openapi-generator-cli generate",
"docs": "deno run --allow-read --allow-env --allow-run --allow-write=./docs/ npm:[email protected].7",
"generate-v2-client": "rm -rf src/v2/generated && deno run --allow-read --allow-run --allow-env --allow-write=openapitools.json,node_modules,/tmp,/var --allow-net='search.maven.org,repo1.maven.org,oss.sonatype.org:443' npm:@openapitools/openapi-generator-cli@2.13.12 generate",
"update-deno-lock": "deno cache --lock-write src/index.ts",
"update-flake-lock": "nix --option commit-lockfile-summary 'chore: update flake.lock' flake update --commit-lock-file",
"update": "deno run --allow-env --allow-read --allow-write='~/.local,.' --allow-run=git,deno --allow-net=jsr.io jsr:@molt/cli",
Expand Down
Loading