Browse Source

use new core fix fixed resize

merge-requests/22/head
vargburz 2 years ago
parent
commit
13dc3f8abe
  1. 47349
      dist/index.js
  2. 62
      package-lock.json
  3. 2
      package.json
  4. 8
      yarn.lock

47349
dist/index.js vendored

File diff suppressed because one or more lines are too long

62
package-lock.json generated

@ -9,7 +9,7 @@
"version": "0.4.14",
"license": "ISC",
"dependencies": {
"@chartwerk/core": "^0.3.10"
"@chartwerk/core": "^0.4.0"
},
"devDependencies": {
"@types/d3": "5.16.4",
@ -25,9 +25,9 @@
}
},
"node_modules/@chartwerk/core": {
"version": "0.3.10",
"resolved": "https://registry.npmjs.org/@chartwerk/core/-/core-0.3.10.tgz",
"integrity": "sha512-oYaAQ/GNGUPI7B2JpRIwIQ+ShlRQisz3AVH/T7Nelq0DnTvRB8NYCXXOOtJqgBB0IVKiYYkZr7HqDzNpYP38PA=="
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@chartwerk/core/-/core-0.4.0.tgz",
"integrity": "sha512-0/ZoNaVGO0NoEr/N+tyB9KpWZLsXep21tzg0rN04bzTYxjKIZvthXpgMGWNofLGc/rfZiLxbY5anvYhwjXT/Fw=="
},
"node_modules/@types/d3": {
"version": "5.16.4",
@ -801,6 +801,16 @@
"node": ">=8"
}
},
"node_modules/bindings": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
"integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
"dev": true,
"optional": true,
"dependencies": {
"file-uri-to-path": "1.0.0"
}
},
"node_modules/bluebird": {
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
@ -2144,6 +2154,13 @@
"integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==",
"dev": true
},
"node_modules/file-uri-to-path": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
"integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
"dev": true,
"optional": true
},
"node_modules/fill-range": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
@ -3241,6 +3258,13 @@
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
"dev": true
},
"node_modules/nan": {
"version": "2.15.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz",
"integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==",
"dev": true,
"optional": true
},
"node_modules/nanomatch": {
"version": "1.2.13",
"resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
@ -5462,9 +5486,9 @@
},
"dependencies": {
"@chartwerk/core": {
"version": "0.3.10",
"resolved": "https://registry.npmjs.org/@chartwerk/core/-/core-0.3.10.tgz",
"integrity": "sha512-oYaAQ/GNGUPI7B2JpRIwIQ+ShlRQisz3AVH/T7Nelq0DnTvRB8NYCXXOOtJqgBB0IVKiYYkZr7HqDzNpYP38PA=="
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@chartwerk/core/-/core-0.4.0.tgz",
"integrity": "sha512-0/ZoNaVGO0NoEr/N+tyB9KpWZLsXep21tzg0rN04bzTYxjKIZvthXpgMGWNofLGc/rfZiLxbY5anvYhwjXT/Fw=="
},
"@types/d3": {
"version": "5.16.4",
@ -6165,6 +6189,16 @@
"dev": true,
"optional": true
},
"bindings": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz",
"integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==",
"dev": true,
"optional": true,
"requires": {
"file-uri-to-path": "1.0.0"
}
},
"bluebird": {
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
@ -7348,6 +7382,13 @@
"integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==",
"dev": true
},
"file-uri-to-path": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz",
"integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==",
"dev": true,
"optional": true
},
"fill-range": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
@ -8228,6 +8269,13 @@
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
"dev": true
},
"nan": {
"version": "2.15.0",
"resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz",
"integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ==",
"dev": true,
"optional": true
},
"nanomatch": {
"version": "1.2.13",
"resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",

2
package.json

@ -15,7 +15,7 @@
"author": "CorpGlory",
"license": "ISC",
"dependencies": {
"@chartwerk/core": "^0.3.10"
"@chartwerk/core": "^0.4.0"
},
"devDependencies": {
"@types/d3": "5.16.4",

8
yarn.lock

@ -2,10 +2,10 @@
# yarn lockfile v1
"@chartwerk/core@^0.3.10":
"integrity" "sha512-oYaAQ/GNGUPI7B2JpRIwIQ+ShlRQisz3AVH/T7Nelq0DnTvRB8NYCXXOOtJqgBB0IVKiYYkZr7HqDzNpYP38PA=="
"resolved" "https://registry.npmjs.org/@chartwerk/core/-/core-0.3.10.tgz"
"version" "0.3.10"
"@chartwerk/core@^0.4.0":
"integrity" "sha512-0/ZoNaVGO0NoEr/N+tyB9KpWZLsXep21tzg0rN04bzTYxjKIZvthXpgMGWNofLGc/rfZiLxbY5anvYhwjXT/Fw=="
"resolved" "https://registry.npmjs.org/@chartwerk/core/-/core-0.4.0.tgz"
"version" "0.4.0"
"@types/d3-array@^1":
"integrity" "sha512-E/7RgPr2ylT5dWG0CswMi9NpFcjIEDqLcUSBgNHe/EMahfqYaTx4zhcggG3khqoEB/leY4Vl6nTSbwLUPjXceA=="

Loading…
Cancel
Save