Comparing version 2.17.0 to 2.18.0
@@ -1,4 +0,4 @@ | ||
export declare const TAIGA_VERSION: any; | ||
export declare const TAIGA_VERSION: string; | ||
export declare const NG_DOMPURIFY_VERSION = "3.0.0"; | ||
export declare const DOMPURIFY_VERSION = "2.2.9"; | ||
export declare const DOMPURIFY_TYPES_VERSION = "2.2.3"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const { version } = require('../../package.json'); | ||
exports.TAIGA_VERSION = version; | ||
exports.TAIGA_VERSION = `^${version}`; | ||
exports.NG_DOMPURIFY_VERSION = '3.0.0'; | ||
@@ -6,0 +6,0 @@ exports.DOMPURIFY_VERSION = '2.2.9'; |
{ | ||
"name": "taiga-ui", | ||
"version": "2.17.0", | ||
"version": "2.18.0", | ||
"description": "Taiga UI package that provides ng add command for Taiga library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
50622