@contractspec/lib.identity-rbac 3.7.5 → 3.7.7

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.
@@ -1 +1 @@
1
- export { Permission, StandardRole, RBACPolicyEngine, createRBACEngine, type PermissionKey, type PermissionCheckInput, type PermissionCheckResult, type RoleWithPermissions, type PolicyBindingForEval, } from './engine';
1
+ export { createRBACEngine, Permission, type PermissionCheckInput, type PermissionCheckResult, type PermissionKey, type PolicyBindingForEval, RBACPolicyEngine, type RoleWithPermissions, StandardRole, } from './engine';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.identity-rbac",
3
- "version": "3.7.5",
3
+ "version": "3.7.7",
4
4
  "description": "Identity, Organizations, and RBAC module for ContractSpec applications",
5
5
  "keywords": [
6
6
  "contractspec",
@@ -21,20 +21,20 @@
21
21
  "dev": "contractspec-bun-build dev",
22
22
  "clean": "rimraf dist .turbo",
23
23
  "lint": "bun lint:fix",
24
- "lint:fix": "eslint src --fix",
25
- "lint:check": "eslint src",
24
+ "lint:fix": "biome check --write --unsafe --only=nursery/useSortedClasses . && biome check --write .",
25
+ "lint:check": "biome check .",
26
26
  "prebuild": "contractspec-bun-build prebuild",
27
27
  "typecheck": "tsc --noEmit"
28
28
  },
29
29
  "dependencies": {
30
- "@contractspec/lib.schema": "3.7.5",
31
- "@contractspec/lib.contracts-spec": "3.7.5",
30
+ "@contractspec/lib.schema": "3.7.6",
31
+ "@contractspec/lib.contracts-spec": "4.0.0",
32
32
  "zod": "^4.3.5"
33
33
  },
34
34
  "devDependencies": {
35
- "@contractspec/tool.typescript": "3.7.5",
35
+ "@contractspec/tool.typescript": "3.7.6",
36
36
  "typescript": "^5.9.3",
37
- "@contractspec/tool.bun": "3.7.5"
37
+ "@contractspec/tool.bun": "3.7.6"
38
38
  },
39
39
  "exports": {
40
40
  ".": {