supabase-community / nuxt-supabase

A supa simple wrapper around Supabase.js to enable usage within Nuxt.
https://supabase.io
MIT License
168 stars 17 forks source link

Use vue supabase as dependency #4

Closed sduduzog closed 3 years ago

sduduzog commented 3 years ago

What kind of change does this PR introduce?

Bug fix, feature, docs update, ...

What is the current behavior?

Please link any relevant issues here.

What is the new behavior?

Feel free to include screenshots if it includes visual changes.

Additional context

Add any other context or screenshots.

scottrobertson commented 3 years ago

@sduduzog 1.0.6 of vue-supabase has been released with your changes.

sduduzog commented 3 years ago

I will update this PR asap

scottrobertson commented 3 years ago

@sduduzog this ready to go now?

sduduzog commented 3 years ago

I wanted to test the package on my project first, will do so in an hours time

sduduzog commented 3 years ago

good to go @scottrobertson

scottrobertson commented 3 years ago

1.0.8 released

scottrobertson commented 3 years ago

@sduduzog we should also check this does not mess up #1 actually. Forgot about that.

sduduzog commented 3 years ago

@scottrobertson definitely did. But you saying it again makes me nervous so I'll do the check... In fact, it is why we had to use commonjs for vue-supabase.

scottrobertson commented 3 years ago

@sduduzog just an FYI, I am using this in one of my projects now, and it's working nicely :) good job on this.