@dunx/create-app 3.2.0 → 3.2.1

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/dist/agents.d.ts +0 -1
  2. package/package.json +1 -1
package/dist/agents.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import type { Feature } from './features.js';
2
- export declare const CLAUDE_POINTER = "# CLAUDE.md\n\nThe instructions for this application live in `AGENTS.md`, imported below so every\nagent reads one file.\n\n@AGENTS.md\n";
3
2
  export declare const agents: (name: string, features: readonly Feature[]) => string;
4
3
  /** Both files, written for a fixed template and a composed app alike. */
5
4
  export declare const agentFiles: (name: string, features: readonly Feature[]) => Readonly<Record<string, string>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dunx/create-app",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Scaffold a new dunx application - bunx @dunx/create-app my-api",
5
5
  "keywords": [
6
6
  "bun",