Comparing version 9.1.0 to 9.2.0
@@ -0,1 +1,7 @@ | ||
### 9.2.0 (2020-05-17) | ||
##### Build System / Dependencies | ||
* remove rollup ([59b3223f](https://github.com/MichaelSolati/ngmeta/commit/59b3223f774cc5648034f5356022648f81bed6ce)) | ||
### 9.1.0 (2020-05-17) | ||
@@ -2,0 +8,0 @@ |
export * from './ngmeta.service'; | ||
export * from './ngmeta.types'; |
import { Title, Meta } from '@angular/platform-browser'; | ||
import { AllMeta, FacebookMeta, GoogleMeta, TwitterMeta } from './ngmeta.types'; | ||
import * as i0 from "@angular/core"; | ||
/** | ||
@@ -53,2 +54,4 @@ * Service that allows setting and updating of meta tags, title tags, and canonical tags. | ||
private _scrollToTop; | ||
static ɵfac: i0.ɵɵFactoryDef<NgMeta, never>; | ||
static ɵprov: i0.ɵɵInjectableDef<NgMeta>; | ||
} |
{ | ||
"name": "ngmeta", | ||
"version": "9.1.0", | ||
"version": "9.2.0", | ||
"description": "A tool for updating meta tags in an Angular application.", | ||
"scripts": { | ||
"build": "rm -rf ./dist && rollup -c", | ||
"build": "rm -rf ./dist && ngc", | ||
"docs": "typedoc --out docs/ --exclude **/*.spec.ts src/", | ||
@@ -14,4 +14,3 @@ "start": "npm run build", | ||
}, | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.esm.js", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
@@ -51,9 +50,7 @@ "author": "Michael Solati <mkslt04@gmail.com>", | ||
"@angular/common": "9.x.x", | ||
"@angular/compiler": "9.x.x", | ||
"@angular/compiler-cli": "9.x.x", | ||
"@angular/core": "9.x.x", | ||
"@angular/platform-browser": "9.x.x", | ||
"generate-changelog": "1.x.x", | ||
"gts": "^2.0.2", | ||
"rollup": "^2.10.2", | ||
"rollup-plugin-copier": "^1.1.0", | ||
"rollup-plugin-typescript2": "^0.27.1", | ||
"rxjs": "6.x.x", | ||
@@ -60,0 +57,0 @@ "typedoc": "0.x.x", |
Sorry, the diff of this file is too big to display
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
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
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
9
13
64172
1101
1