bamtigraph 1.0.0 → 1.1.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 CHANGED
@@ -16,11 +16,11 @@ These images were rendered with BamtiGraph using the included sample data.
16
16
 
17
17
  ### Daily and weekly traffic
18
18
 
19
- ![Daily and weekly traffic charts](https://raw.githubusercontent.com/gosuda/BamtiGraph/v1.0.0/docs/images/traffic.png)
19
+ ![Daily and weekly traffic charts](https://raw.githubusercontent.com/gosuda/BamtiGraph/v1.1.0/docs/images/traffic.png)
20
20
 
21
21
  ### CPU, memory, and temperature
22
22
 
23
- ![CPU, memory, and temperature charts](https://raw.githubusercontent.com/gosuda/BamtiGraph/v1.0.0/docs/images/metrics.png)
23
+ ![CPU, memory, and temperature charts](https://raw.githubusercontent.com/gosuda/BamtiGraph/v1.1.0/docs/images/metrics.png)
24
24
 
25
25
  ## Try the demo
26
26
 
@@ -42,7 +42,7 @@ Install the npm package:
42
42
  npm install bamtigraph
43
43
  ```
44
44
 
45
- The Deno package name is `jsr:@safe/bantigraph`; JSR releases are published separately.
45
+ The Deno package name is `jsr:@safe/bamtigraph`; JSR releases are published separately.
46
46
 
47
47
  This Node.js example creates a chart and saves it as `traffic.png`:
48
48
 
@@ -96,7 +96,7 @@ In Go, set `graph.Watermark = "My network"`, or pass `-watermark "My network"` t
96
96
 
97
97
  In the demo, use **Custom edge text**. You can also change the surrounding page labels in `assets/brand.js`.
98
98
 
99
- ![Chart with an optional BAMTIGRAPH label](https://raw.githubusercontent.com/gosuda/BamtiGraph/v1.0.0/docs/images/custom-label.png)
99
+ ![Chart with an optional BAMTIGRAPH label](https://raw.githubusercontent.com/gosuda/BamtiGraph/v1.1.0/docs/images/custom-label.png)
100
100
 
101
101
  ## Explore more
102
102
 
@@ -1,7 +1,7 @@
1
- /*! BamtiGraph 1.0.0 | BSD-3-Clause | See LICENSE */
1
+ /*! BamtiGraph 1.1.0 | BSD-3-Clause | See LICENSE */
2
2
  (() => {
3
3
  // src/index.ts
4
- var VERSION = "1.0.0";
4
+ var VERSION = "1.1.0";
5
5
  var LIMITS = Object.freeze({
6
6
  pixels: 16e6,
7
7
  layerPixels: 4e7,
package/dist/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! BamtiGraph 1.0.0 | BSD-3-Clause | See LICENSE */
1
+ /*! BamtiGraph 1.1.0 | BSD-3-Clause | See LICENSE */
2
2
  "use strict";
3
3
  var __defProp = Object.defineProperty;
4
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -53,7 +53,7 @@ __export(index_exports, {
53
53
  yearly: () => yearly
54
54
  });
55
55
  module.exports = __toCommonJS(index_exports);
56
- var VERSION = "1.0.0";
56
+ var VERSION = "1.1.0";
57
57
  var LIMITS = Object.freeze({
58
58
  pixels: 16e6,
59
59
  layerPixels: 4e7,