@cosmicdrift/kumiko-bundled-features 0.165.3 → 0.165.4

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@cosmicdrift/kumiko-bundled-features",
3
- "version": "0.165.3",
3
+ "version": "0.165.4",
4
4
  "description": "Built-in features — tenant, user, auth, delivery. The stuff you'd rewrite anyway, already typed.",
5
5
  "license": "BUSL-1.1",
6
6
  "author": "Marc Frost <marc@cosmicdriftgamestudio.com>",
@@ -119,11 +119,11 @@
119
119
  "./step-dispatcher": "./src/step-dispatcher/index.ts"
120
120
  },
121
121
  "dependencies": {
122
- "@cosmicdrift/kumiko-dispatcher-live": "0.165.3",
123
- "@cosmicdrift/kumiko-framework": "0.165.3",
124
- "@cosmicdrift/kumiko-headless": "0.165.3",
125
- "@cosmicdrift/kumiko-renderer": "0.165.3",
126
- "@cosmicdrift/kumiko-renderer-web": "0.165.3",
122
+ "@cosmicdrift/kumiko-dispatcher-live": "0.165.4",
123
+ "@cosmicdrift/kumiko-framework": "0.165.4",
124
+ "@cosmicdrift/kumiko-headless": "0.165.4",
125
+ "@cosmicdrift/kumiko-renderer": "0.165.4",
126
+ "@cosmicdrift/kumiko-renderer-web": "0.165.4",
127
127
  "@mollie/api-client": "^4.5.0",
128
128
  "imapflow": "^1.3.3",
129
129
  "mailparser": "^3.9.8",
@@ -148,7 +148,7 @@
148
148
  "LICENSE"
149
149
  ],
150
150
  "peerDependencies": {
151
- "@cosmicdrift/kumiko-types": "^0.165.3"
151
+ "@cosmicdrift/kumiko-types": "^0.165.4"
152
152
  },
153
153
  "devDependencies": {
154
154
  "@testing-library/user-event": "^14.6.1",
@@ -1,4 +1,10 @@
1
1
  [
2
+ {
3
+ "version": "0.165.3",
4
+ "type": "improvement",
5
+ "title": "Searchable subject-PII via derived Meili index (fw#1610).",
6
+ "detail": "Fields may be searchable + userOwned/tenantOwned: the search consumer decrypts into Meili (ciphertext stays at rest). Forget erases the subject key and purgeSearchDocumentsForSubject removes Meili docs (ciphertext LIKE + ownership for post-anonymize). sortable + subject remains forbidden; sensitive + searchable is rejected at boot."
7
+ },
2
8
  {
3
9
  "version": "0.119.0",
4
10
  "type": "improvement",
@@ -1 +1,8 @@
1
- []
1
+ [
2
+ {
3
+ "version": "0.165.3",
4
+ "type": "improvement",
5
+ "title": "user.displayName is searchable via derived Meili (fw#1610).",
6
+ "detail": "displayName is userOwned PII and now searchable through the decrypt-into-Meili path; forget purges the index entry with the subject key."
7
+ }
8
+ ]
@@ -1,4 +1,10 @@
1
1
  [
2
+ {
3
+ "version": "0.165.3",
4
+ "type": "improvement",
5
+ "title": "Forget cleanup purges derived Meili docs for searchable subject-PII (fw#1610).",
6
+ "detail": "run-forget-cleanup (and the forget cron path) call purgeSearchDocumentsForSubject after crypto-shred so searchable userOwned fields do not linger in Meili as plaintext after Art. 17."
7
+ },
2
8
  {
3
9
  "version": "0.165.0",
4
10
  "type": "breaking",