Octo8080X / fresh-session

Dead simple cookie-based session for Deno Fresh.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we have a new release?

zwn opened this issue · comments

Can we have 0.2.2 to include this fix:

I am trying fresh 1.3.0 and typescript complains since I import stuff from 1.3.0 but fresh-session 0.2.0 imports from 1.0.1:

image

So if fresh could be updated as well that would be great.

If you can't wait, you can import the current branch from Github like this:

  "imports": {
    "fresh-session/": "https://raw.githubusercontent.com/Octo8080X/fresh-session/main/"
  },

@digitaldesigndj

New release. The problem should be resolved, so please give it a try.
Thank you very much.

Thanks 👍