@happyvertical/smrt-tenancy 0.49.8 → 0.51.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/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import { n as createExpressMiddleware, r as createCliContext, t as createSvelteK
3
3
  import { S as unregisterTenantScopedClass, _ as getAllTenantScopedClasses, a as setupTestTenancy, b as registerTenantScopedClass, c as disableTenancy, d as queryGlobal, f as queryWithGlobals, g as clearTenantScopedRegistry, h as isTenancyEnabled, i as resetTenancy, l as enableTenancy, m as runTenantScopedEntryPoint, n as assertTenantIsolationViolation, o as testTenantIsolation, p as withTenantGlobalRead, r as createTestTenantContext, s as createTenantInterceptor, t as assertTenantContextRequired, u as assertTenantReadAllowed, v as getTenantScopedConfig, x as registerTenantScopedConstructor, y as isTenantScopedClass } from "./chunks/testing-s12-pjzJ.js";
4
4
  import { ObjectRegistry, applyPendingDecoratorRegistrations, registerCompatibleFieldDecorator } from "@happyvertical/smrt-core";
5
5
  //#region src/__smrt-register__.ts
6
- ObjectRegistry.registerPackageManifest(JSON.parse("{\"version\":\"1.0.0\",\"timestamp\":0,\"packageName\":\"@happyvertical/smrt-tenancy\",\"packageVersion\":\"0.49.8\",\"objects\":{},\"moduleType\":\"smrt\",\"smrtDependencies\":[\"@happyvertical/smrt-core\"]}"));
6
+ ObjectRegistry.registerPackageManifest(JSON.parse("{\"version\":\"1.0.0\",\"timestamp\":0,\"packageName\":\"@happyvertical/smrt-tenancy\",\"packageVersion\":\"0.51.0\",\"objects\":{},\"moduleType\":\"smrt\",\"smrtDependencies\":[\"@happyvertical/smrt-core\"]}"));
7
7
  //#endregion
8
8
  //#region src/decorators.ts
9
9
  function TenantScoped(options = {}) {
@@ -2,7 +2,7 @@
2
2
  "version": "1.0.0",
3
3
  "timestamp": 0,
4
4
  "packageName": "@happyvertical/smrt-tenancy",
5
- "packageVersion": "0.49.8",
5
+ "packageVersion": "0.51.0",
6
6
  "objects": {},
7
7
  "moduleType": "smrt",
8
8
  "smrtDependencies": [
@@ -3,12 +3,12 @@
3
3
  "sensitiveFieldsExcluded": true,
4
4
  "generatedAt": "1970-01-01T00:00:00.000Z",
5
5
  "packageName": "@happyvertical/smrt-tenancy",
6
- "packageVersion": "0.49.8",
6
+ "packageVersion": "0.51.0",
7
7
  "sourceManifestPath": "dist/manifest.json",
8
8
  "agentDocPath": "AGENTS.md",
9
9
  "sourceHashes": {
10
- "manifest": "bc4fc58551a28f1fbd53d97fb09f005c52482c7e4dde6898247c239af3d1203f",
11
- "packageJson": "9f4bc7cf7abc0f0db00d2ceafc01eb92919a07051e16ea6e421f85b18c0924a4",
10
+ "manifest": "6724fe8906389e480b345a1cfb638fa4302f01ca0ce1fc81dbc4b5cb68ca068f",
11
+ "packageJson": "cb4c09a0017420b9e3cc0fa59cd7c7bce37e4617681cd5a47e6053cf30aee2e1",
12
12
  "agents": "b4494fbdca37281d8557810a757c8a6abca8527fbee2785ec1e19adf0ce10a8a"
13
13
  },
14
14
  "exports": [
@@ -49,8 +49,18 @@
49
49
  "@happyvertical/sql",
50
50
  "@happyvertical/utils"
51
51
  ],
52
- "tags": [],
53
- "risks": [],
52
+ "tags": [
53
+ "agents",
54
+ "ai",
55
+ "cross-package",
56
+ "isolation",
57
+ "multi-tenancy",
58
+ "smrt",
59
+ "tenancy"
60
+ ],
61
+ "risks": [
62
+ "sensitive-fields-excluded"
63
+ ],
54
64
  "objects": [],
55
65
  "surfaces": [],
56
66
  "prompts": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-tenancy",
3
- "version": "0.49.8",
3
+ "version": "0.51.0",
4
4
  "smrtJsdoc": "strict",
5
5
  "description": "Production-ready multi-tenancy framework for SMRT with automatic tenant isolation and enforcement",
6
6
  "type": "module",
@@ -42,12 +42,12 @@
42
42
  }
43
43
  },
44
44
  "dependencies": {
45
- "@happyvertical/logger": "^0.89.6",
46
- "@happyvertical/smrt-core": "0.49.8",
47
- "@happyvertical/smrt-types": "0.49.8",
48
- "@happyvertical/smrt-ui": "0.49.8",
49
- "@happyvertical/sql": "^0.89.6",
50
- "@happyvertical/utils": "^0.89.6"
45
+ "@happyvertical/logger": "^0.89.9",
46
+ "@happyvertical/smrt-core": "0.51.0",
47
+ "@happyvertical/smrt-types": "0.51.0",
48
+ "@happyvertical/smrt-ui": "0.51.0",
49
+ "@happyvertical/sql": "^0.89.9",
50
+ "@happyvertical/utils": "^0.89.9"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "svelte": "^5.56.4"
@@ -58,7 +58,7 @@
58
58
  }
59
59
  },
60
60
  "devDependencies": {
61
- "@happyvertical/smrt-vitest": "0.49.8",
61
+ "@happyvertical/smrt-vitest": "0.51.0",
62
62
  "@sveltejs/package": "^2.5.8",
63
63
  "@sveltejs/vite-plugin-svelte": "^7.1.2",
64
64
  "@types/node": "24.13.2",