@progress/kendo-schematics
Advanced tools
Comparing version 1.2.2 to 2.0.0-dev.202201101535
@@ -6,3 +6,3 @@ { | ||
"license": "SEE LICENSE in LICENSE.md", | ||
"version": "1.2.2", | ||
"version": "2.0.0-dev.202201101535", | ||
"scripts": { | ||
@@ -9,0 +9,0 @@ "build-package": "npm run build", |
import { Rule } from '@angular-devkit/schematics'; | ||
import { Schema as RegisterSchema } from './schema'; | ||
export declare const themeVersion = "^4.42.0"; | ||
export declare const themeVersion = "^5.0.0"; | ||
export declare function importTheme(options: RegisterSchema): Rule; |
@@ -12,3 +12,3 @@ "use strict"; | ||
const themePath = (name) => `node_modules/${name}/dist/all.css`; | ||
exports.themeVersion = '^4.42.0'; | ||
exports.themeVersion = '^5.0.0'; | ||
function importTheme(options) { | ||
@@ -15,0 +15,0 @@ const theme = themePackageName(options); |
@@ -16,3 +16,3 @@ import { chain, noop, Rule, SchematicContext, SchematicsException } from '@angular-devkit/schematics'; | ||
export const themeVersion = '^4.42.0'; | ||
export const themeVersion = '^5.0.0'; | ||
@@ -19,0 +19,0 @@ export function importTheme(options: RegisterSchema): Rule { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
197143
2