diff --git a/package.json b/package.json index 824913992..8c9f3542a 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@changesets/changelog-github": "^0.5.0", "@changesets/cli": "^2.27.1", "@effect/build-utils": "^0.7.6", - "@effect/docgen": "^0.4.1", + "@effect/docgen": "^0.4.3", "@effect/dtslint": "^0.1.0", "@effect/eslint-plugin": "^0.1.2", "@effect/language-service": "^0.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a0d252033..4626007bf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -35,8 +35,8 @@ importers: specifier: ^0.7.6 version: 0.7.6 '@effect/docgen': - specifier: ^0.4.1 - version: 0.4.1(tsx@4.7.2)(typescript@5.4.5) + specifier: ^0.4.3 + version: 0.4.3(tsx@4.7.2)(typescript@5.4.5) '@effect/dtslint': specifier: ^0.1.0 version: 0.1.0(typescript@5.4.5) @@ -667,17 +667,17 @@ packages: hasBin: true dev: true - /@effect/docgen@0.4.1(tsx@4.7.2)(typescript@5.4.5): - resolution: {integrity: sha512-AXaBdh/mO3kWLT3XYpxpR+hyWzK5rVE3jsksQFmOa2JNtWCx4FHg+OhuDvHaLyS9OP3NXq98Ib0kICS55BnkSg==} + /@effect/docgen@0.4.3(tsx@4.7.2)(typescript@5.4.5): + resolution: {integrity: sha512-qR7uSUPpY53ljWLiftQ2N5TaGpYJn1j3yXtJcWs2ndo1K3TqM9ZajtpB4WbiCfIpAXsCKfqpoUBn/qb8RpiGWg==} engines: {node: '>=18.0.0'} hasBin: true peerDependencies: tsx: ^4.1.0 typescript: ^5.2.2 dependencies: + '@effect/markdown-toc': 0.1.0 doctrine: 3.0.0 glob: 10.3.12 - markdown-toc: github.com/effect-ts/markdown-toc/3ea4550bf1352c612aa8b9e582dc263a89f2b64d prettier: 3.2.5 tsx: 4.7.2 typescript: 5.4.5 @@ -706,6 +706,25 @@ packages: resolution: {integrity: sha512-BnlM8LlaqCAYgdRfxlbR7gXGh/FD1scL1fPgNVJEPoOM08od1jtJz+iKhwfaud8TPnnhZR+TED2h5ynjanLeCQ==} dev: true + /@effect/markdown-toc@0.1.0: + resolution: {integrity: sha512-IRfvvwqQLabVTIw9hhIj4scOGIYPfa13QuEFv+dBWE6p47R+RR0J8jQvfDINFf0Vn80XXVjNRtZxkZpkKXLx2A==} + engines: {node: '>=0.10.0'} + hasBin: true + dependencies: + concat-stream: 1.6.2 + diacritics-map: 0.1.0 + gray-matter: 3.1.1 + lazy-cache: 2.0.2 + list-item: 1.1.1 + markdown-link: 0.1.1 + minimist: 1.2.8 + mixin-deep: 1.3.2 + object.pick: 1.3.0 + remarkable: 1.7.4 + repeat-string: 1.6.1 + strip-color: 0.1.0 + dev: true + /@effect/platform-bun@0.33.0(@effect/platform@0.49.0)(effect@3.0.0): resolution: {integrity: sha512-nxgpBXsXd9w1otEZK4ohcVaW+S6qTbitT2Ud21N7nTVUsv8de3n5oDuMaBd87vaBBa69sQAi53XIfgNDXCdcZg==} peerDependencies: @@ -6556,25 +6575,4 @@ packages: engines: {node: '>=12.20'} dev: true - github.com/effect-ts/markdown-toc/3ea4550bf1352c612aa8b9e582dc263a89f2b64d: - resolution: {tarball: https://codeload.github.com/effect-ts/markdown-toc/tar.gz/3ea4550bf1352c612aa8b9e582dc263a89f2b64d} - name: '@effect/markdown-toc' - version: 0.1.0 - engines: {node: '>=0.10.0'} - hasBin: true - dependencies: - concat-stream: 1.6.2 - diacritics-map: 0.1.0 - gray-matter: 3.1.1 - lazy-cache: 2.0.2 - list-item: 1.1.1 - markdown-link: 0.1.1 - minimist: 1.2.8 - mixin-deep: 1.3.2 - object.pick: 1.3.0 - remarkable: 1.7.4 - repeat-string: 1.6.1 - strip-color: 0.1.0 - dev: true - publishDirectory: dist