bamtigraph 0.1.0 → 1.0.0
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.
- package/README.md +14 -0
- package/dist/bamtigraph.global.js +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -426,7 +426,7 @@ type MountedCanvas = HTMLCanvasElement & {
|
|
|
426
426
|
};
|
|
427
427
|
|
|
428
428
|
/** BamtiGraph library version. */
|
|
429
|
-
export const VERSION: string = "
|
|
429
|
+
export const VERSION: string = "1.0.0";
|
|
430
430
|
/** Per-operation allocation and enumeration guards. */
|
|
431
431
|
export const LIMITS: Readonly<{
|
|
432
432
|
pixels: number;
|