release: @marketplaces/auth 0.1.0 (built from main)
This commit is contained in:
15
package.json
Normal file
15
package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "@marketplaces/auth",
|
||||
"version": "0.1.0",
|
||||
"description": "Shared customer + admin auth client (Telegram QR/session, Ed25519 admin verification, guards, interceptors) for marketplaces projects.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": ["dist"],
|
||||
"peerDependencies": {
|
||||
"@angular/core": ">=22.0.0",
|
||||
"@angular/common": ">=22.0.0",
|
||||
"@angular/router": ">=22.0.0",
|
||||
"rxjs": ">=7.8.0"
|
||||
},
|
||||
"license": "UNLICENSED"
|
||||
}
|
||||
Reference in New Issue
Block a user