-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The Node/ folder currently contains the Ubiq server, which is updated alongside client changes. However, it is not versioned independently, making it more difficult to track changes specific to the server. Versioning the server package would also allow us to publish the server package to the npm registry, enabling its use by Ubiq-Genie and other npm packages.
Two options exist:
- Version the server in alignment with the main Unity package version.
- Introduce an independent versioning scheme for the server to enable clearer tracking of server-specific changes.
My preference is option 2 for greater transparency. I'll create a PR for this soon. @bnco-dev @anthonysteed, if you have any preferences, please let me know!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request