@elizaos/prompts 2.0.3-beta.4 → 2.0.3-beta.6

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.
Files changed (2) hide show
  1. package/package.json +3 -3
  2. package/src/index.ts +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elizaos/prompts",
3
3
  "private": false,
4
- "version": "2.0.3-beta.4",
4
+ "version": "2.0.3-beta.6",
5
5
  "description": "Shared prompt templates for elizaOS across TypeScript, Python, and Rust",
6
6
  "type": "module",
7
7
  "main": "./src/index.ts",
@@ -23,7 +23,7 @@
23
23
  "build:action-docs": "node scripts/generate-action-docs.js",
24
24
  "build:plugin-action-spec": "node scripts/generate-plugin-action-spec.js && bunx @biomejs/biome format --write specs/actions/plugins.generated.json",
25
25
  "check:secrets": "node scripts/check-secrets.js",
26
- "clean": "rm -rf dist",
26
+ "clean": "node ../scripts/rm-path-recursive.mjs dist",
27
27
  "lint": "bunx @biomejs/biome check --write .",
28
28
  "lint:check": "bunx @biomejs/biome check .",
29
29
  "format:check": "bunx @biomejs/biome format .",
@@ -46,5 +46,5 @@
46
46
  "publishConfig": {
47
47
  "access": "public"
48
48
  },
49
- "gitHead": "f76f55793a0fb8d6b869dd8ddce03970de061e34"
49
+ "gitHead": "990dc996172b3e0fb525a75052a5ac28a4cd4de5"
50
50
  }
package/src/index.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { compressPromptDescription } from "./prompt-compression";
1
+ export { compressPromptDescription } from "./prompt-compression.js";
2
2
 
3
3
  export const addContactTemplate = `task: Extract contact information to add to relationships.
4
4