@promptowl/contextnest-community 1.5.0 → 1.6.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.
@@ -5,7 +5,7 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <title>ContextNest</title>
7
7
  <link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🪺</text></svg>" />
8
- <script type="module" crossorigin src="/assets/index-DEKnE-ty.js"></script>
8
+ <script type="module" crossorigin src="/assets/index-C2Tf2ZFz.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/assets/index-C2dfT3Et.css">
10
10
  </head>
11
11
  <body class="bg-background text-foreground antialiased">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptowl/contextnest-community",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "description": "ContextNest Community Edition — self-hosted context governance server for AI workflows. Commercial software by Promptowl LLC.",
5
5
  "private": false,
6
6
  "type": "module",
@@ -73,6 +73,7 @@
73
73
  "better-sqlite3": "^11.8.2",
74
74
  "dotenv": "^16.6.1",
75
75
  "hono": "^4.7.6",
76
+ "pg": "^8.13.1",
76
77
  "uuid": "^14.0.0",
77
78
  "zod": "^4.3.6"
78
79
  },
@@ -117,6 +118,7 @@
117
118
  "@types/bcryptjs": "^3.0.0",
118
119
  "@types/better-sqlite3": "^7.6.13",
119
120
  "@types/d3-force": "^3.0.10",
121
+ "@types/pg": "^8.11.10",
120
122
  "@types/react": "^18.3.0",
121
123
  "@types/react-dom": "^18.3.0",
122
124
  "@types/uuid": "^10.0.0",