Skip to content

Commit 28c95c1

Browse files
committed
1 parent 94f2e09 commit 28c95c1

File tree

3 files changed

+80
-2
lines changed

3 files changed

+80
-2
lines changed

__snapshots__/test.js.snap

+78
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
3+
exports[`ImageCharts toBuffer works 1`] = `
4+
Object {
5+
"data": Array [
6+
137,
7+
80,
8+
78,
9+
71,
10+
13,
11+
10,
12+
26,
13+
10,
14+
0,
15+
0,
16+
0,
17+
13,
18+
73,
19+
72,
20+
68,
21+
82,
22+
0,
23+
0,
24+
0,
25+
2,
26+
0,
27+
0,
28+
0,
29+
2,
30+
1,
31+
0,
32+
0,
33+
0,
34+
0,
35+
90,
36+
205,
37+
48,
38+
137,
39+
0,
40+
0,
41+
0,
42+
12,
43+
73,
44+
68,
45+
65,
46+
84,
47+
120,
48+
218,
49+
99,
50+
56,
51+
192,
52+
112,
53+
0,
54+
0,
55+
3,
56+
4,
57+
1,
58+
129,
59+
42,
60+
229,
61+
110,
62+
90,
63+
0,
64+
0,
65+
0,
66+
0,
67+
73,
68+
69,
69+
78,
70+
68,
71+
174,
72+
66,
73+
96,
74+
130,
75+
],
76+
"type": "Buffer",
77+
}
78+
`;

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "image-charts",
3-
"version": "5.5.1",
3+
"version": "5.1.0",
44
"description": "Official Image-Charts.com API client library",
55
"main": "lib.js",
66
"types": "types.d.ts",

0 commit comments

Comments
 (0)