enisdenjo / graphql-ws

Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.
https://the-guild.dev/graphql/ws
MIT License
1.75k stars 162 forks source link

Warning Workspaces can only be enabled in private projects. #524

Closed jer-sen closed 11 months ago

jer-sen commented 11 months ago

You should remove this from package.json to avoid this warning when installing the module:

  "workspaces": [
    "website"
  ],
enisdenjo commented 11 months ago

:tada: This issue has been resolved in version 5.14.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

enisdenjo commented 11 months ago

Thanks for pointing this out @jer-sen! The new release v5.14.3 doesn't include the workspaces entry, try it out.

jer-sen commented 11 months ago

@enisdenjo you're welcome!