@riotprompt/riotprompt 0.0.16 → 0.0.18

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -156,7 +156,7 @@ const analysisPrompt = await cook({
156
156
 
157
157
  ## Documentation
158
158
 
159
- Full documentation is available at [https://tobrien.github.io/riotprompt/](https://tobrien.github.io/riotprompt/).
159
+ Full documentation is available at [https://kjerneverk.github.io/riotprompt/](https://kjerneverk.github.io/riotprompt/).
160
160
 
161
161
  You can also explore the guides in the source:
162
162
  - [Core Concepts](docs/public/core-concepts.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riotprompt/riotprompt",
3
- "version": "0.0.16",
3
+ "version": "0.0.18",
4
4
  "keywords": [
5
5
  "prompt",
6
6
  "llm",
@@ -14,7 +14,7 @@
14
14
  "types": "./dist/riotprompt.d.ts",
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "git+https://github.com/tobrien/riotprompt"
17
+ "url": "git+https://github.com/kjerneverk/riotprompt"
18
18
  },
19
19
  "exports": {
20
20
  ".": {