@pipeline-builder/pipeline-data 3.4.58 → 3.4.60

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": "@pipeline-builder/pipeline-data",
3
- "description": "Database layer for Pipeline Builder: Drizzle ORM schemas, connection management, query builders, and the generic CrudService base class with multi-tenant access control.",
3
+ "description": "Database layer for Pipeline Builder: Drizzle ORM schemas, connection management, query builders, and the generic CrudService base class with per-organization (and team) access control.",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/mwashburn160/pipeline-builder.git"
@@ -24,7 +24,7 @@
24
24
  "dependencies": {
25
25
  "drizzle-orm": "0.45.1",
26
26
  "pg": "8.18.0",
27
- "@pipeline-builder/api-core": "3.4.57"
27
+ "@pipeline-builder/api-core": "3.4.59"
28
28
  },
29
29
  "keywords": [
30
30
  "aws",
@@ -44,7 +44,7 @@
44
44
  "plugins",
45
45
  "typescript",
46
46
  "self-service",
47
- "multi-tenant",
47
+ "multi-team",
48
48
  "compliance",
49
49
  "automation",
50
50
  "infrastructure-as-code",
@@ -68,7 +68,7 @@
68
68
  "access": "public",
69
69
  "registry": "https://registry.npmjs.org/"
70
70
  },
71
- "version": "3.4.58",
71
+ "version": "3.4.60",
72
72
  "bugs": {
73
73
  "url": "https://github.com/mwashburn160/pipeline-builder/issues"
74
74
  },