* fix for #178

* restore options

* error codes

* update docs

* forget docs

* add option to auto forget

* add copy option

* update go version to enable generics

* copy docs

* changelog & version bump
This commit is contained in:
2022-04-14 11:51:32 +02:00
committed by GitHub
parent 2da440a1cd
commit 434862ed4e
16 changed files with 352 additions and 298 deletions

View File

@@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"@codedoc/core": "^0.2.23"
"@codedoc/core": "^0.2.24"
}
},
"node_modules/@babel/runtime": {
@@ -17,9 +17,9 @@
}
},
"node_modules/@codedoc/core": {
"version": "0.2.23",
"resolved": "https://registry.npmjs.org/@codedoc/core/-/core-0.2.23.tgz",
"integrity": "sha512-dp1ku5YkvV/AbCGHVwBVX2Mo85MeAOOxdvc3Q9VNe1OUcX6RKGWZLkBafo/bVfeBg0HVTwSWdDiYauCINon9kQ==",
"version": "0.2.24",
"resolved": "https://registry.npmjs.org/@codedoc/core/-/core-0.2.24.tgz",
"integrity": "sha512-5qJ+I9St+OV2Cql0IurPdQEqwlkWarAzouZniv70WLei50jJ+zMg36NpEvqEdOlZKTa3gR2M3IcVqeEG5UmTCw==",
"dependencies": {
"@connectv/html": "^0.2.6",
"@connectv/jss-theme": "^0.2.0",
@@ -30,7 +30,7 @@
"@types/express-ws": "^3.0.0",
"@types/katex": "^0.11.0",
"@types/prismjs": "^1.16.0",
"ansi_up": "^4.0.4",
"ansi_up": "^5.0.0",
"chalk": "^4.0.0",
"color": "^3.1.2",
"express": "^4.17.1",
@@ -576,9 +576,9 @@
}
},
"node_modules/ansi_up": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/ansi_up/-/ansi_up-4.0.4.tgz",
"integrity": "sha512-vRxC8q6QY918MbehO869biJW4tiunJdjOhi5fpY6NLOliBQlZhOkKgABJKJqH+JZfb/WfjvjN1chLWI6tODerw==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/ansi_up/-/ansi_up-5.1.0.tgz",
"integrity": "sha512-3wwu+nJCKBVBwOCurm0uv91lMoVkhFB+3qZQz3U11AmAdDJ4tkw1sNPWJQcVxMVYwe0pGEALOjSBOxdxNc+pNQ==",
"engines": {
"node": "*"
}
@@ -5932,9 +5932,9 @@
}
},
"@codedoc/core": {
"version": "0.2.23",
"resolved": "https://registry.npmjs.org/@codedoc/core/-/core-0.2.23.tgz",
"integrity": "sha512-dp1ku5YkvV/AbCGHVwBVX2Mo85MeAOOxdvc3Q9VNe1OUcX6RKGWZLkBafo/bVfeBg0HVTwSWdDiYauCINon9kQ==",
"version": "0.2.24",
"resolved": "https://registry.npmjs.org/@codedoc/core/-/core-0.2.24.tgz",
"integrity": "sha512-5qJ+I9St+OV2Cql0IurPdQEqwlkWarAzouZniv70WLei50jJ+zMg36NpEvqEdOlZKTa3gR2M3IcVqeEG5UmTCw==",
"requires": {
"@connectv/html": "^0.2.6",
"@connectv/jss-theme": "^0.2.0",
@@ -5945,7 +5945,7 @@
"@types/express-ws": "^3.0.0",
"@types/katex": "^0.11.0",
"@types/prismjs": "^1.16.0",
"ansi_up": "^4.0.4",
"ansi_up": "^5.0.0",
"chalk": "^4.0.0",
"color": "^3.1.2",
"express": "^4.17.1",
@@ -6463,9 +6463,9 @@
"requires": {}
},
"ansi_up": {
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/ansi_up/-/ansi_up-4.0.4.tgz",
"integrity": "sha512-vRxC8q6QY918MbehO869biJW4tiunJdjOhi5fpY6NLOliBQlZhOkKgABJKJqH+JZfb/WfjvjN1chLWI6tODerw=="
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/ansi_up/-/ansi_up-5.1.0.tgz",
"integrity": "sha512-3wwu+nJCKBVBwOCurm0uv91lMoVkhFB+3qZQz3U11AmAdDJ4tkw1sNPWJQcVxMVYwe0pGEALOjSBOxdxNc+pNQ=="
},
"ansi-styles": {
"version": "4.3.0",

View File

@@ -1,5 +1,5 @@
{
"dependencies": {
"@codedoc/core": "^0.2.23"
"@codedoc/core": "^0.2.24"
}
}