Browse Source

use new core fix fixed resize

merge-requests/22/head
vargburz 3 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", "version": "0.4.14",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@chartwerk/core": "^0.3.10" "@chartwerk/core": "^0.4.0"
}, },
"devDependencies": { "devDependencies": {
"@types/d3": "5.16.4", "@types/d3": "5.16.4",
@ -25,9 +25,9 @@
} }
}, },
"node_modules/@chartwerk/core": { "node_modules/@chartwerk/core": {
"version": "0.3.10", "version": "0.4.0",
"resolved": "https://registry.npmjs.org/@chartwerk/core/-/core-0.3.10.tgz", "resolved": "https://registry.npmjs.org/@chartwerk/core/-/core-0.4.0.tgz",
"integrity": "sha512-oYaAQ/GNGUPI7B2JpRIwIQ+ShlRQisz3AVH/T7Nelq0DnTvRB8NYCXXOOtJqgBB0IVKiYYkZr7HqDzNpYP38PA==" "integrity": "sha512-0/ZoNaVGO0NoEr/N+tyB9KpWZLsXep21tzg0rN04bzTYxjKIZvthXpgMGWNofLGc/rfZiLxbY5anvYhwjXT/Fw=="
}, },
"node_modules/@types/d3": { "node_modules/@types/d3": {
"version": "5.16.4", "version": "5.16.4",
@ -801,6 +801,16 @@
"node": ">=8" "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": { "node_modules/bluebird": {
"version": "3.7.2", "version": "3.7.2",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
@ -2144,6 +2154,13 @@
"integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==", "integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==",
"dev": true "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": { "node_modules/fill-range": {
"version": "7.0.1", "version": "7.0.1",
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
@ -3241,6 +3258,13 @@
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
"dev": true "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": { "node_modules/nanomatch": {
"version": "1.2.13", "version": "1.2.13",
"resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
@ -5462,9 +5486,9 @@
}, },
"dependencies": { "dependencies": {
"@chartwerk/core": { "@chartwerk/core": {
"version": "0.3.10", "version": "0.4.0",
"resolved": "https://registry.npmjs.org/@chartwerk/core/-/core-0.3.10.tgz", "resolved": "https://registry.npmjs.org/@chartwerk/core/-/core-0.4.0.tgz",
"integrity": "sha512-oYaAQ/GNGUPI7B2JpRIwIQ+ShlRQisz3AVH/T7Nelq0DnTvRB8NYCXXOOtJqgBB0IVKiYYkZr7HqDzNpYP38PA==" "integrity": "sha512-0/ZoNaVGO0NoEr/N+tyB9KpWZLsXep21tzg0rN04bzTYxjKIZvthXpgMGWNofLGc/rfZiLxbY5anvYhwjXT/Fw=="
}, },
"@types/d3": { "@types/d3": {
"version": "5.16.4", "version": "5.16.4",
@ -6165,6 +6189,16 @@
"dev": true, "dev": true,
"optional": 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": { "bluebird": {
"version": "3.7.2", "version": "3.7.2",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
@ -7348,6 +7382,13 @@
"integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==", "integrity": "sha512-0btnI/H8f2pavGMN8w40mlSKOfTK2SVJmBfBeVIj3kNw0swwgzyRq0d5TJVOwodFmtvpPeWPN/MCcfuWF0Ezbw==",
"dev": true "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": { "fill-range": {
"version": "7.0.1", "version": "7.0.1",
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
@ -8228,6 +8269,13 @@
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
"dev": true "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": { "nanomatch": {
"version": "1.2.13", "version": "1.2.13",
"resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",

2
package.json

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

8
yarn.lock

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

Loading…
Cancel
Save