Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change plugin schema: Switch version to String instead of Number #455

Open
mStirner opened this issue May 5, 2024 · 1 comment
Open

Comments

@mStirner
Copy link
Member

mStirner commented May 5, 2024

version: Joi.number().required(),

Switch from Number, to String, which represents a semver version.

@mStirner mStirner added this to the v3.0.0 release milestone May 27, 2024
@mStirner
Copy link
Member Author

mStirner commented Jun 1, 2024

Switch package.json from string property to object, like this

openhaus:{
  backend: ">=3.0.1 || <=2.5.32",
  connector: ">5.2"
  frontend: "<=2.1 || >=2.4"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant