graphlib icon indicating copy to clipboard operation
graphlib copied to clipboard

Release?

Open samestep opened this issue 2 years ago • 3 comments

Hello! Thanks so much for making and maintaining this library, it's quite useful.

We (@penrose) were wondering when the next npm release of graphlib will be; presumably 2.1.9?

https://github.com/dagrejs/graphlib/blob/e864ad6ba2619ad9f40984c9d938ed2e7eec9b63/package.json#L3

Specifically, graphlib 2.1.8 is blocking us from switching our build system to Vite. The latest commit in the graphlib repo works just fine for us with Vite, but we can't just use a GitHub dependency in package.json because that doesn't include the compiled/ directory. See this discussion: https://github.com/penrose/penrose/pull/964#issuecomment-1125471225

samestep avatar May 12 '22 22:05 samestep

@rustedgrail I was super excited to see commit c464a1c9e60766aa93b491ee584e9a72768ba3d7! Could you upload that release to npm?

samestep avatar Aug 21 '22 11:08 samestep

I'm slowly working on this. I need to get the NPM permissions corrected before I can release.

rustedgrail avatar Aug 22 '22 11:08 rustedgrail

Ah OK, makes sense; thanks! Sorry for rushing you.

samestep avatar Aug 22 '22 11:08 samestep

You can also install a git repo as npm dependency. https://docs.npmjs.com/cli/v8/commands/npm-install

For Example: npm i -S git://[email protected]/dagrejs/graphlib#v3.0.1 or npm i -S git://[email protected]/dagrejs/graphlib#eb6f40fa7281169f412831925275f51700ba7c57

At least thats a workaround, until it can be commited as official npm package

Jona898 avatar Oct 21 '22 19:10 Jona898

A new version has been pushed the the dagrejs/graphlib npm package.

rustedgrail avatar Mar 03 '23 10:03 rustedgrail