oh-langfuse 0.1.7 → 0.1.8
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/README.md +1 -1
- package/package.json +12 -12
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "oh-langfuse",
|
|
3
|
-
"version": "0.1.
|
|
2
|
+
"name": "oh-langfuse",
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
|
-
"description": "Use npm scripts to configure Claude Code / OpenCode / Codex with Langfuse tracing.",
|
|
7
|
-
"bin": {
|
|
8
|
-
"oh-langfuse": "bin/cli.js",
|
|
9
|
-
"code-tool-langfuse": "bin/cli.js"
|
|
10
|
-
},
|
|
6
|
+
"description": "Use npm scripts to configure Claude Code / OpenCode / Codex with Langfuse tracing.",
|
|
7
|
+
"bin": {
|
|
8
|
+
"oh-langfuse": "bin/cli.js",
|
|
9
|
+
"code-tool-langfuse": "bin/cli.js"
|
|
10
|
+
},
|
|
11
11
|
"files": [
|
|
12
12
|
"bin",
|
|
13
13
|
"scripts",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"setup-langfuse.bat",
|
|
19
19
|
"setup-langfuse.sh"
|
|
20
20
|
],
|
|
21
|
-
"scripts": {
|
|
22
|
-
"start": "node bin/cli.js",
|
|
23
|
-
"check": "node --check bin/cli.js",
|
|
24
|
-
"pack:check": "npm pack --dry-run",
|
|
25
|
-
"claude:setup": "node scripts/langfuse-setup.mjs",
|
|
21
|
+
"scripts": {
|
|
22
|
+
"start": "node bin/cli.js",
|
|
23
|
+
"check": "node --check bin/cli.js",
|
|
24
|
+
"pack:check": "npm pack --dry-run",
|
|
25
|
+
"claude:setup": "node scripts/langfuse-setup.mjs",
|
|
26
26
|
"claude:check": "node scripts/langfuse-check.mjs",
|
|
27
27
|
"langfuse:setup": "node scripts/langfuse-setup.mjs",
|
|
28
28
|
"langfuse:check": "node scripts/langfuse-check.mjs",
|