gofish-graphics 0.0.22-nightly.20260127 → 0.0.22-nightly.20260129
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/dist/index.js +4098 -3958
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gofish-graphics",
|
|
3
|
-
"version": "0.0.22-nightly.
|
|
3
|
+
"version": "0.0.22-nightly.20260129",
|
|
4
4
|
"description": "A library for creating charts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -37,8 +37,9 @@
|
|
|
37
37
|
"prepublishOnly": "pnpm run build",
|
|
38
38
|
"storybook": "storybook dev -p 6006",
|
|
39
39
|
"build-storybook": "storybook build",
|
|
40
|
-
"test": "
|
|
41
|
-
"test:path": "tsx src/tests/path.test.ts"
|
|
40
|
+
"test": "pnpm run test:path && pnpm run test:font",
|
|
41
|
+
"test:path": "tsx src/tests/path.test.ts",
|
|
42
|
+
"test:font": "tsx src/tests/fontUtils.test.ts"
|
|
42
43
|
},
|
|
43
44
|
"devDependencies": {
|
|
44
45
|
"@storybook/addon-docs": "^9.1.6",
|