@analogjs/content
Advanced tools
Comparing version 0.1.9 to 0.2.0-beta.0
@@ -9,1 +9,2 @@ export { injectContent } from './lib/content'; | ||
export { parseRawContentFile } from './lib/parse-raw-content-file'; | ||
export { AnchorNavigationDirective } from './lib/anchor-navigation.directive'; |
@@ -20,3 +20,3 @@ import { AfterViewChecked, OnInit, OnChanges } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<AnalogMarkdownComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<AnalogMarkdownComponent, "analog-markdown", never, { "content": "content"; "classes": "classes"; }, {}, never, never, true, [{ directive: typeof i1.AnchorNavigationDirective; inputs: {}; outputs: {}; }]>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<AnalogMarkdownComponent, "analog-markdown", never, { "content": { "alias": "content"; "required": false; }; "classes": { "alias": "classes"; "required": false; }; }, {}, never, never, true, [{ directive: typeof i1.AnchorNavigationDirective; inputs: {}; outputs: {}; }]>; | ||
} |
{ | ||
"name": "@analogjs/content", | ||
"version": "0.1.9", | ||
"version": "0.2.0-beta.0", | ||
"description": "Content Rendering for Analog", | ||
@@ -33,7 +33,3 @@ "author": "Brandon Roberts <robertsbt@gmail.com>", | ||
}, | ||
"module": "fesm2015/analogjs-content.mjs", | ||
"es2020": "fesm2020/analogjs-content.mjs", | ||
"esm2020": "esm2020/analogjs-content.mjs", | ||
"fesm2020": "fesm2020/analogjs-content.mjs", | ||
"fesm2015": "fesm2015/analogjs-content.mjs", | ||
"module": "fesm2022/analogjs-content.mjs", | ||
"typings": "index.d.ts", | ||
@@ -46,7 +42,5 @@ "exports": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/analogjs-content.mjs", | ||
"es2020": "./fesm2020/analogjs-content.mjs", | ||
"es2015": "./fesm2015/analogjs-content.mjs", | ||
"node": "./fesm2015/analogjs-content.mjs", | ||
"default": "./fesm2020/analogjs-content.mjs" | ||
"esm2022": "./esm2022/analogjs-content.mjs", | ||
"esm": "./esm2022/analogjs-content.mjs", | ||
"default": "./fesm2022/analogjs-content.mjs" | ||
} | ||
@@ -53,0 +47,0 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
87166
31
745
1