File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @midival/node" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.2 " ,
44 "main" : " dist/index.js" ,
55 "repository" : " git@github.com:midival/node.git" ,
66 "author" : " Kacper Kula <kulak@kulak.at>" ,
99 "@types/node" : " ^16.3.3" ,
1010 "rollup" : " ^2.53.2" ,
1111 "rollup-plugin-typescript2" : " ^0.30.0" ,
12- "typescript" : " ^4.3.5"
12+ "typescript" : " ^4.3.5" ,
13+ "tslib" : " ^2.3.0" ,
14+ "typedoc" : " ^0.21.4"
1315 },
1416 "peerDependencies" : {
1517 "midi" : " ^2.0.0"
1618 },
1719 "scripts" : {
1820 "compile" : " rollup -c" ,
1921 "test" : " echo 'No tests yet'" ,
20- "docs" : " typedoc --ignoreCompilerErrors " ,
22+ "docs" : " typedoc" ,
2123 "deploy" : " gh-pages -d docs"
2224 },
2325 "dependencies" : {
24- "@midival/core" : " ^0.0.13" ,
25- "tslib" : " ^2.3.0" ,
26- "typedoc" : " ^0.21.4"
26+ "@midival/core" : " ^0.0.13"
2727 }
2828}
Original file line number Diff line number Diff line change 1616 picomatch "^2.2.2"
1717
1818" @types/node@^16.3.3 " :
19- version "16.3.3 "
20- resolved "https://registry.yarnpkg.com/@types/node/-/node-16.3.3 .tgz#0c30adff37bbbc7a50eb9b58fae2a504d0d88038 "
21- integrity sha512-8h7k1YgQKxKXWckzFCMfsIwn0Y61UK6tlD6y2lOb3hTOIMlK3t9/QwHOhc81TwU+RMf0As5fj7NPjroERCnejQ ==
19+ version "16.4.0 "
20+ resolved "https://registry.yarnpkg.com/@types/node/-/node-16.4.0 .tgz#2c219eaa3b8d1e4d04f4dd6e40bc68c7467d5272 "
21+ integrity sha512-HrJuE7Mlqcjj+00JqMWpZ3tY8w7EUd+S0U3L1+PQSWiXZbOgyQDvi+ogoUxaHApPJq5diKxYBQwA3iIlNcPqOg ==
2222
2323balanced-match@^1.0.0 :
2424 version "1.0.2"
You can’t perform that action at this time.
0 commit comments