Skip to content

Commit

Permalink
docs: add michel-codec to typedocs (#2806)
Browse files Browse the repository at this point in the history
* docs: add michel-codec to typedocs

* update typedoc to get the one with fixed behaviour
  • Loading branch information
ac10n authored Feb 21, 2024
1 parent 69d45c1 commit 320fd3d
Show file tree
Hide file tree
Showing 5 changed files with 3,709 additions and 8,366 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"ts-toolbelt": "^9.6.0",
"typedoc": "^0.25.2",
"typedoc": "^0.25.8",
"typescript": "5.2.2"
},
"config": {
Expand Down
2 changes: 1 addition & 1 deletion packages/taquito-signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"ts-toolbelt": "^9.6.0",
"typedoc": "^0.25.2",
"typedoc": "^0.25.8",
"typescript": "~5.2.2"
},
"gitHead": "551e35aeff7d6dcde1c72284238c0ed3c3aae77e"
Expand Down
1 change: 1 addition & 0 deletions typedoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
'./packages/taquito-utils/src/taquito-utils.ts',
'./packages/taquito-contracts-library/src/taquito-contracts-library.ts',
'./packages/taquito-sapling/src/taquito-sapling.ts',
'./packages/taquito-michel-codec/src/taquito-michel-codec.ts',
],
exclude: [
'**/*.spec.ts',
Expand Down
Loading

0 comments on commit 320fd3d

Please sign in to comment.