@n-dx/web 0.1.2 → 0.1.4

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/LICENSE ADDED
@@ -0,0 +1,96 @@
1
+ Elastic License 2.0
2
+
3
+ ## Acceptance
4
+
5
+ By using the software, you agree to all of the terms and conditions below.
6
+
7
+ ## Copyright License
8
+
9
+ The licensor grants you a non-exclusive, royalty-free, worldwide,
10
+ non-sublicensable, non-transferable license to use, copy, distribute, make
11
+ available, and prepare derivative works of the software, in each case subject
12
+ to the limitations and conditions below.
13
+
14
+ ## Limitations
15
+
16
+ You may not provide the software to third parties as a hosted or managed
17
+ service, where the service provides users with access to any substantial set
18
+ of the features or functionality of the software.
19
+
20
+ You may not move, change, disable, or circumvent the license key
21
+ functionality in the software, and you may not remove or obscure any
22
+ functionality in the software that is protected by the license key.
23
+
24
+ You may not alter, remove, or obscure any licensing, copyright, or other
25
+ notices of the licensor in the software. Any use of the licensor's trademarks
26
+ is subject to applicable law.
27
+
28
+ ## Patents
29
+
30
+ The licensor grants you a license, under any patent claims the licensor can
31
+ license, or becomes able to license, to make, have made, use, sell, offer for
32
+ sale, import and have imported the software, in each case subject to the
33
+ limitations and conditions in this license. This license does not cover any
34
+ patent claims that you cause to be infringed by modifications or additions to
35
+ the software. If you or your company make any written claim that the software
36
+ infringes or contributes to infringement of any patent, your patent license
37
+ for the software granted under these terms ends immediately. If your company
38
+ makes such a claim, your patent license ends immediately for work on behalf
39
+ of your company.
40
+
41
+ ## Notices
42
+
43
+ You must ensure that anyone who gets a copy of any part of the software from
44
+ you also gets a copy of these terms.
45
+
46
+ If you modify the software, you must include in any modified copies of the
47
+ software prominent notices stating that you have modified the software.
48
+
49
+ ## No Other Rights
50
+
51
+ These terms do not imply any licenses other than those expressly granted in
52
+ these terms.
53
+
54
+ ## Termination
55
+
56
+ If you use the software in violation of these terms, such use is not
57
+ licensed, and your licenses will automatically terminate. If the licensor
58
+ provides you with a notice of your violation, and you cease all violation of
59
+ this license no later than 30 days after you receive that notice, your
60
+ licenses will be reinstated retroactively. However, if you violate these
61
+ terms after such reinstatement, any additional violation of these terms will
62
+ cause your licenses to terminate automatically and permanently.
63
+
64
+ ## No Liability
65
+
66
+ *As far as the law allows, the software comes as is, without any warranty or
67
+ condition, and the licensor will not be liable to you for any damages arising
68
+ out of these terms or the use or nature of the software, under any kind of
69
+ legal claim.*
70
+
71
+ ## Definitions
72
+
73
+ The **licensor** is the entity offering these terms, and the **software** is
74
+ the software the licensor makes available under these terms, including any
75
+ portion of it.
76
+
77
+ **you** refers to the individual or entity agreeing to these terms.
78
+
79
+ **your company** is any legal entity, sole proprietorship, or other kind of
80
+ organization that you work for, plus all organizations that have control
81
+ over, are under the control of, or are under common control with that
82
+ organization. **control** means ownership of substantially all the assets of
83
+ an entity, or the power to direct its management and policies by vote,
84
+ contract, or otherwise. Control can be direct or indirect.
85
+
86
+ **your licenses** are all the licenses granted to you for the software under
87
+ these terms.
88
+
89
+ **use** means anything you do with the software requiring one of your
90
+ licenses.
91
+
92
+ **trademark** means trademarks, service marks, and similar rights.
93
+
94
+ ---
95
+
96
+ Copyright 2025-2026 En Dash Consulting
package/dist/cli/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@n-dx/web",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "license": "Elastic-2.0",
5
5
  "description": "n-dx web dashboard — serves sourcevision, rex, and hench data",
6
6
  "publishConfig": {
@@ -21,27 +21,15 @@
21
21
  "dist",
22
22
  "build.js"
23
23
  ],
24
- "scripts": {
25
- "build": "tsc && node build.js",
26
- "build:viewer": "node build.js --viewer-only",
27
- "build:landing": "node build.js --landing-only",
28
- "dev": "node dev.js",
29
- "dev:viewer": "node build.js --watch",
30
- "typecheck": "tsc --noEmit",
31
- "test": "vitest run",
32
- "test:watch": "vitest",
33
- "validate": "tsc --noEmit && vitest run",
34
- "prepare": "pnpm run build"
35
- },
36
24
  "dependencies": {
37
25
  "@modelcontextprotocol/sdk": "^1.25.3",
38
- "@n-dx/llm-client": "workspace:*",
39
26
  "d3-force": "^3.0.0",
40
27
  "d3-selection": "^3.0.0",
41
28
  "preact": "^10.19.0",
42
- "@n-dx/rex": "workspace:*",
43
- "@n-dx/sourcevision": "workspace:*",
44
- "zod": "^3.22.0"
29
+ "zod": "^3.22.0",
30
+ "@n-dx/llm-client": "0.1.4",
31
+ "@n-dx/sourcevision": "0.1.4",
32
+ "@n-dx/rex": "0.1.4"
45
33
  },
46
34
  "devDependencies": {
47
35
  "@types/d3-force": "^3.0.0",
@@ -51,5 +39,16 @@
51
39
  "jsdom": "^27.4.0",
52
40
  "typescript": "^5.3.0",
53
41
  "vitest": "^4.0.18"
42
+ },
43
+ "scripts": {
44
+ "build": "tsc && node build.js",
45
+ "build:viewer": "node build.js --viewer-only",
46
+ "build:landing": "node build.js --landing-only",
47
+ "dev": "node dev.js",
48
+ "dev:viewer": "node build.js --watch",
49
+ "typecheck": "tsc --noEmit",
50
+ "test": "vitest run",
51
+ "test:watch": "vitest",
52
+ "validate": "tsc --noEmit && vitest run"
54
53
  }
55
- }
54
+ }