Skip to content

Commit

Permalink
Merge pull request #10 from hostwithquantum/update-deno
Browse files Browse the repository at this point in the history
Chore(deno): update to latest 1.x release
  • Loading branch information
till authored Jan 16, 2025
2 parents 811be2a + ca60b8d commit 2fae483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A deno buildpack (for [runway](https://runway.planetary-quantum.com/)).
## Configuration

- `BP_RUNWAY_DENO_VERSION=v1.25.1`
- `BP_RUNWAY_DENO_VERSION=v1.46.3`
- `BP_RUNWAY_DENO_FILE_VERSION=runtime.txt`
- `BP_RUNWAY_DENO_PERM_ENV=PORT`
- `BP_RUNWAY_DENO_PERM_HRTIME=false`
Expand Down
2 changes: 1 addition & 1 deletion internal/meta/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type AppEnv struct {
AllowWrite string `env:"BP_RUNWAY_DENO_PERM_WRITE" envDefault:"false"`
AllowAll bool `env:"BP_RUNWAY_DENO_PERM_ALL" envDefault:"false"`

DenoVersion string `env:"BP_RUNWAY_DENO_VERSION" envDefault:"v1.25.1"`
DenoVersion string `env:"BP_RUNWAY_DENO_VERSION" envDefault:"v1.46.3"`
DenoFileVersion string `env:"BP_RUNWAY_DENO_FILE_VERSION" envDefault:"runtime.txt"`
DenoMain string `env:"BP_RUNWAY_DENO_MAIN" envDefault:"server.ts"`
}

0 comments on commit 2fae483

Please sign in to comment.