diff --git a/README.md b/README.md index 10090dd2dace..d1ee3d585a01 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ---- + # Cosmos SDK diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 5a3d148ec652..9295d711284f 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -123,7 +123,7 @@ module.exports = { } ], smallprint: - "The development of the Cosmos project is led primarily by Tendermint Inc., the for-profit entity which also maintains this website. Funding for this development comes primarily from the Interchain Foundation, a Swiss non-profit.", + "This website is maintained by Tendermint Inc. The contents and opinions of this website are those of Tendermint Inc.", links: [ { title: "Documentation", @@ -135,6 +135,10 @@ module.exports = { { title: "Cosmos Hub", url: "https://hub.cosmos.network/" + }, + { + title: "Tendermint Core", + url: "https://docs.tendermint.com/" } ] }, diff --git a/docs/README.md b/docs/README.md index 4a2a02e78484..7eb27fdea435 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,5 @@ ---- -layout: index + # Cosmos SDK Documentation diff --git a/docs/basics/README.md b/docs/basics/README.md index c2e3e519fe76..131ee1ba452f 100644 --- a/docs/basics/README.md +++ b/docs/basics/README.md @@ -1,8 +1,8 @@ ---- + # Basics diff --git a/docs/basics/accounts.md b/docs/basics/accounts.md index ae69c081f549..f5667a26009e 100644 --- a/docs/basics/accounts.md +++ b/docs/basics/accounts.md @@ -1,7 +1,7 @@ ---- + # Accounts diff --git a/docs/basics/app-anatomy.md b/docs/basics/app-anatomy.md index e982306f342d..0c7e084cea8b 100644 --- a/docs/basics/app-anatomy.md +++ b/docs/basics/app-anatomy.md @@ -1,7 +1,7 @@ ---- + # Anatomy of an SDK Application diff --git a/docs/basics/gas-fees.md b/docs/basics/gas-fees.md index b54a7f19be60..5bb4d779f5c0 100644 --- a/docs/basics/gas-fees.md +++ b/docs/basics/gas-fees.md @@ -1,7 +1,7 @@ ---- + # Gas and Fees diff --git a/docs/basics/tx-lifecycle.md b/docs/basics/tx-lifecycle.md index af138706b543..5d99c290e376 100644 --- a/docs/basics/tx-lifecycle.md +++ b/docs/basics/tx-lifecycle.md @@ -1,7 +1,7 @@ ---- + # Transaction Lifecycle diff --git a/docs/building-modules/README.md b/docs/building-modules/README.md index 5257e5aa2080..f23a129e7bb4 100644 --- a/docs/building-modules/README.md +++ b/docs/building-modules/README.md @@ -1,8 +1,8 @@ ---- + # Building Modules diff --git a/docs/building-modules/beginblock-endblock.md b/docs/building-modules/beginblock-endblock.md index fe3aeedceb92..578a0f733828 100644 --- a/docs/building-modules/beginblock-endblock.md +++ b/docs/building-modules/beginblock-endblock.md @@ -1,7 +1,7 @@ ---- + # BeginBlocker and EndBlocker diff --git a/docs/building-modules/genesis.md b/docs/building-modules/genesis.md index 0d4ddec93e77..8cb8815b7ce8 100644 --- a/docs/building-modules/genesis.md +++ b/docs/building-modules/genesis.md @@ -1,7 +1,7 @@ ---- + # Module Genesis diff --git a/docs/building-modules/handler.md b/docs/building-modules/handler.md index b42d591c0867..3b19bf9603a9 100644 --- a/docs/building-modules/handler.md +++ b/docs/building-modules/handler.md @@ -1,7 +1,7 @@ ---- + # Handlers diff --git a/docs/building-modules/intro.md b/docs/building-modules/intro.md index 8ad43da48ece..1d125b51b8a7 100644 --- a/docs/building-modules/intro.md +++ b/docs/building-modules/intro.md @@ -1,7 +1,7 @@ ---- + # Introduction to SDK Modules diff --git a/docs/building-modules/invariants.md b/docs/building-modules/invariants.md index 2e18551914d4..64b8e4696dc9 100644 --- a/docs/building-modules/invariants.md +++ b/docs/building-modules/invariants.md @@ -1,7 +1,7 @@ ---- + # Invariants diff --git a/docs/building-modules/keeper.md b/docs/building-modules/keeper.md index e76b0bb008d0..a9132bae041c 100644 --- a/docs/building-modules/keeper.md +++ b/docs/building-modules/keeper.md @@ -1,7 +1,7 @@ ---- + # Keepers diff --git a/docs/building-modules/messages-and-queries.md b/docs/building-modules/messages-and-queries.md index bb0665483b36..3c87cc84eeab 100644 --- a/docs/building-modules/messages-and-queries.md +++ b/docs/building-modules/messages-and-queries.md @@ -1,7 +1,7 @@ ---- + # Messages and Queries diff --git a/docs/building-modules/module-interfaces.md b/docs/building-modules/module-interfaces.md index 5b1352621a42..bfb820d75e40 100644 --- a/docs/building-modules/module-interfaces.md +++ b/docs/building-modules/module-interfaces.md @@ -1,7 +1,7 @@ ---- + # Module Interfaces diff --git a/docs/building-modules/module-manager.md b/docs/building-modules/module-manager.md index 2ad4bc9006a4..bbafacca29c7 100644 --- a/docs/building-modules/module-manager.md +++ b/docs/building-modules/module-manager.md @@ -1,8 +1,7 @@ ---- + # Module Manager diff --git a/docs/building-modules/querier.md b/docs/building-modules/querier.md index f839a2bef266..02c334fc3843 100644 --- a/docs/building-modules/querier.md +++ b/docs/building-modules/querier.md @@ -1,7 +1,7 @@ ---- + # Queriers diff --git a/docs/building-modules/structure.md b/docs/building-modules/structure.md index 7ae32f2dde82..6b6d2f889a14 100644 --- a/docs/building-modules/structure.md +++ b/docs/building-modules/structure.md @@ -1,7 +1,7 @@ ---- + # Recommended Folder Structure diff --git a/docs/core/README.md b/docs/core/README.md index 6d865e79a8ff..6bfd2feb3fb7 100644 --- a/docs/core/README.md +++ b/docs/core/README.md @@ -1,8 +1,8 @@ ---- + # Core Concepts diff --git a/docs/core/baseapp.md b/docs/core/baseapp.md index add0b049caf5..8ef2dbcdfdcc 100644 --- a/docs/core/baseapp.md +++ b/docs/core/baseapp.md @@ -1,7 +1,7 @@ ---- + # Baseapp diff --git a/docs/core/context.md b/docs/core/context.md index e501834a911f..f54c9d036d93 100644 --- a/docs/core/context.md +++ b/docs/core/context.md @@ -1,7 +1,7 @@ ---- + # Context diff --git a/docs/core/encoding.md b/docs/core/encoding.md index caf445511799..6629612a3a24 100644 --- a/docs/core/encoding.md +++ b/docs/core/encoding.md @@ -1,7 +1,7 @@ ---- + # Encoding diff --git a/docs/core/events.md b/docs/core/events.md index b9eabb3161ae..11b6ad1e59b0 100644 --- a/docs/core/events.md +++ b/docs/core/events.md @@ -1,7 +1,7 @@ ---- + # Events diff --git a/docs/core/node.md b/docs/core/node.md index 5da50d6080a4..8ca558609504 100644 --- a/docs/core/node.md +++ b/docs/core/node.md @@ -1,7 +1,7 @@ ---- + # Node Client (Daemon) diff --git a/docs/core/ocap.md b/docs/core/ocap.md index 27e7be4a3f4e..c3a6cf08ee53 100644 --- a/docs/core/ocap.md +++ b/docs/core/ocap.md @@ -1,6 +1,6 @@ ---- + # Object-Capability Model diff --git a/docs/core/store.md b/docs/core/store.md index 9eb5e886c0bf..ee93f49e9332 100644 --- a/docs/core/store.md +++ b/docs/core/store.md @@ -1,7 +1,7 @@ ---- + # Store diff --git a/docs/core/transactions.md b/docs/core/transactions.md index d49cd853a797..3023d6fce8dd 100644 --- a/docs/core/transactions.md +++ b/docs/core/transactions.md @@ -1,7 +1,7 @@ ---- + # Transactions diff --git a/docs/interfaces/README.md b/docs/interfaces/README.md index 0e23c0478ae7..ea94cb9a6fc3 100644 --- a/docs/interfaces/README.md +++ b/docs/interfaces/README.md @@ -1,8 +1,8 @@ ---- + # Interfaces diff --git a/docs/interfaces/cli.md b/docs/interfaces/cli.md index 9cc907ee7126..0e7c786ed1f9 100644 --- a/docs/interfaces/cli.md +++ b/docs/interfaces/cli.md @@ -1,7 +1,7 @@ ---- + # Command-Line Interface diff --git a/docs/interfaces/interfaces-intro.md b/docs/interfaces/interfaces-intro.md index eb807d0025e8..029ed39accb5 100644 --- a/docs/interfaces/interfaces-intro.md +++ b/docs/interfaces/interfaces-intro.md @@ -1,7 +1,7 @@ ---- + # Interfaces diff --git a/docs/interfaces/query-lifecycle.md b/docs/interfaces/query-lifecycle.md index 748ebb8225dc..5d1eab955af2 100644 --- a/docs/interfaces/query-lifecycle.md +++ b/docs/interfaces/query-lifecycle.md @@ -1,7 +1,7 @@ ---- + # Query Lifecycle diff --git a/docs/interfaces/rest.md b/docs/interfaces/rest.md index ceb2ce63999e..75e5a78dc3d8 100644 --- a/docs/interfaces/rest.md +++ b/docs/interfaces/rest.md @@ -1,7 +1,7 @@ ---- + # REST Interface diff --git a/docs/intro/README.md b/docs/intro/README.md index 22ade6bf00a7..454ce66955e7 100644 --- a/docs/intro/README.md +++ b/docs/intro/README.md @@ -1,8 +1,8 @@ ---- + # Introduction diff --git a/docs/intro/overview.md b/docs/intro/overview.md index 94e6d3d6df40..f7e2242afcfa 100644 --- a/docs/intro/overview.md +++ b/docs/intro/overview.md @@ -1,6 +1,6 @@ ---- + # High-level Overview diff --git a/docs/intro/sdk-app-architecture.md b/docs/intro/sdk-app-architecture.md index 4f4f0f3e9051..68785906eff2 100644 --- a/docs/intro/sdk-app-architecture.md +++ b/docs/intro/sdk-app-architecture.md @@ -1,6 +1,6 @@ ---- + # Blockchain Architecture @@ -65,21 +65,21 @@ The Tendermint [consensus algorithm](https://tendermint.com/docs/introduction/wh Tendermint passes transactions to the application through an interface called the [ABCI](https://tendermint.com/docs/spec/abci/), which the application must implement. ``` -+---------------------+ -| | -| Application | -| | -+--------+---+--------+ - ^ | - | | ABCI - | v -+--------+---+--------+ -| | -| | -| Tendermint | -| | -| | -+---------------------+ + +---------------------+ + | | + | Application | + | | + +--------+---+--------+ + ^ | + | | ABCI + | v + +--------+---+--------+ + | | + | | + | Tendermint | + | | + | | + +---------------------+ ``` Note that **Tendermint only handles transaction bytes**. It has no knowledge of what these bytes mean. All Tendermint does is order these transaction bytes deterministically. Tendermint passes the bytes to the application via the ABCI, and expects a return code to inform it if the messages contained in the transactions were successfully processed or not. diff --git a/docs/intro/sdk-design.md b/docs/intro/sdk-design.md index 51cab8c1b336..00a5f2a4b875 100644 --- a/docs/intro/sdk-design.md +++ b/docs/intro/sdk-design.md @@ -1,6 +1,6 @@ ---- + # Main Components of the Cosmos SDK diff --git a/docs/intro/why-app-specific.md b/docs/intro/why-app-specific.md index b6d88f1176a2..a3645f9e3095 100644 --- a/docs/intro/why-app-specific.md +++ b/docs/intro/why-app-specific.md @@ -1,7 +1,7 @@ ---- + # Application-Specific Blockchains diff --git a/docs/package-lock.json b/docs/package-lock.json index 5ac336064d73..3eee6f418b9a 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -822,9 +822,9 @@ } }, "@cosmos-ui/vue": { - "version": "0.5.16", - "resolved": "https://registry.npmjs.org/@cosmos-ui/vue/-/vue-0.5.16.tgz", - "integrity": "sha512-Z4byEoZLkIbumm3SlnrzwuyvDi6vzWv2GfT36QuaPFWusCShGgc47ehXp2S55tKrNajOIiF9bfgasHRL6mfHFA==", + "version": "0.5.17", + "resolved": "https://registry.npmjs.org/@cosmos-ui/vue/-/vue-0.5.17.tgz", + "integrity": "sha512-x9ruudnnUCDxFQZRRMBzmVYM1s7ukmGuyCd0M+fMo3kAwg/IePlyq3aA4aZXD411NvBFNG1A2BxWQAWd09hT0g==", "requires": { "vue": "^2.6.10" } @@ -877,9 +877,9 @@ "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==" }, "@types/node": { - "version": "12.12.17", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.17.tgz", - "integrity": "sha512-Is+l3mcHvs47sKy+afn2O1rV4ldZFU7W8101cNlOd+MRbjM4Onida8jSZnJdTe/0Pcf25g9BNIUsuugmE6puHA==" + "version": "12.12.18", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.18.tgz", + "integrity": "sha512-DBkZuIMFuAfjJHiunyRc+aNvmXYNwV1IPMgGKGlwCp6zh6MKrVtmvjSWK/axWcD25KJffkXgkfvFra8ndenXAw==" }, "@types/q": { "version": "1.5.2", @@ -1203,6 +1203,16 @@ "stylus-loader": "^3.0.2", "vuepress-plugin-container": "^2.0.2", "vuepress-plugin-smooth-scroll": "^0.0.3" + }, + "dependencies": { + "vuepress-plugin-smooth-scroll": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/vuepress-plugin-smooth-scroll/-/vuepress-plugin-smooth-scroll-0.0.3.tgz", + "integrity": "sha512-qsQkDftLVFLe8BiviIHaLV0Ea38YLZKKonDGsNQy1IE0wllFpFIEldWD8frWZtDFdx6b/O3KDMgVQ0qp5NjJCg==", + "requires": { + "smoothscroll-polyfill": "^0.4.3" + } + } } }, "@webassemblyjs/ast": { @@ -1463,6 +1473,21 @@ "kind-of": "^3.0.2", "longest": "^1.0.1", "repeat-string": "^1.5.2" + }, + "dependencies": { + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } } }, "alphanum-sort": { @@ -1820,11 +1845,6 @@ "is-data-descriptor": "^1.0.0", "kind-of": "^6.0.2" } - }, - "kind-of": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", - "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==" } } }, @@ -1856,6 +1876,15 @@ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==" }, + "bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "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", @@ -1937,16 +1966,6 @@ "snapdragon-node": "^2.0.1", "split-string": "^3.0.2", "to-regex": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } } }, "brorand": { @@ -2214,9 +2233,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001015", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001015.tgz", - "integrity": "sha512-/xL2AbW/XWHNu1gnIrO8UitBGoFthcsDgU9VLK1/dpsoxbaD5LscHozKze05R6WLsBvLhqv78dAPozMFQBYLbQ==" + "version": "1.0.30001016", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001016.tgz", + "integrity": "sha512-yYQ2QfotceRiH4U+h1Us86WJXtVHDmy3nEKIdYPsZCYnOV5/tMgGbmoIlrMzmh2VXlproqYtVaKeGDBkMZifFA==" }, "caseless": { "version": "0.12.0", @@ -2592,9 +2611,9 @@ "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" }, "copy-webpack-plugin": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-5.1.0.tgz", - "integrity": "sha512-0sNrj/Sx7/cWA0k7CVQa0sdA/dzCybqSb0+GbhKuQdOlAvnAwgC2osmbAFOAfha7ZXnreoQmCq5oDjG3gP4VHw==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-5.1.1.tgz", + "integrity": "sha512-P15M5ZC8dyCjQHWwd4Ia/dm0SgVvZJMYeykVIVYXbGyqO4dWB5oyPHp9i7wjwo5LhtlhKbiBCdS2NvM07Wlybg==", "requires": { "cacache": "^12.0.3", "find-cache-dir": "^2.1.0", @@ -3025,11 +3044,6 @@ "is-data-descriptor": "^1.0.0", "kind-of": "^6.0.2" } - }, - "kind-of": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", - "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==" } } }, @@ -3355,9 +3369,9 @@ } }, "es-abstract": { - "version": "1.16.3", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.16.3.tgz", - "integrity": "sha512-WtY7Fx5LiOnSYgF5eg/1T+GONaGmpvpPdCpSnYij+U2gDTL0UPfWrhDw7b2IYb+9NQJsYpCA0wOQvZfsd6YwRw==", + "version": "1.17.0-next.1", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.0-next.1.tgz", + "integrity": "sha512-7MmGr03N7Rnuid6+wyhD9sHNE2n4tFSwExnU2lQl3lIo2ShXWGePY80zYaoMOmILWv57H0amMjZGHNzzGG70Rw==", "requires": { "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", @@ -3367,6 +3381,7 @@ "is-regex": "^1.0.4", "object-inspect": "^1.7.0", "object-keys": "^1.1.1", + "object.assign": "^4.1.0", "string.prototype.trimleft": "^2.1.0", "string.prototype.trimright": "^2.1.0" } @@ -3495,14 +3510,6 @@ "requires": { "is-descriptor": "^0.1.0" } - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } } } }, @@ -3566,22 +3573,11 @@ "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" }, "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, - "dependencies": { - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "requires": { - "is-plain-object": "^2.0.4" - } - } + "is-extendable": "^0.1.0" } }, "extglob": { @@ -3607,14 +3603,6 @@ "is-descriptor": "^1.0.0" } }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - }, "is-accessor-descriptor": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", @@ -3640,11 +3628,6 @@ "is-data-descriptor": "^1.0.0", "kind-of": "^6.0.2" } - }, - "kind-of": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", - "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==" } } }, @@ -3672,9 +3655,9 @@ } }, "fast-json-stable-stringify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", - "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" }, "faye-websocket": { "version": "0.10.0", @@ -3706,6 +3689,12 @@ "schema-utils": "^1.0.0" } }, + "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==", + "optional": true + }, "fill-range": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", @@ -3715,16 +3704,6 @@ "is-number": "^3.0.0", "repeat-string": "^1.6.1", "to-regex-range": "^2.1.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } } }, "finalhandler": { @@ -3881,13 +3860,14 @@ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" }, "fsevents": { - "version": "1.2.9", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.9.tgz", - "integrity": "sha512-oeyj2H3EjjonWcFjD5NvZNE9Rqe4UW+nQBU2HNeKw0koVLEFIhtyETyAakeAM3de7Z/SW5kcA+fZUait9EApnw==", + "version": "1.2.11", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.11.tgz", + "integrity": "sha512-+ux3lx6peh0BpvY0JebGyZoiR4D+oYzdPZMKJwkZ+sFkNJzpL7tXc/wehS49gUAxg3tmMHPHZkA8JU2rhhgDHw==", "optional": true, "requires": { + "bindings": "^1.5.0", "nan": "^2.12.1", - "node-pre-gyp": "^0.12.0" + "node-pre-gyp": "*" }, "dependencies": { "abbrev": { @@ -3929,7 +3909,7 @@ } }, "chownr": { - "version": "1.1.1", + "version": "1.1.3", "bundled": true, "optional": true }, @@ -3954,7 +3934,7 @@ "optional": true }, "debug": { - "version": "4.1.1", + "version": "3.2.6", "bundled": true, "optional": true, "requires": { @@ -3977,11 +3957,11 @@ "optional": true }, "fs-minipass": { - "version": "1.2.5", + "version": "1.2.7", "bundled": true, "optional": true, "requires": { - "minipass": "^2.2.1" + "minipass": "^2.6.0" } }, "fs.realpath": { @@ -4005,7 +3985,7 @@ } }, "glob": { - "version": "7.1.3", + "version": "7.1.6", "bundled": true, "optional": true, "requires": { @@ -4031,7 +4011,7 @@ } }, "ignore-walk": { - "version": "3.0.1", + "version": "3.0.3", "bundled": true, "optional": true, "requires": { @@ -4048,7 +4028,7 @@ } }, "inherits": { - "version": "2.0.3", + "version": "2.0.4", "bundled": true, "optional": true }, @@ -4084,7 +4064,7 @@ "optional": true }, "minipass": { - "version": "2.3.5", + "version": "2.9.0", "bundled": true, "optional": true, "requires": { @@ -4093,11 +4073,11 @@ } }, "minizlib": { - "version": "1.2.1", + "version": "1.3.3", "bundled": true, "optional": true, "requires": { - "minipass": "^2.2.1" + "minipass": "^2.9.0" } }, "mkdirp": { @@ -4109,22 +4089,22 @@ } }, "ms": { - "version": "2.1.1", + "version": "2.1.2", "bundled": true, "optional": true }, "needle": { - "version": "2.3.0", + "version": "2.4.0", "bundled": true, "optional": true, "requires": { - "debug": "^4.1.0", + "debug": "^3.2.6", "iconv-lite": "^0.4.4", "sax": "^1.2.4" } }, "node-pre-gyp": { - "version": "0.12.0", + "version": "0.14.0", "bundled": true, "optional": true, "requires": { @@ -4137,7 +4117,7 @@ "rc": "^1.2.7", "rimraf": "^2.6.1", "semver": "^5.3.0", - "tar": "^4" + "tar": "^4.4.2" } }, "nopt": { @@ -4150,12 +4130,20 @@ } }, "npm-bundled": { - "version": "1.0.6", + "version": "1.1.1", + "bundled": true, + "optional": true, + "requires": { + "npm-normalize-package-bin": "^1.0.1" + } + }, + "npm-normalize-package-bin": { + "version": "1.0.1", "bundled": true, "optional": true }, "npm-packlist": { - "version": "1.4.1", + "version": "1.4.7", "bundled": true, "optional": true, "requires": { @@ -4217,7 +4205,7 @@ "optional": true }, "process-nextick-args": { - "version": "2.0.0", + "version": "2.0.1", "bundled": true, "optional": true }, @@ -4254,7 +4242,7 @@ } }, "rimraf": { - "version": "2.6.3", + "version": "2.7.1", "bundled": true, "optional": true, "requires": { @@ -4277,7 +4265,7 @@ "optional": true }, "semver": { - "version": "5.7.0", + "version": "5.7.1", "bundled": true, "optional": true }, @@ -4323,17 +4311,17 @@ "optional": true }, "tar": { - "version": "4.4.8", + "version": "4.4.13", "bundled": true, "optional": true, "requires": { "chownr": "^1.1.1", "fs-minipass": "^1.2.5", - "minipass": "^2.3.4", - "minizlib": "^1.1.1", + "minipass": "^2.8.6", + "minizlib": "^1.2.1", "mkdirp": "^0.5.0", "safe-buffer": "^5.1.2", - "yallist": "^3.0.2" + "yallist": "^3.0.3" } }, "util-deprecate": { @@ -4355,7 +4343,7 @@ "optional": true }, "yallist": { - "version": "3.0.3", + "version": "3.1.1", "bundled": true, "optional": true } @@ -4486,13 +4474,6 @@ "kind-of": "^6.0.2", "section-matter": "^1.0.0", "strip-bom-string": "^1.0.0" - }, - "dependencies": { - "kind-of": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", - "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==" - } } }, "handle-thing": { @@ -4951,6 +4932,21 @@ "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", "requires": { "kind-of": "^3.0.2" + }, + "dependencies": { + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } } }, "is-arguments": { @@ -5000,6 +4996,21 @@ "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", "requires": { "kind-of": "^3.0.2" + }, + "dependencies": { + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } } }, "is-date-object": { @@ -5074,6 +5085,21 @@ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", "requires": { "kind-of": "^3.0.2" + }, + "dependencies": { + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } } }, "is-obj": { @@ -5121,11 +5147,11 @@ "integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=" }, "is-regex": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz", - "integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.5.tgz", + "integrity": "sha512-vlKW17SNq44owv5AQR3Cq0bQPEb8+kF3UKZ2fiZNOWtztYE5i0CzCZxFDwO58qAOWtxdBRVO/V5Qin1wjCqFYQ==", "requires": { - "has": "^1.0.1" + "has": "^1.0.3" } }, "is-resolvable": { @@ -5295,19 +5321,9 @@ "integrity": "sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==" }, "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - }, - "dependencies": { - "is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" - } - } + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", + "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==" }, "last-call-webpack-plugin": { "version": "3.0.0", @@ -5643,10 +5659,22 @@ "to-regex": "^3.0.2" }, "dependencies": { - "kind-of": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", - "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==" + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + } + }, + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } } } }, @@ -5836,10 +5864,22 @@ "to-regex": "^3.0.1" }, "dependencies": { - "kind-of": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", - "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==" + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + } + }, + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } } } }, @@ -6014,6 +6054,19 @@ "requires": { "is-descriptor": "^0.1.0" } + }, + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } } } }, @@ -6023,9 +6076,9 @@ "integrity": "sha512-a7pEHdh1xKIAgTySUGgLMx/xwDZskN1Ud6egYYN3EdRW4ZMPNEDUTF+hwy2LUC+Bl+SyLXANnwz/jyh/qutKUw==" }, "object-is": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.0.1.tgz", - "integrity": "sha1-CqYOyZiaCz7Xlc9NBvYs8a1lObY=" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.0.2.tgz", + "integrity": "sha512-Epah+btZd5wrrfjkJZq1AOB9O6OxUQto45hzFd7lXGrpHPGE0W1k+426yrZV+k6NJOzLNNW/nVsmZdIWsAqoOQ==" }, "object-keys": { "version": "1.1.1", @@ -6052,12 +6105,12 @@ } }, "object.getownpropertydescriptors": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz", - "integrity": "sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY=", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.0.tgz", + "integrity": "sha512-Z53Oah9A3TdLoblT7VKJaTDdXdT+lQO+cNpKVnya5JDe9uLvzu1YyY1yFDFrcxrlRgWrEFH0jJtD/IbuwjcEVg==", "requires": { - "define-properties": "^1.1.2", - "es-abstract": "^1.5.1" + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1" } }, "object.pick": { @@ -6069,12 +6122,12 @@ } }, "object.values": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.0.tgz", - "integrity": "sha512-8mf0nKLAoFX6VlNVdhGj31SVYpaNFtUnuoOXWyFEstsWRgU837AK+JYM0iAxwkSzGRbwn8cbFmgbyxj1j4VbXg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.1.tgz", + "integrity": "sha512-WTa54g2K8iu0kmS/us18jEmdv1a4Wi//BZ/DTVYEcH0XhLM5NYdpDHja3gt57VrZLcNAO2WGA+KpWsDBaHt6eA==", "requires": { "define-properties": "^1.1.3", - "es-abstract": "^1.12.0", + "es-abstract": "^1.17.0-next.1", "function-bind": "^1.1.1", "has": "^1.0.3" } @@ -7400,14 +7453,34 @@ "requires": { "extend-shallow": "^3.0.2", "safe-regex": "^1.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + } + }, + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + } } }, "regexp.prototype.flags": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.2.0.tgz", - "integrity": "sha512-ztaw4M1VqgMwl9HlPpOuiYgItcHlunW0He2fE6eNfT6E/CF2FtYi9ofOYe4mKntstYk0Fyh/rDRBdS3AnxjlrA==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz", + "integrity": "sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==", "requires": { - "define-properties": "^1.1.2" + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1" } }, "regexpu-core": { @@ -7429,9 +7502,9 @@ "integrity": "sha512-5qxzGZjDs9w4tzT3TPhCJqWdCc3RLYwy9J2NB0nm5Lz+S273lvWcpjaTGHsT1dc6Hhfq41uSEOw8wBmxrKOuyg==" }, "regjsparser": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.0.tgz", - "integrity": "sha512-RQ7YyokLiQBomUJuUG8iGVvkgOLxwyZM8k6d3q5SAXpg4r5TZJZigKFvC6PpD+qQ98bCDC5YelPeA3EucDoNeQ==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.6.1.tgz", + "integrity": "sha512-7LutE94sz/NKSYegK+/4E77+8DipxF+Qn2Tmu362AcmsF2NYq/wx3+ObvU90TKEhjf7hQoFXo23ajjrXP7eUgg==", "requires": { "jsesc": "~0.5.0" }, @@ -7668,21 +7741,6 @@ "requires": { "extend-shallow": "^2.0.1", "kind-of": "^6.0.0" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - }, - "kind-of": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", - "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==" - } } }, "select": { @@ -7808,16 +7866,6 @@ "is-extendable": "^0.1.1", "is-plain-object": "^2.0.3", "split-string": "^3.0.1" - }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } } }, "setimmediate": { @@ -7916,14 +7964,6 @@ "is-descriptor": "^0.1.0" } }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - }, "source-map": { "version": "0.5.7", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", @@ -7974,11 +8014,6 @@ "is-data-descriptor": "^1.0.0", "kind-of": "^6.0.2" } - }, - "kind-of": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", - "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==" } } }, @@ -7988,6 +8023,21 @@ "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", "requires": { "kind-of": "^3.2.0" + }, + "dependencies": { + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } } }, "sockjs": { @@ -8150,6 +8200,25 @@ "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", "requires": { "extend-shallow": "^3.0.0" + }, + "dependencies": { + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + } + }, + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + } } }, "sprintf-js": { @@ -8254,9 +8323,9 @@ } }, "stream-shift": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz", - "integrity": "sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", + "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==" }, "strict-uri-encode": { "version": "1.1.0", @@ -8541,6 +8610,11 @@ "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz", "integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=" }, + "tiny-cookie": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/tiny-cookie/-/tiny-cookie-2.3.1.tgz", + "integrity": "sha512-C4x1e8dHfKf03ewuN9aIZzzOfN2a6QKhYlnHdzJxmmjMTLqcskI20F+EplszjODQ4SHmIGFJrvUUnBMS/bJbOA==" + }, "tiny-emitter": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz", @@ -8595,6 +8669,21 @@ "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", "requires": { "kind-of": "^3.0.2" + }, + "dependencies": { + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" + }, + "kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", + "requires": { + "is-buffer": "^1.1.5" + } + } } }, "to-regex": { @@ -8606,6 +8695,25 @@ "extend-shallow": "^3.0.2", "regex-not": "^1.0.2", "safe-regex": "^1.1.0" + }, + "dependencies": { + "extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", + "requires": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + } + }, + "is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "requires": { + "is-plain-object": "^2.0.4" + } + } } }, "to-regex-range": { @@ -8991,9 +9099,9 @@ "integrity": "sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=" }, "vue": { - "version": "2.6.10", - "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.10.tgz", - "integrity": "sha512-ImThpeNU9HbdZL3utgMCq0oiMzAkt1mcgy3/E6zWC/G6AaQoeuFdsl9nDhTDU3X1R6FK7nsIUuRACVcjI+A2GQ==" + "version": "2.6.11", + "resolved": "https://registry.npmjs.org/vue/-/vue-2.6.11.tgz", + "integrity": "sha512-VfPwgcGABbGAue9+sfrD4PuwFar7gPb1yl1UK1MwXoQPAw0BKSqWfoYCT/ThFrdEVWoI51dBuyCoiNU9bZDZxQ==" }, "vue-hot-reload-api": { "version": "2.3.4", @@ -9001,11 +9109,11 @@ "integrity": "sha512-BXq3jwIagosjgNVae6tkHzzIk6a8MHFtzAdwhnV5VlvPTFxDCvIttgSiHWjdGoTJvXtmRu5HacExfdarRcFhog==" }, "vue-loader": { - "version": "15.7.2", - "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-15.7.2.tgz", - "integrity": "sha512-H/P9xt/nkocyu4hZKg5TzPqyCT1oKOaCSk9zs0JCbJuy0Q8KtR0bjJpnT/5R5x/Ckd1GFkkLQnQ1C4x6xXeLZg==", + "version": "15.8.3", + "resolved": "https://registry.npmjs.org/vue-loader/-/vue-loader-15.8.3.tgz", + "integrity": "sha512-yFksTFbhp+lxlm92DrKdpVIWMpranXnTEuGSc0oW+Gk43M9LWaAmBTnfj5+FCdve715mTHvo78IdaXf5TbiTJg==", "requires": { - "@vue/component-compiler-utils": "^3.0.0", + "@vue/component-compiler-utils": "^3.1.0", "hash-sum": "^1.0.2", "loader-utils": "^1.1.0", "vue-hot-reload-api": "^2.3.0", @@ -9018,17 +9126,17 @@ "integrity": "sha512-8iSa4mGNXBjyuSZFCCO4fiKfvzqk+mhL0lnKuGcQtO1eoj8nq3CmbEG8FwK5QqoqwDgsjsf1GDuisDX4cdb/aQ==" }, "vue-server-renderer": { - "version": "2.6.10", - "resolved": "https://registry.npmjs.org/vue-server-renderer/-/vue-server-renderer-2.6.10.tgz", - "integrity": "sha512-UYoCEutBpKzL2fKCwx8zlRtRtwxbPZXKTqbl2iIF4yRZUNO/ovrHyDAJDljft0kd+K0tZhN53XRHkgvCZoIhug==", + "version": "2.6.11", + "resolved": "https://registry.npmjs.org/vue-server-renderer/-/vue-server-renderer-2.6.11.tgz", + "integrity": "sha512-V3faFJHr2KYfdSIalL+JjinZSHYUhlrvJ9pzCIjjwSh77+pkrsXpK4PucdPcng57+N77pd1LrKqwbqjQdktU1A==", "requires": { "chalk": "^1.1.3", "hash-sum": "^1.0.2", "he": "^1.1.0", - "lodash.template": "^4.4.0", + "lodash.template": "^4.5.0", "lodash.uniq": "^4.5.0", "resolve": "^1.2.0", - "serialize-javascript": "^1.3.0", + "serialize-javascript": "^2.1.2", "source-map": "0.5.6" }, "dependencies": { @@ -9049,11 +9157,6 @@ "supports-color": "^2.0.0" } }, - "serialize-javascript": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.9.1.tgz", - "integrity": "sha512-0Vb/54WJ6k5v8sSWN09S0ora+Hnr+cX40r9F170nT+mSkaxltoE/7R3OrIdBSUv1OoiobH1QoWQbCnAO+e8J1A==" - }, "source-map": { "version": "0.5.6", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz", @@ -9076,9 +9179,9 @@ } }, "vue-template-compiler": { - "version": "2.6.10", - "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.10.tgz", - "integrity": "sha512-jVZkw4/I/HT5ZMvRnhv78okGusqe0+qH2A0Em0Cp8aq78+NK9TII263CDVz2QXZsIT+yyV/gZc/j/vlwa+Epyg==", + "version": "2.6.11", + "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.6.11.tgz", + "integrity": "sha512-KIq15bvQDrcCjpGjrAhx4mUlyyHfdmTaoNfeoATHLAiWB+MU3cx4lOzMwrnUh9cCxy0Lt1T11hAFY6TQgroUAA==", "requires": { "de-indent": "^1.0.2", "he": "^1.1.0" @@ -9155,17 +9258,23 @@ } }, "vuepress-plugin-smooth-scroll": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/vuepress-plugin-smooth-scroll/-/vuepress-plugin-smooth-scroll-0.0.3.tgz", - "integrity": "sha512-qsQkDftLVFLe8BiviIHaLV0Ea38YLZKKonDGsNQy1IE0wllFpFIEldWD8frWZtDFdx6b/O3KDMgVQ0qp5NjJCg==", + "version": "0.0.9", + "resolved": "https://registry.npmjs.org/vuepress-plugin-smooth-scroll/-/vuepress-plugin-smooth-scroll-0.0.9.tgz", + "integrity": "sha512-UXX+HLZO1NKVwyiOJlj0smh8F9dKnwybjEi7w/Mj9EYLhKrNYr5uXs+N+OTt8VwKCn3f0vZ1XAwFIjsPlD7GJA==", "requires": { - "smoothscroll-polyfill": "^0.4.3" + "smoothscroll-polyfill": "^0.4.4" } }, "vuepress-theme-cosmos": { +<<<<<<< HEAD + "version": "1.0.113", + "resolved": "https://registry.npmjs.org/vuepress-theme-cosmos/-/vuepress-theme-cosmos-1.0.113.tgz", + "integrity": "sha512-gSr9Hqp42Ursw7G9N7UG5KQMEVxEsFlPnfb5VlDo3k/s1mruSsZvXczfGEkno0U+lATGROWWU+No4xpOqMADiA==", +======= "version": "1.0.105", "resolved": "https://registry.npmjs.org/vuepress-theme-cosmos/-/vuepress-theme-cosmos-1.0.105.tgz", "integrity": "sha512-UZOPEnNuz5r6cB/o75Qj81/n5BOlpDkf+lGpNxo70C1Eqqg/pjzgj3phhxzSvgXbY5bpdCyeXWySQ8zZnnYtPA==", +>>>>>>> master "requires": { "@cosmos-ui/vue": "^0.5.16", "@vuepress/plugin-last-updated": "^1.2.0", @@ -9175,6 +9284,7 @@ "clipboard-copy": "^3.1.0", "docsearch.js": "^2.6.3", "fuse.js": "^3.4.6", + "gray-matter": "^4.0.2", "hotkeys-js": "^3.7.3", "intersection-observer": "^0.7.0", "lunr": "^2.3.8", @@ -9189,7 +9299,8 @@ "tm-tooltip": "0.0.10", "v-runtime-template": "^1.10.0", "vuepress": "^1.2.0", - "vuepress-plugin-sitemap": "^2.3.1" + "vuepress-plugin-sitemap": "^2.3.1", + "vuepress-plugin-smooth-scroll": "0.0.9" } }, "watchpack": { @@ -9216,9 +9327,9 @@ "integrity": "sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==" }, "webpack": { - "version": "4.41.2", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.41.2.tgz", - "integrity": "sha512-Zhw69edTGfbz9/8JJoyRQ/pq8FYUoY0diOXqW0T6yhgdhCv6wr0hra5DwwWexNRns2Z2+gsnrNcbe9hbGBgk/A==", + "version": "4.41.3", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.41.3.tgz", + "integrity": "sha512-EcNzP9jGoxpQAXq1VOoTet0ik7/VVU1MovIfcUSAjLowc7GhcQku/sOXALvq5nPpSei2HF6VRhibeJSC3i/Law==", "requires": { "@webassemblyjs/ast": "1.8.5", "@webassemblyjs/helper-module-context": "1.8.5", @@ -9240,7 +9351,7 @@ "node-libs-browser": "^2.2.1", "schema-utils": "^1.0.0", "tapable": "^1.1.3", - "terser-webpack-plugin": "^1.4.1", + "terser-webpack-plugin": "^1.4.3", "watchpack": "^1.6.0", "webpack-sources": "^1.4.1" }, diff --git a/docs/package.json b/docs/package.json index f0bdcede3481..06255f68eb6a 100644 --- a/docs/package.json +++ b/docs/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "preserve": "./pre.sh", - "serve": "trap 'exit 0' SIGINT; vuepress dev", + "serve": "trap 'exit 0' SIGINT; vuepress dev --no-cache", "postserve": "./post.sh", "prebuild": "./pre.sh", "build": "trap 'exit 0' SIGINT; vuepress build --no-cache", @@ -15,6 +15,8 @@ "license": "ISC", "dependencies": { "@vuepress/plugin-google-analytics": "^1.2.0", - "vuepress-theme-cosmos": "^1.0.105" + "tiny-cookie": "^2.3.1", + "vuepress-plugin-smooth-scroll": "0.0.9", + "vuepress-theme-cosmos": "^1.0.113" } -} +} \ No newline at end of file diff --git a/docs/using-the-sdk/README.md b/docs/using-the-sdk/README.md index ef0f84c16fb2..5254bf991ae5 100644 --- a/docs/using-the-sdk/README.md +++ b/docs/using-the-sdk/README.md @@ -1,7 +1,7 @@ ---- + # Using the SDK diff --git a/x/README.md b/x/README.md index 8e86008c0ac0..a37fcfc31cf5 100644 --- a/x/README.md +++ b/x/README.md @@ -1,8 +1,7 @@ ---- -order: 0 + # List of Modules diff --git a/x/auth/spec/01_concepts.md b/x/auth/spec/01_concepts.md index 1794b1d4fa6e..47316b4cbbf6 100644 --- a/x/auth/spec/01_concepts.md +++ b/x/auth/spec/01_concepts.md @@ -1,6 +1,6 @@ ---- + # Concepts diff --git a/x/auth/spec/02_state.md b/x/auth/spec/02_state.md index 92c030e3f6d2..0d1c29d90d77 100644 --- a/x/auth/spec/02_state.md +++ b/x/auth/spec/02_state.md @@ -1,6 +1,6 @@ ---- + # State diff --git a/x/auth/spec/03_messages.md b/x/auth/spec/03_messages.md index b4b64ef07e31..37834d8d1627 100644 --- a/x/auth/spec/03_messages.md +++ b/x/auth/spec/03_messages.md @@ -1,6 +1,6 @@ ---- + # Messages diff --git a/x/auth/spec/03_types.md b/x/auth/spec/03_types.md index efd0637dbc6b..62c1d186c4e1 100644 --- a/x/auth/spec/03_types.md +++ b/x/auth/spec/03_types.md @@ -1,6 +1,6 @@ ---- + # Types diff --git a/x/auth/spec/04_keepers.md b/x/auth/spec/04_keepers.md index b56dbe0fd0ed..e154e5383042 100644 --- a/x/auth/spec/04_keepers.md +++ b/x/auth/spec/04_keepers.md @@ -1,6 +1,6 @@ ---- + # Keepers diff --git a/x/auth/spec/05_vesting.md b/x/auth/spec/05_vesting.md index 81de8fff3868..7cddc26e7c67 100644 --- a/x/auth/spec/05_vesting.md +++ b/x/auth/spec/05_vesting.md @@ -1,6 +1,6 @@ ---- + # Vesting diff --git a/x/auth/spec/07_params.md b/x/auth/spec/07_params.md index a3983eb657d6..6ef63ed1215b 100644 --- a/x/auth/spec/07_params.md +++ b/x/auth/spec/07_params.md @@ -1,6 +1,6 @@ ---- + # Parameters diff --git a/x/auth/spec/README.md b/x/auth/spec/README.md index b6627bfe9561..ea49a9736efe 100644 --- a/x/auth/spec/README.md +++ b/x/auth/spec/README.md @@ -1,9 +1,9 @@ ---- + # `auth` diff --git a/x/bank/spec/01_state.md b/x/bank/spec/01_state.md index 67050c46112d..ba0e25b899b0 100644 --- a/x/bank/spec/01_state.md +++ b/x/bank/spec/01_state.md @@ -1,6 +1,6 @@ ---- + # State diff --git a/x/bank/spec/02_keepers.md b/x/bank/spec/02_keepers.md index 45a42e618eb7..d20b42fe3dea 100644 --- a/x/bank/spec/02_keepers.md +++ b/x/bank/spec/02_keepers.md @@ -1,6 +1,6 @@ ---- + # Keepers diff --git a/x/bank/spec/03_messages.md b/x/bank/spec/03_messages.md index dbdb8e7df0cd..f9cde522837a 100644 --- a/x/bank/spec/03_messages.md +++ b/x/bank/spec/03_messages.md @@ -1,6 +1,6 @@ ---- + # Messages diff --git a/x/bank/spec/04_events.md b/x/bank/spec/04_events.md index c5794b7daa06..481ee9f0d2c5 100644 --- a/x/bank/spec/04_events.md +++ b/x/bank/spec/04_events.md @@ -1,6 +1,6 @@ ---- + # Events diff --git a/x/bank/spec/05_params.md b/x/bank/spec/05_params.md index cd99570fe629..fe59bed244ec 100644 --- a/x/bank/spec/05_params.md +++ b/x/bank/spec/05_params.md @@ -1,6 +1,6 @@ ---- + # Parameters diff --git a/x/bank/spec/README.md b/x/bank/spec/README.md index 9ddad6ea6e9c..28902554f49f 100644 --- a/x/bank/spec/README.md +++ b/x/bank/spec/README.md @@ -1,9 +1,9 @@ ---- + # `bank` diff --git a/x/crisis/spec/01_state.md b/x/crisis/spec/01_state.md index 9163934cad90..cbb949b0e327 100644 --- a/x/crisis/spec/01_state.md +++ b/x/crisis/spec/01_state.md @@ -1,6 +1,6 @@ ---- + # State diff --git a/x/crisis/spec/02_messages.md b/x/crisis/spec/02_messages.md index 916fba3a24ba..93a01aec2677 100644 --- a/x/crisis/spec/02_messages.md +++ b/x/crisis/spec/02_messages.md @@ -1,6 +1,6 @@ ---- + # Messages diff --git a/x/crisis/spec/03_events.md b/x/crisis/spec/03_events.md index 92f231c83f66..5aef2078ebf9 100644 --- a/x/crisis/spec/03_events.md +++ b/x/crisis/spec/03_events.md @@ -1,6 +1,6 @@ ---- + # Events diff --git a/x/crisis/spec/04_params.md b/x/crisis/spec/04_params.md index 663ba62d0da7..0d046adaa5e3 100644 --- a/x/crisis/spec/04_params.md +++ b/x/crisis/spec/04_params.md @@ -1,6 +1,6 @@ ---- + # Parameters diff --git a/x/crisis/spec/README.md b/x/crisis/spec/README.md index 73bba46b4eb5..de75381bf1ae 100644 --- a/x/crisis/spec/README.md +++ b/x/crisis/spec/README.md @@ -1,9 +1,9 @@ ---- + # `crisis` diff --git a/x/distribution/spec/01_concepts.md b/x/distribution/spec/01_concepts.md index 720821bb1f62..70c684690c98 100644 --- a/x/distribution/spec/01_concepts.md +++ b/x/distribution/spec/01_concepts.md @@ -1,6 +1,6 @@ ---- + # Concepts diff --git a/x/distribution/spec/02_state.md b/x/distribution/spec/02_state.md index 2f9629c98b2b..624fb9f0ff61 100644 --- a/x/distribution/spec/02_state.md +++ b/x/distribution/spec/02_state.md @@ -1,6 +1,6 @@ ---- + # State diff --git a/x/distribution/spec/03_end_block.md b/x/distribution/spec/03_end_block.md index ffc315b000ce..c5f8d655a5fb 100644 --- a/x/distribution/spec/03_end_block.md +++ b/x/distribution/spec/03_end_block.md @@ -1,6 +1,6 @@ ---- + # End Block diff --git a/x/distribution/spec/04_messages.md b/x/distribution/spec/04_messages.md index 45b0877f1f8b..ef57cb4c3106 100644 --- a/x/distribution/spec/04_messages.md +++ b/x/distribution/spec/04_messages.md @@ -1,6 +1,6 @@ ---- + # Messages diff --git a/x/distribution/spec/05_hooks.md b/x/distribution/spec/05_hooks.md index cf066872cd61..dfedf31831d4 100644 --- a/x/distribution/spec/05_hooks.md +++ b/x/distribution/spec/05_hooks.md @@ -1,6 +1,6 @@ ---- + # Hooks diff --git a/x/distribution/spec/06_events.md b/x/distribution/spec/06_events.md index 303283b32ce1..7e70f0beb4c5 100644 --- a/x/distribution/spec/06_events.md +++ b/x/distribution/spec/06_events.md @@ -1,6 +1,6 @@ ---- + # Events diff --git a/x/distribution/spec/07_params.md b/x/distribution/spec/07_params.md index 4daa7e0cacb9..5a933e923a6b 100644 --- a/x/distribution/spec/07_params.md +++ b/x/distribution/spec/07_params.md @@ -1,6 +1,6 @@ ---- + # Parameters diff --git a/x/distribution/spec/README.md b/x/distribution/spec/README.md index c710934bb78b..6eac14be46ba 100644 --- a/x/distribution/spec/README.md +++ b/x/distribution/spec/README.md @@ -1,9 +1,9 @@ ---- + # `distribution` diff --git a/x/evidence/spec/01_concepts.md b/x/evidence/spec/01_concepts.md index d1cb158f1e0b..3b50ccecfb76 100644 --- a/x/evidence/spec/01_concepts.md +++ b/x/evidence/spec/01_concepts.md @@ -1,6 +1,6 @@ ---- + # Concepts diff --git a/x/evidence/spec/02_state.md b/x/evidence/spec/02_state.md index 7541d1d21cfa..f65876837ae2 100644 --- a/x/evidence/spec/02_state.md +++ b/x/evidence/spec/02_state.md @@ -1,6 +1,6 @@ ---- + # State diff --git a/x/evidence/spec/03_messages.md b/x/evidence/spec/03_messages.md index 9be381e65b87..a39052dab986 100644 --- a/x/evidence/spec/03_messages.md +++ b/x/evidence/spec/03_messages.md @@ -1,6 +1,6 @@ ---- + # Messages diff --git a/x/evidence/spec/04_events.md b/x/evidence/spec/04_events.md index d1c701b21e32..35fd77b3f5ac 100644 --- a/x/evidence/spec/04_events.md +++ b/x/evidence/spec/04_events.md @@ -1,6 +1,6 @@ ---- + # Events diff --git a/x/evidence/spec/05_params.md b/x/evidence/spec/05_params.md index d33005e5c474..15a444ecde9e 100644 --- a/x/evidence/spec/05_params.md +++ b/x/evidence/spec/05_params.md @@ -1,6 +1,6 @@ ---- + # Parameters diff --git a/x/evidence/spec/06_begin_block.md b/x/evidence/spec/06_begin_block.md index b9a53d116d8c..e90543862e71 100644 --- a/x/evidence/spec/06_begin_block.md +++ b/x/evidence/spec/06_begin_block.md @@ -1,6 +1,6 @@ ---- + # BeginBlock diff --git a/x/evidence/spec/README.md b/x/evidence/spec/README.md index b04f704caa95..ff0754133ce6 100644 --- a/x/evidence/spec/README.md +++ b/x/evidence/spec/README.md @@ -1,9 +1,9 @@ ---- + # `evidence` diff --git a/x/gov/spec/01_concepts.md b/x/gov/spec/01_concepts.md index cb6210e2786e..deed64b36c95 100644 --- a/x/gov/spec/01_concepts.md +++ b/x/gov/spec/01_concepts.md @@ -1,6 +1,6 @@ ---- + # Concepts diff --git a/x/gov/spec/02_state.md b/x/gov/spec/02_state.md index d647929816aa..e180c2839461 100644 --- a/x/gov/spec/02_state.md +++ b/x/gov/spec/02_state.md @@ -1,6 +1,6 @@ ---- + # State diff --git a/x/gov/spec/03_messages.md b/x/gov/spec/03_messages.md index 1df329807934..f0e8dc9161c5 100644 --- a/x/gov/spec/03_messages.md +++ b/x/gov/spec/03_messages.md @@ -1,6 +1,6 @@ ---- + # Messages diff --git a/x/gov/spec/04_events.md b/x/gov/spec/04_events.md index b2f749db1b19..918b3754ed19 100644 --- a/x/gov/spec/04_events.md +++ b/x/gov/spec/04_events.md @@ -1,6 +1,6 @@ ---- + # Events diff --git a/x/gov/spec/05_future_improvements.md b/x/gov/spec/05_future_improvements.md index 96af61e84168..6a8350f569b8 100644 --- a/x/gov/spec/05_future_improvements.md +++ b/x/gov/spec/05_future_improvements.md @@ -1,6 +1,6 @@ ---- + # Future Improvements diff --git a/x/gov/spec/06_params.md b/x/gov/spec/06_params.md index db146b9a854a..f8dbe5edc91a 100644 --- a/x/gov/spec/06_params.md +++ b/x/gov/spec/06_params.md @@ -1,6 +1,6 @@ ---- + # Parameters diff --git a/x/gov/spec/README.md b/x/gov/spec/README.md index 846158540858..38f516a955f4 100644 --- a/x/gov/spec/README.md +++ b/x/gov/spec/README.md @@ -1,9 +1,9 @@ ---- + # `gov` diff --git a/x/mint/spec/01_concepts.md b/x/mint/spec/01_concepts.md index e4a4884e27ff..1dd137b97b97 100644 --- a/x/mint/spec/01_concepts.md +++ b/x/mint/spec/01_concepts.md @@ -1,6 +1,6 @@ ---- -order: 1 ---- + # Concepts diff --git a/x/mint/spec/02_state.md b/x/mint/spec/02_state.md index f59a146d78d0..c4d7a3eff185 100644 --- a/x/mint/spec/02_state.md +++ b/x/mint/spec/02_state.md @@ -1,6 +1,6 @@ ---- + # State diff --git a/x/mint/spec/03_begin_block.md b/x/mint/spec/03_begin_block.md index c2e27ec2a453..33eeffa52961 100644 --- a/x/mint/spec/03_begin_block.md +++ b/x/mint/spec/03_begin_block.md @@ -1,6 +1,6 @@ ---- + # Begin-Block diff --git a/x/mint/spec/04_params.md b/x/mint/spec/04_params.md index f87766c4e908..ed18e5557ebb 100644 --- a/x/mint/spec/04_params.md +++ b/x/mint/spec/04_params.md @@ -1,6 +1,6 @@ ---- + # Parameters diff --git a/x/mint/spec/05_events.md b/x/mint/spec/05_events.md index c7191eebb132..f6130a3b999a 100644 --- a/x/mint/spec/05_events.md +++ b/x/mint/spec/05_events.md @@ -1,6 +1,6 @@ ---- + # Events diff --git a/x/mint/spec/README.md b/x/mint/spec/README.md index f8fda23588fb..950cadbb1c89 100644 --- a/x/mint/spec/README.md +++ b/x/mint/spec/README.md @@ -1,9 +1,9 @@ ---- + # `mint` diff --git a/x/params/spec/01_keeper.md b/x/params/spec/01_keeper.md index 5a257b568188..b2256919a4b1 100644 --- a/x/params/spec/01_keeper.md +++ b/x/params/spec/01_keeper.md @@ -1,6 +1,6 @@ ---- + # Keeper diff --git a/x/params/spec/02_subspace.md b/x/params/spec/02_subspace.md index feb395430c80..98102791fd70 100644 --- a/x/params/spec/02_subspace.md +++ b/x/params/spec/02_subspace.md @@ -1,6 +1,6 @@ ---- + # Subspace diff --git a/x/params/spec/README.md b/x/params/spec/README.md index 6d8934aa9b0d..c84ad6e5bc9a 100644 --- a/x/params/spec/README.md +++ b/x/params/spec/README.md @@ -1,9 +1,9 @@ ---- + # `params` diff --git a/x/slashing/spec/01_concepts.md b/x/slashing/spec/01_concepts.md index 62eca44d8e2b..b38a6edbed8c 100644 --- a/x/slashing/spec/01_concepts.md +++ b/x/slashing/spec/01_concepts.md @@ -1,6 +1,6 @@ ---- + # Concepts diff --git a/x/slashing/spec/02_state.md b/x/slashing/spec/02_state.md index dbe7055e70d0..867fa7998374 100644 --- a/x/slashing/spec/02_state.md +++ b/x/slashing/spec/02_state.md @@ -1,6 +1,6 @@ ---- + # State diff --git a/x/slashing/spec/03_messages.md b/x/slashing/spec/03_messages.md index 160c2a332338..d7825bfd0b8f 100644 --- a/x/slashing/spec/03_messages.md +++ b/x/slashing/spec/03_messages.md @@ -1,6 +1,6 @@ ---- + # Messages diff --git a/x/slashing/spec/04_begin_block.md b/x/slashing/spec/04_begin_block.md index 17e6d39525fb..96d1217f1945 100644 --- a/x/slashing/spec/04_begin_block.md +++ b/x/slashing/spec/04_begin_block.md @@ -1,6 +1,6 @@ ---- + # BeginBlock diff --git a/x/slashing/spec/05_hooks.md b/x/slashing/spec/05_hooks.md index cfb8eabf8658..adb8da39b01f 100644 --- a/x/slashing/spec/05_hooks.md +++ b/x/slashing/spec/05_hooks.md @@ -1,6 +1,6 @@ ---- + # Hooks diff --git a/x/slashing/spec/06_events.md b/x/slashing/spec/06_events.md index a56b70c06091..c5fceda51981 100644 --- a/x/slashing/spec/06_events.md +++ b/x/slashing/spec/06_events.md @@ -1,6 +1,6 @@ ---- + # Tags diff --git a/x/slashing/spec/07_tombstone.md b/x/slashing/spec/07_tombstone.md index 23d4babeeca7..a062278cec9d 100644 --- a/x/slashing/spec/07_tombstone.md +++ b/x/slashing/spec/07_tombstone.md @@ -1,6 +1,6 @@ ---- + # Staking Tombstone diff --git a/x/slashing/spec/08_params.md b/x/slashing/spec/08_params.md index 1ecb815013a4..0ebfb9e27ef2 100644 --- a/x/slashing/spec/08_params.md +++ b/x/slashing/spec/08_params.md @@ -1,6 +1,6 @@ ---- + # Parameters diff --git a/x/slashing/spec/README.md b/x/slashing/spec/README.md index 57fc11b941cb..7f694d03d36f 100644 --- a/x/slashing/spec/README.md +++ b/x/slashing/spec/README.md @@ -1,9 +1,9 @@ ---- -order: 0 + # `slashing` diff --git a/x/staking/spec/01_state.md b/x/staking/spec/01_state.md index 890d6925118d..bf388a143615 100644 --- a/x/staking/spec/01_state.md +++ b/x/staking/spec/01_state.md @@ -1,6 +1,6 @@ ---- + # State diff --git a/x/staking/spec/02_state_transitions.md b/x/staking/spec/02_state_transitions.md index 634f5ac85308..8aaa9c36443a 100644 --- a/x/staking/spec/02_state_transitions.md +++ b/x/staking/spec/02_state_transitions.md @@ -1,6 +1,6 @@ ---- + # State Transitions diff --git a/x/staking/spec/03_messages.md b/x/staking/spec/03_messages.md index 2f9a71521f14..d7b98b1aabab 100644 --- a/x/staking/spec/03_messages.md +++ b/x/staking/spec/03_messages.md @@ -1,6 +1,6 @@ ---- + # Messages diff --git a/x/staking/spec/04_end_block.md b/x/staking/spec/04_end_block.md index d42b26704e9e..3207c078cd30 100644 --- a/x/staking/spec/04_end_block.md +++ b/x/staking/spec/04_end_block.md @@ -1,6 +1,6 @@ ---- + # End-Block diff --git a/x/staking/spec/05_hooks.md b/x/staking/spec/05_hooks.md index 10e084e2a5f0..2eac2d4a1708 100644 --- a/x/staking/spec/05_hooks.md +++ b/x/staking/spec/05_hooks.md @@ -1,6 +1,6 @@ ---- + # Hooks diff --git a/x/staking/spec/06_events.md b/x/staking/spec/06_events.md index 5994af5fa3a6..48162355cf97 100644 --- a/x/staking/spec/06_events.md +++ b/x/staking/spec/06_events.md @@ -1,6 +1,6 @@ ---- + # Events diff --git a/x/staking/spec/07_params.md b/x/staking/spec/07_params.md index 4fdd5ca124e4..6df38579dc81 100644 --- a/x/staking/spec/07_params.md +++ b/x/staking/spec/07_params.md @@ -1,6 +1,6 @@ ---- + # Parameters diff --git a/x/staking/spec/README.md b/x/staking/spec/README.md index c889d06841be..7f61b900cd92 100644 --- a/x/staking/spec/README.md +++ b/x/staking/spec/README.md @@ -1,9 +1,9 @@ ---- + # `staking` diff --git a/x/supply/spec/01_concepts.md b/x/supply/spec/01_concepts.md index 4cd86bce2dc7..89af77fe68bd 100644 --- a/x/supply/spec/01_concepts.md +++ b/x/supply/spec/01_concepts.md @@ -1,6 +1,6 @@ ---- + # Concepts diff --git a/x/supply/spec/02_state.md b/x/supply/spec/02_state.md index 65ca6b57aa5f..5f232d740a86 100644 --- a/x/supply/spec/02_state.md +++ b/x/supply/spec/02_state.md @@ -1,6 +1,6 @@ ---- + # State diff --git a/x/supply/spec/03_future_improvements.md b/x/supply/spec/03_future_improvements.md index b4fc078b1ba7..11011b6ff7a3 100644 --- a/x/supply/spec/03_future_improvements.md +++ b/x/supply/spec/03_future_improvements.md @@ -1,6 +1,6 @@ ---- + # Future improvements diff --git a/x/supply/spec/README.md b/x/supply/spec/README.md index 833ac1529017..25f2e3b8afee 100644 --- a/x/supply/spec/README.md +++ b/x/supply/spec/README.md @@ -1,9 +1,9 @@ ---- + # `supply` diff --git a/x/upgrade/spec/01_concepts.md b/x/upgrade/spec/01_concepts.md index b5e5c2208c27..19205591fc15 100644 --- a/x/upgrade/spec/01_concepts.md +++ b/x/upgrade/spec/01_concepts.md @@ -1,6 +1,6 @@ ---- + # Concepts diff --git a/x/upgrade/spec/02_state.md b/x/upgrade/spec/02_state.md index 585e6f0c4c33..f069b4f96797 100644 --- a/x/upgrade/spec/02_state.md +++ b/x/upgrade/spec/02_state.md @@ -1,6 +1,6 @@ ---- + # State diff --git a/x/upgrade/spec/03_events.md b/x/upgrade/spec/03_events.md index 7e86d08dae40..e4e0e6d5fc26 100644 --- a/x/upgrade/spec/03_events.md +++ b/x/upgrade/spec/03_events.md @@ -1,6 +1,6 @@ ---- + # Events diff --git a/x/upgrade/spec/README.md b/x/upgrade/spec/README.md index 94d352a25bb3..eb34357071e6 100644 --- a/x/upgrade/spec/README.md +++ b/x/upgrade/spec/README.md @@ -1,9 +1,9 @@ ---- + # `upgrade`