@aiquants/auth-directory-drizzle 0.2.0 → 0.2.1

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": "@aiquants/auth-directory-drizzle",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Drizzle (mssql) adapter for @aiquants/auth-directory-core: the identity-side tables (external group links, upstream member ledger, tenant membership groups, login allowlist), the synchronization writer that runs inside the authz lockout guard, and an admin-store decorator that keeps admin roles off externally-sourced groups.",
5
5
  "sideEffects": false,
6
6
  "main": "dist/index.js",
@@ -44,8 +44,8 @@
44
44
  "tsup": "^8.5.1",
45
45
  "typescript": "^5.9.3",
46
46
  "vitest": "^4.1.8",
47
- "@aiquants/auth-directory-core": "0.2.0",
48
47
  "@aiquants/auth-core": "0.4.0",
48
+ "@aiquants/auth-directory-core": "0.2.0",
49
49
  "@aiquants/authz-core": "0.5.0",
50
50
  "@aiquants/authz-drizzle": "1.1.0"
51
51
  },