Files
mermaid/.github
Alois Klink ab28d728de ci: include parser in @mermaid-js/mermaid pkg
Right now, since we're using `npm publish` instead of `pnpm publish`,
the `^workspace:` specifier in our `package.json` file won't work.

We're also not publishing a `@mermaid-js/parser` package.
Instead, we can use `pnpm pack` to create a `.tgz` that `npm publish`
can upload.

We can also use `bundledDependencies` to include the
`@mermaid-js/parser` package, in case the latest preview version of
mermaid requires new changes to that package.
2026-05-07 20:52:55 +09:00
..
2022-09-03 13:41:25 +05:30
2025-04-17 17:38:55 -04:00
2023-01-17 22:09:22 +05:30
2026-03-09 14:27:57 +01:00
2025-04-17 17:38:53 -04:00