@ossy/users 1.12.6 → 1.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ossy/users",
3
3
  "description": "User domain — aggregate, events, and validators for the Ossy user model",
4
- "version": "1.12.6",
4
+ "version": "1.13.0",
5
5
  "private": false,
6
6
  "type": "module",
7
7
  "main": "./src/index.js",
@@ -22,12 +22,12 @@
22
22
  "registry": "https://registry.npmjs.org"
23
23
  },
24
24
  "dependencies": {
25
- "@ossy/observability": "^1.7.6",
25
+ "@ossy/observability": "^1.8.0",
26
26
  "nanoid": "^5.1.11"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@jest/globals": "^30.2.0",
30
- "@ossy/platform": "^1.38.6",
30
+ "@ossy/platform": "^1.39.0",
31
31
  "casual": "^1.6.2",
32
32
  "jest": "^30.2.0"
33
33
  },
@@ -35,5 +35,5 @@
35
35
  "/src",
36
36
  "README.md"
37
37
  ],
38
- "gitHead": "72d150cf20ff7ba25b328bc5b429b065c2840b2b"
38
+ "gitHead": "d9d31182be64a448d575da432af2830d909ad4b9"
39
39
  }
@@ -0,0 +1,16 @@
1
+ {
2
+ "users/create-api-token.label": "Create API token",
3
+ "users/create-api-token.description": "Create a personal API token for the authenticated user",
4
+ "users/get-api-tokens.label": "Get API tokens",
5
+ "users/get-api-tokens.description": "List API tokens for the authenticated user",
6
+ "users/get-current-user-history.label": "Get user history",
7
+ "users/get-current-user-history.description": "Return activity history for the current user",
8
+ "users/invalidate-api-token.label": "Invalidate API token",
9
+ "users/invalidate-api-token.description": "Revoke an API token by id",
10
+ "users/join-workspace.label": "Join workspace",
11
+ "users/join-workspace.description": "Add the current user to a workspace",
12
+ "users/leave-workspace.label": "Leave workspace",
13
+ "users/leave-workspace.description": "Remove the current user from a workspace",
14
+ "users/update-details.label": "Update user details",
15
+ "users/update-details.description": "Update profile fields for the authenticated user"
16
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "users/create-api-token.label": "Skapa API-nyckel",
3
+ "users/create-api-token.description": "Skapa en personlig API-nyckel för den inloggade användaren",
4
+ "users/get-api-tokens.label": "Hämta API-nycklar",
5
+ "users/get-api-tokens.description": "Lista API-nycklar för den inloggade användaren",
6
+ "users/get-current-user-history.label": "Hämta användarhistorik",
7
+ "users/get-current-user-history.description": "Returnera aktivitetshistorik för nuvarande användare",
8
+ "users/invalidate-api-token.label": "Ogiltigförklara API-nyckel",
9
+ "users/invalidate-api-token.description": "Återkalla en API-nyckel via id",
10
+ "users/join-workspace.label": "Gå med i workspace",
11
+ "users/join-workspace.description": "Lägg till nuvarande användare i ett workspace",
12
+ "users/leave-workspace.label": "Lämna workspace",
13
+ "users/leave-workspace.description": "Ta bort nuvarande användare från ett workspace",
14
+ "users/update-details.label": "Uppdatera användaruppgifter",
15
+ "users/update-details.description": "Uppdatera profilfält för den inloggade användaren"
16
+ }