Skip to content

v1.1.1

Latest
Compare
Choose a tag to compare
@drashbot drashbot released this 13 May 20:37
· 14 commits to refs/heads/main since this release
2c82d1c

Compatibility

Requires Deno v1.20

Documentation

Usage

  1. Create a deps.ts file.
// deps.ts

export { Model } from "https://deno.land/x/vital@v1.1.1/mod.ts";
  1. Import Model from your deps.ts file.
import { Model } from "./deps.ts"

... your
... code
... here

Release Summary

  • fix: Build errors by downgrading postgres