Xstate: The @xstate/vue package is marked private in its package.json

Created on 20 Jan 2020  路  5Comments  路  Source: davidkpiano/xstate

Description
The @xstate/vue package is marked private in its package.json and therefore inaccessible from the npm and yarnpkg registries or when attempting yarn add @xstate/vue or npm install @xstate/vue commands.

package.json can be seen with private: true

The documentation implies this is not intentional.

Thanks very much for the very interesting library!

馃挌 @xstatvue

Most helpful comment

@josephfh Your wish is our command, try it out: https://www.npmjs.com/package/@xstate/vue

All 5 comments

The package is meant to be private for some more time because it ain't ready for a final release yet. Its docs probably shouldn't be published just yet, @davidkpiano anything that we could do easily to take those docs down for the time being? Or maybe we should just "under development" banner or smth?

@Andarist We can probably release a 0.x version for now.

When you do release a 0.x version it would be great to add any known issues to the documentation. I will be trying it out as soon as the package is public :)

Thanks!

@josephfh Your wish is our command, try it out: https://www.npmjs.com/package/@xstate/vue

Nice!

I'll move my current application that use raw XState & Vue to this and see if I find any issue. 馃憤
With the raw version of XState I had some caching issue between view, I'll check if it's fixed in this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

3plusalpha picture 3plusalpha  路  3Comments

rodinhart picture rodinhart  路  3Comments

bradwoods picture bradwoods  路  3Comments

suku-h picture suku-h  路  3Comments

hnordt picture hnordt  路  3Comments