@nola-lang/console 0.1.4 → 0.1.5
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/dist/ui/assets/index-C6w1MbzC.js +339 -0
- package/dist/ui/index.html +1 -1
- package/package.json +46 -46
- package/dist/ui/assets/index-B0axHa78.js +0 -90
package/dist/ui/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
6
6
|
<link rel="icon" type="image/svg+xml" href="/nola.svg" />
|
|
7
7
|
<title>Nola Console</title>
|
|
8
|
-
<script type="module" crossorigin src="/assets/index-
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-C6w1MbzC.js"></script>
|
|
9
9
|
<link rel="stylesheet" crossorigin href="/assets/index-CI2n4AW-.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
package/package.json
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@nola-lang/console",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Nola Console: local trace ingestion, storage and API for observing every ask — started with `nola console`",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"nola",
|
|
7
|
-
"llm",
|
|
8
|
-
"ai",
|
|
9
|
-
"observability",
|
|
10
|
-
"traces",
|
|
11
|
-
"console"
|
|
12
|
-
],
|
|
13
|
-
"license": "Apache-2.0",
|
|
14
|
-
"author": "Evgen Mykhailenko",
|
|
15
|
-
"homepage": "https://github.com/nola-lang/nola#readme",
|
|
16
|
-
"repository": {
|
|
17
|
-
"type": "git",
|
|
18
|
-
"url": "git+https://github.com/nola-lang/nola.git",
|
|
19
|
-
"directory": "packages/console"
|
|
20
|
-
},
|
|
21
|
-
"bugs": {
|
|
22
|
-
"url": "https://github.com/nola-lang/nola/issues"
|
|
23
|
-
},
|
|
24
|
-
"publishConfig": {
|
|
25
|
-
"access": "public"
|
|
26
|
-
},
|
|
27
|
-
"type": "module",
|
|
28
|
-
"exports": {
|
|
29
|
-
".": {
|
|
30
|
-
"types": "./dist/index.d.ts",
|
|
31
|
-
"default": "./dist/index.js"
|
|
32
|
-
}
|
|
33
|
-
},
|
|
34
|
-
"files": [
|
|
35
|
-
"dist",
|
|
36
|
-
"!dist/.tsbuildinfo"
|
|
37
|
-
],
|
|
38
|
-
"dependencies": {
|
|
39
|
-
"@hono/node-server": "^1.13.0",
|
|
40
|
-
"@nola-lang/core": "0.1.
|
|
41
|
-
"hono": "^4.6.0"
|
|
42
|
-
},
|
|
43
|
-
"engines": {
|
|
44
|
-
"node": ">=22.13.0"
|
|
45
|
-
}
|
|
46
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@nola-lang/console",
|
|
3
|
+
"version": "0.1.5",
|
|
4
|
+
"description": "Nola Console: local trace ingestion, storage and API for observing every ask — started with `nola console`",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"nola",
|
|
7
|
+
"llm",
|
|
8
|
+
"ai",
|
|
9
|
+
"observability",
|
|
10
|
+
"traces",
|
|
11
|
+
"console"
|
|
12
|
+
],
|
|
13
|
+
"license": "Apache-2.0",
|
|
14
|
+
"author": "Evgen Mykhailenko",
|
|
15
|
+
"homepage": "https://github.com/nola-lang/nola#readme",
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "git+https://github.com/nola-lang/nola.git",
|
|
19
|
+
"directory": "packages/console"
|
|
20
|
+
},
|
|
21
|
+
"bugs": {
|
|
22
|
+
"url": "https://github.com/nola-lang/nola/issues"
|
|
23
|
+
},
|
|
24
|
+
"publishConfig": {
|
|
25
|
+
"access": "public"
|
|
26
|
+
},
|
|
27
|
+
"type": "module",
|
|
28
|
+
"exports": {
|
|
29
|
+
".": {
|
|
30
|
+
"types": "./dist/index.d.ts",
|
|
31
|
+
"default": "./dist/index.js"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"files": [
|
|
35
|
+
"dist",
|
|
36
|
+
"!dist/.tsbuildinfo"
|
|
37
|
+
],
|
|
38
|
+
"dependencies": {
|
|
39
|
+
"@hono/node-server": "^1.13.0",
|
|
40
|
+
"@nola-lang/core": "0.1.5",
|
|
41
|
+
"hono": "^4.6.0"
|
|
42
|
+
},
|
|
43
|
+
"engines": {
|
|
44
|
+
"node": ">=22.13.0"
|
|
45
|
+
}
|
|
46
|
+
}
|