@reactive-agents/prompts 0.7.5 → 0.7.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/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @reactive-agents/prompts
2
2
 
3
- Prompt management for the [Reactive Agents](https://tylerjrbuell.github.io/reactive-agents-ts/) framework.
3
+ Prompt management for the [Reactive Agents](https://docs.reactiveagents.dev/) framework.
4
4
 
5
5
  A template engine with variable interpolation and a built-in library of agent prompts for common use cases.
6
6
 
@@ -73,4 +73,4 @@ const customAgent = await ReactiveAgents.create()
73
73
 
74
74
  ## Documentation
75
75
 
76
- Full documentation at [tylerjrbuell.github.io/reactive-agents-ts](https://tylerjrbuell.github.io/reactive-agents-ts/)
76
+ Full documentation at [docs.reactiveagents.dev](https://docs.reactiveagents.dev/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reactive-agents/prompts",
3
- "version": "0.7.5",
3
+ "version": "0.7.6",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "effect": "^3.10.0",
15
- "@reactive-agents/core": "0.7.0"
15
+ "@reactive-agents/core": "0.7.6"
16
16
  },
17
17
  "devDependencies": {
18
18
  "typescript": "^5.7.0",
@@ -40,7 +40,7 @@
40
40
  }
41
41
  },
42
42
  "description": "Prompt management for Reactive Agents — template engine and built-in prompt library",
43
- "homepage": "https://tylerjrbuell.github.io/reactive-agents-ts/",
43
+ "homepage": "https://docs.reactiveagents.dev/",
44
44
  "bugs": {
45
45
  "url": "https://github.com/tylerjrbuell/reactive-agents-ts/issues"
46
46
  }