@parliamentarch/core 4.0.0 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,8 @@
2
2
 
3
3
  Tools to generate arch-styled parliamentary diagrams.
4
4
 
5
- ![Example diagram](../../sample.svg)
5
+ ![Example diagram](https://codeberg.org/Gouvernathor/ParliamentArch-TS/raw/sample.svg)
6
+ <!-- absolute link for NPM support -->
6
7
 
7
8
  This package handles two things: majorly (in the `geometry` submodule), the geometry of how the seats are arranged in space, and as an aside (in the `utils` submodule), some util functions shared by the other modules taking over from there.
8
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parliamentarch/core",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Tools to generate arch-styled parliamentary diagrams",
5
5
  "type": "module",
6
6