@datawheel/bespoke 0.2.3 → 0.2.4

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -3118,7 +3118,7 @@ function Viz(config) {
3118
3118
  linksFormat: vizProps.linksFormat,
3119
3119
  nodesFormat: vizProps.nodesFormat,
3120
3120
  topojsonFormat: vizProps.topojsonFormat,
3121
- config: { ...defaultConfig_default, ...vizConfig, sectionVariables: sectionVariablesStr, title: void 0 }
3121
+ config: { ...defaultConfig_default, ...vizConfig, sectionVariables: sectionVariablesStr }
3122
3122
  },
3123
3123
  "viz-key"
3124
3124
  ) })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datawheel/bespoke",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Content management system for creating automated data reports",
5
5
  "exports": {
6
6
  ".": {
@@ -127,4 +127,4 @@
127
127
  "peerDependencies": {
128
128
  "next": "13.2.0"
129
129
  }
130
- }
130
+ }