ngx-highlightjs
Advanced tools
Comparing version 6.1.3 to 7.0.0
@@ -30,3 +30,3 @@ import { EventEmitter, OnChanges, SimpleChanges, ElementRef } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<Highlight, [null, null, null, { optional: true; }]>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<Highlight, "[highlight]", never, { "code": "highlight"; "languages": "languages"; "lineNumbers": "lineNumbers"; }, { "highlighted": "highlighted"; }, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<Highlight, "[highlight]", never, { "code": "highlight"; "languages": "languages"; "lineNumbers": "lineNumbers"; }, { "highlighted": "highlighted"; }, never, never, false>; | ||
} |
{ | ||
"name": "ngx-highlightjs", | ||
"version": "6.1.3", | ||
"version": "7.0.0", | ||
"description": "Instant code highlighting, auto-detect language, super easy to use.", | ||
@@ -28,3 +28,3 @@ "homepage": "http://github.com/murhafsousli/ngx-highlightjs", | ||
"dependencies": { | ||
"highlight.js": "^11.0.0", | ||
"highlight.js": "^11.5.1", | ||
"highlightjs-line-numbers.js": "^2.8.0", | ||
@@ -34,4 +34,4 @@ "tslib": "^2.0.0" | ||
"peerDependencies": { | ||
"@angular/common": ">=13.0.0", | ||
"@angular/core": ">=13.0.0", | ||
"@angular/common": ">=14.0.0", | ||
"@angular/core": ">=14.0.0", | ||
"rxjs": ">=6.0.0" | ||
@@ -44,3 +44,3 @@ }, | ||
"fesm2015": "fesm2015/ngx-highlightjs.mjs", | ||
"typings": "ngx-highlightjs.d.ts", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
@@ -51,3 +51,3 @@ "./package.json": { | ||
".": { | ||
"types": "./ngx-highlightjs.d.ts", | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/ngx-highlightjs.mjs", | ||
@@ -60,3 +60,3 @@ "es2020": "./fesm2020/ngx-highlightjs.mjs", | ||
"./plus": { | ||
"types": "./plus/ngx-highlightjs-plus.d.ts", | ||
"types": "./plus/index.d.ts", | ||
"esm2020": "./esm2020/plus/ngx-highlightjs-plus.mjs", | ||
@@ -63,0 +63,0 @@ "es2020": "./fesm2020/ngx-highlightjs-plus.mjs", |
@@ -10,3 +10,3 @@ import { PipeTransform } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<CodeFromUrlPipe, never>; | ||
static ɵpipe: i0.ɵɵPipeDeclaration<CodeFromUrlPipe, "codeFromUrl">; | ||
static ɵpipe: i0.ɵɵPipeDeclaration<CodeFromUrlPipe, "codeFromUrl", false>; | ||
} |
@@ -11,3 +11,3 @@ import { PipeTransform, EventEmitter } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GistDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<GistDirective, "[gist]", never, { "gist": "gist"; }, { "gistLoad": "gistLoad"; }, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<GistDirective, "[gist]", never, { "gist": "gist"; }, { "gistLoad": "gistLoad"; }, never, never, false>; | ||
} | ||
@@ -17,3 +17,3 @@ export declare class GistFilePipe implements PipeTransform { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GistFilePipe, never>; | ||
static ɵpipe: i0.ɵɵPipeDeclaration<GistFilePipe, "gistFile">; | ||
static ɵpipe: i0.ɵɵPipeDeclaration<GistFilePipe, "gistFile", false>; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
265976
38
2140
Updatedhighlight.js@^11.5.1