Skip to content

v1.3.1

Compare
Choose a tag to compare
@drashbot drashbot released this 08 Feb 09:47
4d40833

Compatibility

  • Requires Deno v1.4.0 or higher
  • Uses Deno std@85.0

Importing

  • Import this latest release by using the following in your project(s):
    $ deno install --allow-net='x.nest.land,cdn.deno.land,api.deno.land,raw.githubusercontent.com,github.com,api.github.com' --allow-read='.' --allow-write='deps.ts' https://deno.land/x/dmm@v1.3.1/mod.ts
    

Updates

  • chore: Update dependencies and bump version numbers across repo (#104)
  • chore: Replace LoggerService with ConsoleLogger (#100)
  • fix: Not updating raw github imports; Update dependencies (#98)