@elizaos/plugin-bootstrap 1.0.0-beta.48 → 1.0.0-beta.49

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-bootstrap",
3
- "version": "1.0.0-beta.48",
3
+ "version": "1.0.0-beta.49",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -26,7 +26,7 @@
26
26
  "tsup.config.ts"
27
27
  ],
28
28
  "dependencies": {
29
- "@elizaos/core": "^1.0.0-beta.48"
29
+ "@elizaos/core": "^1.0.0-beta.49"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "^22.15.3",
@@ -52,5 +52,5 @@
52
52
  "publishConfig": {
53
53
  "access": "public"
54
54
  },
55
- "gitHead": "6e0893da3438049a7f5fe0011f3c0f1565a1ce63"
55
+ "gitHead": "739eb780a017ed33f2e399b5afef2f8d6f02fd7e"
56
56
  }
package/tsup.config.ts CHANGED
@@ -7,7 +7,7 @@ export default defineConfig({
7
7
  sourcemap: true,
8
8
  clean: true,
9
9
  format: ['esm'], // Ensure you're targeting CommonJS
10
- dts: false, // Skip DTS generation to avoid external import issues // Ensure you're targeting CommonJS
10
+ dts: true,
11
11
  external: [
12
12
  'dotenv', // Externalize dotenv to prevent bundling
13
13
  'fs', // Externalize fs to use Node.js built-in module