UNPKG

@rxap/ngx-changelog

Version:

This package provides Angular components and services to display changelogs within an application. It fetches changelog data from a remote source and presents it in a user-friendly dialog or component, allowing users to view updates and changes. The packa

151 lines (150 loc) 3.85 kB
{ "version": "19.0.3", "name": "@rxap/ngx-changelog", "description": "This package provides Angular components and services to display changelogs within an application. It fetches changelog data from a remote source and presents it in a user-friendly dialog or component, allowing users to view updates and changes. The package also includes features to remember the last viewed version and disable the changelog display.\n", "license": "GPL-3.0-or-later", "dependencies": { "@nx/devkit": "20.4.6", "tslib": "2.6.2" }, "peerDependencies": { "@angular/common": "^19.1.3", "@angular/core": "^19.1.3", "@angular/forms": "^19.1.3", "@rxap/directives": "^19.0.3-dev.2", "@rxap/environment": "^19.0.3-dev.0", "@rxap/open-api": "^19.0.3-dev.2", "ngx-markdown": "^16.0.0", "rxjs": "^7.8.1" }, "author": { "name": "Merzough Münker", "email": "mmuenker@digitaix.com" }, "bugs": { "url": "https://gitlab.com/rxap/packages/-/issues", "email": "incoming+rxap-packages-14898188-issue-@incoming.gitlab.com" }, "generators": "./generators.json", "homepage": "https:/gitlab.com/rxap/packages/packages/angular/changelog", "keywords": [ "angular", "angular-changelog", "ngx", "packages", "rxap", "scope:compose" ], "nx-migrations": { "packageGroup": [ { "package": "@angular/animations", "version": "19.1.3" }, { "package": "@angular/cdk", "version": "19.1.1" }, { "package": "@angular/common", "version": "19.1.3" }, { "package": "@angular/core", "version": "19.1.3" }, { "package": "@angular/forms", "version": "19.1.3" }, { "package": "@angular/material", "version": "19.1.1" }, { "package": "@angular/platform-browser", "version": "19.1.3" }, { "package": "@rxap/config", "version": "19.0.3-dev.0" }, { "package": "@rxap/data-source", "version": "19.0.3-dev.1" }, { "package": "@rxap/data-structure-tree", "version": "1.1.15-dev.0" }, { "package": "@rxap/definition", "version": "19.0.3-dev.0" }, { "package": "@rxap/directives", "version": "19.0.3-dev.2" }, { "package": "@rxap/environment", "version": "19.0.3-dev.0" }, { "package": "@rxap/mixin", "version": "16.0.13" }, { "package": "@rxap/open-api", "version": "19.0.3-dev.2" }, { "package": "@rxap/pattern", "version": "1.1.13-dev.0" }, { "package": "@rxap/reflect-metadata", "version": "1.0.14" }, { "package": "@rxap/remote-method", "version": "19.0.3-dev.1" }, { "package": "@rxap/rxjs", "version": "1.1.15-dev.0" }, { "package": "@rxap/services", "version": "19.0.3-dev.1" }, { "package": "@rxap/utilities", "version": "16.4.3" } ] }, "publishConfig": { "access": "public", "directory": "../../../dist/packages/angular/changelog" }, "repository": { "type": "git", "url": "https://gitlab.com/rxap/packages.git", "directory": "packages/angular/changelog" }, "schematics": "./generators.json", "sideEffects": false, "gitHead": "15b5fab8912b1042ea325e7f4d98844416018df1", "module": "fesm2022/rxap-ngx-changelog.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/rxap-ngx-changelog.mjs" }, "./theme": "./theme.css" } }