@nowline/layout 0.6.0 → 0.7.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nowline/layout",
3
- "version": "0.6.0",
4
- "description": "Nowline layout engine — AST positioned model for rendering",
3
+ "version": "0.7.0",
4
+ "description": "Nowline layout engine — works out where everything goes on the page before it's drawn.",
5
5
  "license": "Apache-2.0",
6
6
  "engines": {
7
7
  "node": ">=22",
@@ -24,7 +24,7 @@
24
24
  "dependencies": {
25
25
  "d3-scale": "^4.0.2",
26
26
  "d3-time": "^3.1.0",
27
- "@nowline/core": "0.6.0"
27
+ "@nowline/core": "0.7.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/d3-scale": "^4.0.9",