Release v1.1.2 - DDD refactoring with domain layer and ubiquitous language
- Add domain layer with value objects (IdentityId, Nickname, NostrKeyPair, etc.) - Add rich domain entities (Identity, Permission, Relay) with behavior - Add domain events for identity lifecycle (Created, Renamed, Selected, etc.) - Add repository interfaces and infrastructure implementations - Rename storage types to ubiquitous language (EncryptedVault, VaultSession, etc.) - Fix PermissionChecker to prioritize kind-specific rules over blanket rules - Add comprehensive test coverage for domain layer (113 tests passing) - Maintain backwards compatibility with @deprecated aliases 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "plebeian-signer",
|
||||
"version": "v1.1.1",
|
||||
"version": "v1.1.2",
|
||||
"custom": {
|
||||
"chrome": {
|
||||
"version": "v1.1.1"
|
||||
"version": "v1.1.2"
|
||||
},
|
||||
"firefox": {
|
||||
"version": "v1.1.1"
|
||||
"version": "v1.1.2"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"manifest_version": 3,
|
||||
"name": "Plebeian Signer - Nostr Identity Manager & Signer",
|
||||
"description": "Manage and switch between multiple identities while interacting with Nostr apps",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"homepage_url": "https://github.com/PlebeianApp/plebeian-signer",
|
||||
"options_page": "options.html",
|
||||
"permissions": [
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"manifest_version": 3,
|
||||
"name": "Plebeian Signer",
|
||||
"description": "Nostr Identity Manager & Signer",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"homepage_url": "https://github.com/PlebeianApp/plebeian-signer",
|
||||
"options_page": "options.html",
|
||||
"permissions": [
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user