@lion-lamb/thinktrace 1.0.15 → 1.0.16

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.
@@ -57,7 +57,7 @@ var builtinAgents = {
57
57
  oracle: oracleAgent
58
58
  };
59
59
 
60
- // src/index.ts
60
+ // src/thinktrace.ts
61
61
  console.log("hello thinktrace!");
62
62
  var ThinkTracePlugin = async (ctx) => {
63
63
  return {
@@ -69,7 +69,7 @@ var ThinkTracePlugin = async (ctx) => {
69
69
  }
70
70
  };
71
71
  };
72
- var src_default = ThinkTracePlugin;
72
+ var thinktrace_default = ThinkTracePlugin;
73
73
  export {
74
- src_default as default
74
+ thinktrace_default as default
75
75
  };
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@lion-lamb/thinktrace",
3
- "version": "1.0.15",
4
- "main": "dist/index.js",
5
- "types": "dist/index.d.ts",
3
+ "version": "1.0.16",
4
+ "main": "dist/thinktrace.js",
5
+ "types": "dist/thinktrace.d.ts",
6
6
  "type": "module",
7
7
  "devDependencies": {
8
8
  "@types/bun": "latest"
@@ -14,7 +14,7 @@
14
14
  "access": "public"
15
15
  },
16
16
  "scripts": {
17
- "build": "bun build src/index.ts --outdir ./dist",
17
+ "build": "bun build src/thinktrace.ts --outdir ./dist",
18
18
  "clean": "rm -rf dist",
19
19
  "prepublishOnly": "bun run clean && bun run build",
20
20
  "typecheck": "tsc --noEmit"
@@ -22,8 +22,8 @@
22
22
  "files": ["dist"],
23
23
  "exports":{
24
24
  ".":{
25
- "types": "./dist/index.d.ts",
26
- "import": "./dist/index.js"
25
+ "types": "./dist/thinktrace.d.ts",
26
+ "import": "./dist/thinktrace.js"
27
27
  }
28
28
  },
29
29
  "keywords": [