@cotal-ai/web 0.0.0 → 0.11.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/package.json CHANGED
@@ -1,11 +1,38 @@
1
1
  {
2
2
  "name": "@cotal-ai/web",
3
- "version": "0.0.0",
4
- "description": "Placeholder for @cotal-ai/web (Cotal browser dashboard). The first real release is published from the Cotal monorepo.",
3
+ "description": "Cotal browser observability dashboard — adds the `web` command to the cotal CLI (install: cotal ext add @cotal-ai/web).",
4
+ "version": "0.11.0",
5
5
  "license": "Apache-2.0",
6
- "homepage": "https://github.com/Cotal-AI/Cotal",
7
6
  "repository": {
8
7
  "type": "git",
9
- "url": "git+https://github.com/Cotal-AI/Cotal.git"
8
+ "url": "https://github.com/Cotal-AI/Cotal.git",
9
+ "directory": "implementations/web"
10
+ },
11
+ "type": "module",
12
+ "main": "./dist/index.js",
13
+ "types": "./dist/index.d.ts",
14
+ "exports": {
15
+ ".": {
16
+ "types": "./dist/index.d.ts",
17
+ "import": "./dist/index.js"
18
+ }
19
+ },
20
+ "peerDependencies": {
21
+ "@cotal-ai/core": "*",
22
+ "@cotal-ai/workspace": "*"
23
+ },
24
+ "devDependencies": {
25
+ "@cotal-ai/core": "0.11.0",
26
+ "@cotal-ai/workspace": "0.11.0"
27
+ },
28
+ "files": [
29
+ "dist"
30
+ ],
31
+ "publishConfig": {
32
+ "access": "public"
33
+ },
34
+ "scripts": {
35
+ "typecheck": "tsc -p tsconfig.json --noEmit",
36
+ "build": "tsc -p tsconfig.json && rm -rf dist/web && cp -R src/web dist/web"
10
37
  }
11
- }
38
+ }
package/README.md DELETED
@@ -1,4 +0,0 @@
1
- # @cotal-ai/web
2
-
3
- Placeholder release to reserve the package name. The real `@cotal-ai/web` (Cotal browser
4
- dashboard) is published from the [Cotal monorepo](https://github.com/Cotal-AI/Cotal).