@jarenjs/charts 0.67.0 → 0.72.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 +3 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -427,3 +427,6 @@ Every subpath a consumer can import, derived from the manifest by
|
|
|
427
427
|
| `@jarenjs/charts/schemas/chart-definition.schema.json` | schema | — |
|
|
428
428
|
| `@jarenjs/charts/package.json` | metadata | — |
|
|
429
429
|
<!--/fact-->
|
|
430
|
+
|
|
431
|
+
Author definitions in code with the typed [chart pen](../../packages/linq/docs/CHARTS-PEN.md),
|
|
432
|
+
then pass its `.schema` directly to `compileChart`.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jarenjs/charts",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.72.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.js",
|
|
7
7
|
"types": "./dist/types/index.d.ts",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"prepack": "npm run build:types"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@jarenjs/core": "^0.
|
|
74
|
-
"@jarenjs/view": "^0.
|
|
73
|
+
"@jarenjs/core": "^0.72.0",
|
|
74
|
+
"@jarenjs/view": "^0.72.0"
|
|
75
75
|
}
|
|
76
76
|
}
|