feat(packages): add standalone auth and payment
Some checks failed
Release / release-branches (auth) (push) Has been cancelled
Release / release-branches (payment) (push) Has been cancelled
Release / version-pr (push) Has been cancelled

This commit is contained in:
2026-08-21 08:08:42 +04:00
parent 216d376167
commit 5ffc1b1450
28 changed files with 5855 additions and 26 deletions

View File

@@ -11,7 +11,17 @@
"release": "npm run build && changeset publish"
},
"devDependencies": {
"@angular/common": "22.0.8",
"@angular/compiler": "22.0.8",
"@angular/compiler-cli": "22.0.8",
"@angular/core": "22.0.8",
"@angular/forms": "22.0.8",
"@angular/router": "22.0.8",
"@changesets/cli": "^2.27.0",
"@types/qrcode": "^1.5.5",
"ng-packagr": "22.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.8.0",
"typescript": "~6.0.3"
}
}