Skip to content

Server package versioning and NPM registry #63

@nsalminen

Description

@nsalminen

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:

  1. Version the server in alignment with the main Unity package version.
  2. 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!

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions