agents-mdx 0.0.6 → 0.0.8

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 +2 -2
package/README.md CHANGED
@@ -95,7 +95,7 @@ The `AGENTS.mdx` file is git-ignored, so each developer can customize which conv
95
95
  Your `AGENTS.mdx` file imports conventions as components:
96
96
 
97
97
  ```mdx
98
- import { defineConfig } from '@agents-mdx/runtime/config';
98
+ import { defineConfig } from '@agents-mdx/runtime';
99
99
  import CodeStyle from './conventions/code-style.mdx';
100
100
  import Testing from './conventions/testing.mdx';
101
101
 
@@ -190,4 +190,4 @@ MIT
190
190
 
191
191
  Copyright (c) 2026–present [StackBlitz][stackblitz]
192
192
 
193
- [stackblitz]: https://stackblitz.com/
193
+ [stackblitz]: https://stackblitz.com/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agents-mdx",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "type": "module",
5
5
  "author": "Nemikolh",
6
6
  "license": "MIT",
@@ -22,7 +22,7 @@
22
22
  "typescript": "^5.9.3"
23
23
  },
24
24
  "dependencies": {
25
- "@agents-mdx/cli": "0.0.6"
25
+ "@agents-mdx/cli": "0.0.8"
26
26
  },
27
27
  "scripts": {
28
28
  "build": "tsc",