@pie-lib/plot 3.1.1-next.1 → 3.2.0-next.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/package.json CHANGED
@@ -3,26 +3,29 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "3.1.1-next.1",
6
+ "version": "3.2.0-next.0+c7578ca",
7
7
  "description": "Some underlying components for building charts/graphs",
8
8
  "keywords": [
9
9
  "react",
10
10
  "pie",
11
11
  "charting"
12
12
  ],
13
- "repository": "pie-framework/pie-lib",
14
13
  "main": "lib/index.js",
15
14
  "module": "src/index.js",
16
15
  "author": "",
17
16
  "license": "ISC",
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "https://github.com/pie-framework/pie-lib"
20
+ },
18
21
  "dependencies": {
19
22
  "@emotion/react": "^11.14.0",
20
23
  "@emotion/style": "^0.8.0",
21
24
  "@mapbox/point-geometry": "^1.1.0",
22
25
  "@mui/icons-material": "^7.3.4",
23
26
  "@mui/material": "^7.3.4",
24
- "@pie-lib/editable-html-tip-tap": "^1.1.1-next.3",
25
- "@pie-lib/render-ui": "^5.1.1-next.1",
27
+ "@pie-lib/editable-html-tip-tap": "^1.2.0-next.0+c7578ca",
28
+ "@pie-lib/render-ui": "^5.2.0-next.0+c7578ca",
26
29
  "assert": "^1.4.1",
27
30
  "d3-scale": "^4.0.2",
28
31
  "d3-selection": "^3.0.0",
@@ -38,6 +41,6 @@
38
41
  "peerDependencies": {
39
42
  "react": "^18.2.0"
40
43
  },
41
- "gitHead": "3bd6fd50a65d60fc94a893e87babf027c1144ed6",
44
+ "gitHead": "c7578cae82de46ec0dae41b7d1ef924401e6226d",
42
45
  "scripts": {}
43
46
  }
@@ -115,7 +115,6 @@ describe('utils', () => {
115
115
  { min: 11, max: 10, tickFrequency: 1, betweenTickCount: 0 },
116
116
  { interval: 10, major: 10 },
117
117
  );
118
- console.log('result: ', result);
119
118
  }).toThrow(Error);
120
119
  });
121
120
 
@@ -125,7 +124,6 @@ describe('utils', () => {
125
124
  { min: 10, max: 10, tickFrequency: 1, betweenTickCount: 0 },
126
125
  { interval: 10, major: 10 },
127
126
  );
128
- console.log('result: ', result);
129
127
  }).toThrow(Error);
130
128
  });
131
129
  });
@@ -145,7 +143,6 @@ describe('utils', () => {
145
143
  { min: 0, max: 10, tickFrequency: 1, betweenTickCount: 0 },
146
144
  { interval: 10, major: 10 },
147
145
  );
148
- console.log('result: ', result);
149
146
  }).toThrow(Error);
150
147
  });
151
148
 
@@ -1,16 +0,0 @@
1
- [
2
- {
3
- "type": "fix",
4
- "scope": null,
5
- "subject": "solve conflicts with dev",
6
- "merge": null,
7
- "header": "fix: solve conflicts with dev",
8
- "body": null,
9
- "footer": null,
10
- "notes": [],
11
- "hash": "50d83c31e1e4d5e719b714ff4bd7aafa797db6d2",
12
- "gitTags": "",
13
- "committerDate": "2026-01-28 12:46:38 +0200",
14
- "isTagged": false
15
- }
16
- ]