pyret-npm 0.0.72 → 0.0.73

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyret-npm",
3
- "version": "0.0.72",
3
+ "version": "0.0.73",
4
4
  "description": "The CLI for the Pyret programming language",
5
5
  "files": [
6
6
  "pyret.js",
@@ -239213,7 +239213,7 @@ return {"staticModules":{"builtin://global":({
239213
239213
  type: 'linear',
239214
239214
  range: 'width',
239215
239215
  zero: false,
239216
- domain: { data: 'rawTable', field: 'bin1' }
239216
+ domain: { data: 'rawTable', fields: ['bin0', 'bin1'] }
239217
239217
  },
239218
239218
  {
239219
239219
  name: 'countScale',
@@ -1753,7 +1753,7 @@
1753
1753
  type: 'linear',
1754
1754
  range: 'width',
1755
1755
  zero: false,
1756
- domain: { data: 'rawTable', field: 'bin1' }
1756
+ domain: { data: 'rawTable', fields: ['bin0', 'bin1'] }
1757
1757
  },
1758
1758
  {
1759
1759
  name: 'countScale',
@@ -1753,7 +1753,7 @@
1753
1753
  type: 'linear',
1754
1754
  range: 'width',
1755
1755
  zero: false,
1756
- domain: { data: 'rawTable', field: 'bin1' }
1756
+ domain: { data: 'rawTable', fields: ['bin0', 'bin1'] }
1757
1757
  },
1758
1758
  {
1759
1759
  name: 'countScale',