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

NPM Release Version Mismatch #485

Open
robin-rpr opened this issue Apr 12, 2024 · 5 comments
Open

NPM Release Version Mismatch #485

robin-rpr opened this issue Apr 12, 2024 · 5 comments

Comments

@robin-rpr
Copy link

robin-rpr commented Apr 12, 2024

Hello there,

First of all some praise for the fantastic package!
I have noticed a Version mismatch in the NPM Release of 5.1.0 and 5.0.2

Please see the package.json file in both releases.
https://www.npmjs.com/package/pixi-viewport/v/5.1.0?activeTab=code
https://www.npmjs.com/package/pixi-viewport/v/5.0.2?activeTab=code

What I expected was that the PIXI Version would remain at 7.x
What I am seeing is a PIXI Version downgrade back to 6.x

Was this downgrade intentional with this new minor release 3 days ago? =)

Best, Robin

@ivan-work
Copy link

ivan-work commented Apr 13, 2024

does it even work for you? I have troubles with making it work for pixi.js@8.0.5, app.stage.addChild(viewport) gives TS error

@robin-rpr
Copy link
Author

Yeah @ivan-work, pixi-viewpoint is only compatible up to pixi.js@7.0.0 sharp, anything above is not yet supported.

The following is the latest combination you can have as of today:

"@pixi-essentials/cull": "^2.0.0", /* Optional, if you want to use culling */
"pixi-viewport": "^5.0.2",
"pixi.js": "^7.0.0",

@ivan-work
Copy link

I'm sorry, what does "pixi-viewport suports pixi 8.0.4 thanks to @WillYuum" mean in https://github.com/davidfig/pixi-viewport/releases/tag/5.1.0 then?

@robin-rpr
Copy link
Author

@ivan-work Please read this Issue description.

@nightgrey
Copy link

Basically, the version on NPM and on GitHub are out of sync... see #487.

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

No branches or pull requests

3 participants