@promptowl/contextnest-community 1.2.0 → 1.4.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,8 +5,8 @@
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-72vKyivD.js"></script>
9
- <link rel="stylesheet" crossorigin href="/assets/index-JmSevkg_.css">
8
+ <script type="module" crossorigin src="/assets/index-z5pGrOrG.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/assets/index-BkykvwZ7.css">
10
10
  </head>
11
11
  <body class="bg-background text-foreground antialiased">
12
12
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@promptowl/contextnest-community",
3
- "version": "1.2.0",
3
+ "version": "1.4.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",
@@ -116,6 +116,7 @@
116
116
  "@tiptap/starter-kit": "^3.23.2",
117
117
  "@types/bcryptjs": "^3.0.0",
118
118
  "@types/better-sqlite3": "^7.6.13",
119
+ "@types/d3-force": "^3.0.10",
119
120
  "@types/react": "^18.3.0",
120
121
  "@types/react-dom": "^18.3.0",
121
122
  "@types/uuid": "^10.0.0",
@@ -126,6 +127,7 @@
126
127
  "clsx": "^2.1.1",
127
128
  "cmdk": "^1.0.0",
128
129
  "concurrently": "^9.2.1",
130
+ "d3-force": "^3.0.0",
129
131
  "lowlight": "^3.3.0",
130
132
  "lucide-react": "^0.577.0",
131
133
  "markdown-it-container": "^4.0.0",