@coreui/icons-angular
Advanced tools
Comparing version 5.2.13 to 5.2.14
{ | ||
"name": "@coreui/icons-angular", | ||
"version": "5.2.13", | ||
"version": "5.2.14", | ||
"description": "CoreUI Icons Angular component and service", | ||
@@ -28,5 +28,5 @@ "copyright": "Copyright 2024 creativeLabs Łukasz Holeczek", | ||
"peerDependencies": { | ||
"@angular/common": "^18.1.0", | ||
"@angular/core": "^18.1.0", | ||
"@angular/platform-browser": "^18.1.0" | ||
"@angular/common": "^18.2.0", | ||
"@angular/core": "^18.2.0", | ||
"@angular/platform-browser": "^18.2.0" | ||
}, | ||
@@ -33,0 +33,0 @@ "dependencies": { |
@@ -42,3 +42,3 @@ <p align="center"> | ||
[npm-coreui-icons-angular-next]: https://img.shields.io/npm/v/@coreui/icons-angular/next?style=flat-square&color=red | ||
[angular-badge]: https://img.shields.io/badge/angular-^18.1.0-lightgrey.svg?style=flat-square&logo=angular | ||
[angular-badge]: https://img.shields.io/badge/angular-^18.2.0-lightgrey.svg?style=flat-square&logo=angular | ||
@@ -45,0 +45,0 @@ ## `cIcon` directive |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.ngAdd = void 0; | ||
exports.ngAdd = ngAdd; | ||
const schematics_1 = require("@angular-devkit/schematics"); | ||
@@ -45,3 +45,2 @@ const tasks_1 = require("@angular-devkit/schematics/tasks"); | ||
} | ||
exports.ngAdd = ngAdd; | ||
//# sourceMappingURL=index.js.map |
@@ -10,3 +10,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getPackageVersionFromPackageJson = exports.addPackageToPackageJson = void 0; | ||
exports.addPackageToPackageJson = addPackageToPackageJson; | ||
exports.getPackageVersionFromPackageJson = getPackageVersionFromPackageJson; | ||
/** | ||
@@ -40,3 +41,2 @@ * Sorts the keys of the given object. | ||
} | ||
exports.addPackageToPackageJson = addPackageToPackageJson; | ||
/** Gets the version of the specified package by looking at the package.json in the given tree. */ | ||
@@ -53,3 +53,2 @@ function getPackageVersionFromPackageJson(tree, name) { | ||
} | ||
exports.getPackageVersionFromPackageJson = getPackageVersionFromPackageJson; | ||
//# sourceMappingURL=package-config.js.map |
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
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
131933
1144