Skip to content

Commit

Permalink
fix(build): update lockfile and autogen tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Jun 9, 2022
1 parent 63e64e0 commit ea4966a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 52 deletions.
4 changes: 4 additions & 0 deletions __tests__/shared/documentationExamples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ export default (testContext: {
})
})

it('did-comm-IDIDComm-getDIDCommMessageMediaType example', async () => {
undefined
})

//DO NOT EDIT MANUALLY END
})
}
52 changes: 0 additions & 52 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3239,15 +3239,6 @@
js-yaml "~3.13.1"
resolve "~1.17.0"

"@microsoft/api-extractor-model@7.17.2":
version "7.17.2"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.17.2.tgz#033b39a7bac4f3eee3e5ffd406d2af61cedc727e"
integrity sha512-fYfCeBeLm7jnZligC64qHiH4/vzswFLDfyPpX+uKO36OI2kIeMHrYG0zaezmuinKvE4vg1dAz38zZeDbPvBKGg==
dependencies:
"@microsoft/tsdoc" "0.14.1"
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "3.45.4"

"@microsoft/api-extractor-model@7.17.3":
version "7.17.3"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.17.3.tgz#06899902ab1c10b85690232f21c1585cc158d983"
Expand All @@ -3257,24 +3248,6 @@
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "3.45.5"

"@microsoft/api-extractor@7.23.1":
version "7.23.1"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.23.1.tgz#483e339cc73669c709ff215a76eb0e6d9a31de5b"
integrity sha512-J5cTjbMzSZPRZT4AKvFI1KmLGHVhV6bHnFcPo3Og9cN9QmknzpKg5BxvpBecEdFKNZxUpUrBkps2xOQ4Fjc6zg==
dependencies:
"@microsoft/api-extractor-model" "7.17.2"
"@microsoft/tsdoc" "0.14.1"
"@microsoft/tsdoc-config" "~0.16.1"
"@rushstack/node-core-library" "3.45.4"
"@rushstack/rig-package" "0.3.11"
"@rushstack/ts-command-line" "4.10.10"
colors "~1.2.1"
lodash "~4.17.15"
resolve "~1.17.0"
semver "~7.3.0"
source-map "~0.6.1"
typescript "~4.6.3"

"@microsoft/api-extractor@7.24.2":
version "7.24.2"
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor/-/api-extractor-7.24.2.tgz#4abb24319fa77884dab6d807388056e9cd85488e"
Expand Down Expand Up @@ -3757,21 +3730,6 @@
resolved "https://registry.yarnpkg.com/@rushstack/eslint-patch/-/eslint-patch-1.1.3.tgz#6801033be7ff87a6b7cadaf5b337c9f366a3c4b0"
integrity sha512-WiBSI6JBIhC6LRIsB2Kwh8DsGTlbBU+mLRxJmAe3LjHTdkDpwIbEOZgoXBbZilk/vlfjK8i6nKRAvIRn1XaIMw==

"@rushstack/node-core-library@3.45.4":
version "3.45.4"
resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.45.4.tgz#a5e1246c462940d16a5acc667c1ffe460b514087"
integrity sha512-FMoEQWjK7nWAO2uFgV1eVpVhY9ZDGOdIIomi9zTej64cKJ+8/Nvu+ny0xKaUDEjw/ALftN2D2ml7L0RDpW/Z9g==
dependencies:
"@types/node" "12.20.24"
colors "~1.2.1"
fs-extra "~7.0.1"
import-lazy "~4.0.0"
jju "~1.4.0"
resolve "~1.17.0"
semver "~7.3.0"
timsort "~0.3.0"
z-schema "~5.0.2"

"@rushstack/node-core-library@3.45.5":
version "3.45.5"
resolved "https://registry.yarnpkg.com/@rushstack/node-core-library/-/node-core-library-3.45.5.tgz#00f92143cc21c3ad94fcd81ba168a40ac8cb77f2"
Expand All @@ -3795,16 +3753,6 @@
resolve "~1.17.0"
strip-json-comments "~3.1.1"

"@rushstack/ts-command-line@4.10.10":
version "4.10.10"
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.10.10.tgz#69da17b03ce57795b67ea2aabf7c976c81816078"
integrity sha512-F+MH7InPDXqX40qvvcEsnvPpmg566SBpfFqj2fcCh8RjM6AyOoWlXc8zx7giBD3ZN85NVAEjZAgrcLU0z+R2yg==
dependencies:
"@types/argparse" "1.0.38"
argparse "~1.0.9"
colors "~1.2.1"
string-argv "~0.3.1"

"@rushstack/ts-command-line@4.11.0":
version "4.11.0"
resolved "https://registry.yarnpkg.com/@rushstack/ts-command-line/-/ts-command-line-4.11.0.tgz#4cd3b9f59b41aed600042936260fdaa55ca0184d"
Expand Down

0 comments on commit ea4966a

Please sign in to comment.