@stardyn/angular-updater
Version:
Angular Version Tracker Package - Lightweight, configurable version tracking and update notification service for Angular applications with Service Worker support
60 lines • 1.5 kB
JSON
{
"name": "@stardyn/angular-updater",
"version": "2.0.11",
"description": "Angular Version Tracker Package - Lightweight, configurable version tracking and update notification service for Angular applications with Service Worker support",
"main": "fesm2022/index.mjs",
"module": "fesm2022/index.mjs",
"exports": {
".": {
"types": "./types/index.d.ts",
"import": "./fesm2022/index.mjs",
"default": "./fesm2022/index.mjs"
},
"./package.json": {
"default": "./package.json"
}
},
"types": "index.d.ts",
"sideEffects": false,
"files": [
"**/*"
],
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": "^21.0.0",
"@angular/core": "^21.0.0",
"@angular/service-worker": ">=21.0.0",
"@stardyn/angular-console": "^2.0.16",
"@stardyn/angular-ui-actions": "^2.0.20",
"rxjs": ">=7.0.0"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=20.0.0"
},
"keywords": [
"angular",
"version-tracker",
"service-worker",
"update-notification",
"typescript",
"stardyn",
"app-updater",
"version-management"
],
"author": "Stardyn Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/stardyn/angular-updater.git"
},
"homepage": "https://github.com/stardyn/angular-updater",
"bugs": {
"url": "https://github.com/stardyn/angular-updater/issues"
},
"typings": "types/index.d.ts"
}