Hello, Apache team.
Currently building @casbinjs/core (a JavaScript library that wraps casbin-core) for use in React and Solid.js applications, via the GitHub reference (apache/casbin-core#v1.0.0), it works in development but creates problems when publishing to npm:
- Consumers installing our package via npm get a GitHub URL in their lockfile rather than a resolved npm package, which breaks many CI environments and package managers
- npm's own tooling and package resolution works significantly better with registry-published packages
Are there any plans to publish this release onto npm? I'm happy to assist.
Thanks for maintaining this project!
Hello, Apache team.
Currently building
@casbinjs/core(a JavaScript library that wrapscasbin-core) for use in React and Solid.js applications, via the GitHub reference (apache/casbin-core#v1.0.0), it works in development but creates problems when publishing tonpm:Are there any plans to publish this release onto
npm? I'm happy to assist.Thanks for maintaining this project!