supabase-community / auth-ui

Pre-built Auth UI for React
https://supabase.com/docs/guides/auth/auth-helpers/auth-ui
MIT License
487 stars 121 forks source link

[Svelte] npm configs missing in package.json #116

Closed thorwebdev closed 1 year ago

thorwebdev commented 1 year ago

Release scripts are failing (e.g. this)

because https://github.com/supabase/auth-ui/blob/main/packages/svelte/package.json is missing

 "publishConfig": {
    "access": "public"
  },

And potentially a bunch of other stuff like main, module, files, types etc?

silentworks commented 1 year ago

Not a bug but intentional behavior, we still need to make some changes to the svelte package to match the design of the others hence why we haven't published a version as yet. Once ready we will add the correct config and publish it. Do note that this doesn't affect the publishing of other packages as shown in the screenshot.

Screenshot_20230210_110923

silentworks commented 1 year ago

This is no longer an issue at all as the Svelte Auth UI has now been released.