@adkinn/astro-ai-readiness 0.0.7 → 0.0.9

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/dist/config.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  aiReadinessConfigSchema
3
- } from "./chunk-CO2DB4IE.js";
3
+ } from "./chunk-XYQNZKKD.js";
4
4
  export {
5
5
  aiReadinessConfigSchema
6
6
  };
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { AstroIntegration } from 'astro';
2
2
  import { AiReadinessConfig } from './config.js';
3
- export { AgentsMdConfig, FounderConfig, LlmsFullConfig, LlmsTxtConfig, McpConfig, OrganizationConfig, RobotsTxtConfig, WebSiteConfig } from './config.js';
3
+ export { AgentsMdConfig, ContactPointConfig, FounderConfig, LlmsFullConfig, LlmsTxtConfig, McpConfig, OrganizationConfig, PersonConfig, RobotsTxtConfig, SoftwareApplicationConfig, WebSiteConfig } from './config.js';
4
4
  import 'zod';
5
5
 
6
6
  declare function aiReadiness(options: AiReadinessConfig): AstroIntegration;
package/dist/index.js CHANGED
@@ -6,16 +6,16 @@ import {
6
6
  } from "./chunk-36CGBNB5.js";
7
7
  import {
8
8
  aiReadinessConfigSchema
9
- } from "./chunk-CO2DB4IE.js";
9
+ } from "./chunk-XYQNZKKD.js";
10
10
  import {
11
11
  writeLlmsTxt
12
- } from "./chunk-WP6D4L7O.js";
12
+ } from "./chunk-WYKIPW5J.js";
13
13
  import {
14
14
  writeLlmsFullTxt
15
- } from "./chunk-THSVWYUX.js";
15
+ } from "./chunk-4VPGX5IP.js";
16
16
  import {
17
17
  writeAgentsMd
18
- } from "./chunk-CADNETPK.js";
18
+ } from "./chunk-4PXOR6CE.js";
19
19
  import "./chunk-V22PCH7G.js";
20
20
 
21
21
  // src/index.ts
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  composeAgentsMd,
3
3
  writeAgentsMd
4
- } from "../chunk-CADNETPK.js";
4
+ } from "../chunk-4PXOR6CE.js";
5
5
  import "../chunk-V22PCH7G.js";
6
6
  export {
7
7
  composeAgentsMd,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  composeLlmsFullTxt,
3
3
  writeLlmsFullTxt
4
- } from "../chunk-THSVWYUX.js";
4
+ } from "../chunk-4VPGX5IP.js";
5
5
  import "../chunk-V22PCH7G.js";
6
6
  export {
7
7
  composeLlmsFullTxt,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  composeLlmsTxt,
3
3
  writeLlmsTxt
4
- } from "../chunk-WP6D4L7O.js";
4
+ } from "../chunk-WYKIPW5J.js";
5
5
  import "../chunk-V22PCH7G.js";
6
6
  export {
7
7
  composeLlmsTxt,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adkinn/astro-ai-readiness",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "description": "AI Readiness toolkit for Astro — six JSON-LD components plus llms.txt, llms-full.txt, agents.md, robots.txt, and .well-known/mcp.json outputs.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",