Skip to content

Commit b4d76b7

Browse files
committed
npm v0.5.0
based on pull request #53
1 parent 4fe59fc commit b4d76b7

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

dist/WebglBaseLine.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/WebglBaseLine.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webgl-plot",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "High-performance 2D plotting library based on native WebGL",
55
"main": "./dist/webglplot.umd.js",
66
"module": "./dist/webglplot.esm.js",
@@ -10,7 +10,7 @@
1010
"@typescript-eslint/eslint-plugin": "^3.10.1",
1111
"@typescript-eslint/parser": "^3.10.1",
1212
"eslint": "^7.7.0",
13-
"rollup": "^2.26.7",
13+
"rollup": "^2.26.8",
1414
"typedoc": "^0.19.0",
1515
"typedoc-plugin-markdown": "^2.4.2",
1616
"typescript": "^4.0.2"
@@ -30,4 +30,4 @@
3030
"url": "https://github.com/danchitnis/webgl-plot/issues"
3131
},
3232
"homepage": "https://github.com/danchitnis/webgl-plot"
33-
}
33+
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -732,10 +732,10 @@ [email protected]:
732732
dependencies:
733733
glob "^7.1.3"
734734

735-
rollup@^2.26.7:
736-
version "2.26.7"
737-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.26.7.tgz#6188b38238cb198bef9f0d09f390c330ef766d27"
738-
integrity sha512-3/aXJ+ibw2fqj6KBX4ioYcx8s3kseYXzyxLR6Xmm7Zakzd7WNvn9XDUahBCQ/oPVHmVO9gEeIYKHgFaZWqsJzg==
735+
rollup@^2.26.8:
736+
version "2.26.8"
737+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.26.8.tgz#7b02353835a73c4797f42177a5fa3fc074012713"
738+
integrity sha512-li9WaJYc5z9WzV1jhZbPQCrsOpGNsI+Li1qyrn5n745ZNSnlkRlBtj1Hs+Z0Dc2N1+P7HT34UKAEASqN9Th8cg==
739739
optionalDependencies:
740740
fsevents "~2.1.2"
741741

0 commit comments

Comments
 (0)