typedoc-bitbucket-theme
Advanced tools
Comparing version 0.0.0 to 0.1.0
@@ -1,6 +0,6 @@ | ||
import MarkdownTheme from 'typedoc-plugin-markdown/dist/theme'; | ||
import { Renderer } from 'typedoc/dist/lib/output/renderer'; | ||
export default class BitbucketTheme extends MarkdownTheme { | ||
constructor(renderer: Renderer, basePath: string); | ||
import { MarkdownTheme } from 'typedoc-plugin-markdown/dist/theme'; | ||
import { Renderer } from 'typedoc'; | ||
export declare class BitbucketTheme extends MarkdownTheme { | ||
constructor(renderer: Renderer); | ||
toAnchorRef(reflectionId: string): string; | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.BitbucketTheme = void 0; | ||
const theme_1 = require("typedoc-plugin-markdown/dist/theme"); | ||
class BitbucketTheme extends theme_1.default { | ||
constructor(renderer, basePath) { | ||
super(renderer, basePath); | ||
class BitbucketTheme extends theme_1.MarkdownTheme { | ||
constructor(renderer) { | ||
super(renderer); | ||
} | ||
@@ -12,2 +13,2 @@ toAnchorRef(reflectionId) { | ||
} | ||
exports.default = BitbucketTheme; | ||
exports.BitbucketTheme = BitbucketTheme; |
{ | ||
"name": "typedoc-bitbucket-theme", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "An extension of the default theme from typedoc-plugin-markdown to fix Bitbucket Cloud's internal anchor linking implementation.", | ||
@@ -20,6 +20,5 @@ "main": "dist/theme.js", | ||
"lint": "eslint ./src --ext .ts", | ||
"prepublishOnly": "npm run lint && npm run build && npm run test", | ||
"prepublishOnly": "npm run lint && npm run build", | ||
"build": "rm -rf ./dist && tsc", | ||
"test": "jest --colors", | ||
"build-and-test": "npm run build && npm run test" | ||
"demo": "rm -rf ./demo && yarn run build && typedoc --options ../typedoc-plugin-markdown/demo.options.json --tsconfig ../typedoc-plugin-markdown/test/stubs/tsconfig.json --theme ./dist --out ./demo" | ||
}, | ||
@@ -29,12 +28,7 @@ "author": "Thomas Grey", | ||
"peerDependencies": { | ||
"typedoc": ">=0.19.0", | ||
"typedoc-plugin-markdown": ">=3.0.0" | ||
"typedoc": ">=0.22.0", | ||
"typedoc-plugin-markdown": ">=3.11.0" | ||
}, | ||
"devDependencies": { | ||
"typedoc": "^0.19.1", | ||
"typedoc-plugin-markdown": "*", | ||
"typescript": "^4.0.2" | ||
}, | ||
"keywords": [], | ||
"gitHead": "c5077ec3a87713fe86ab328ff950bc04f1243b3f" | ||
"gitHead": "bfd0eba32acdc4ae2237c01c202fe1f5f5ca10ff" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
19
3656