@dunx/create-app 3.3.0 → 3.3.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.
package/README.md CHANGED
@@ -112,7 +112,7 @@ fails if the two ever drift.
112
112
 
113
113
  Every app also gets an `AGENTS.md` naming its layout, its commands and the rules
114
114
  dunx fails at boot over, plus a `CLAUDE.md` pointing at it. Both link
115
- <https://petarzarkov.github.io/dunx/setup.md>, which is served per release, rather
115
+ <https://dunx.win/setup.md>, which is served per release, rather
116
116
  than copying the framework's own instructions into your repository.
117
117
 
118
118
  The example is the one CI boots, so keeping them identical makes the template
@@ -344,8 +344,8 @@ import { fileURLToPath } from "url";
344
344
  var {Glob } = globalThis.Bun;
345
345
 
346
346
  // src/agents.ts
347
- var SETUP_URL = "https://petarzarkov.github.io/dunx/setup.md";
348
- var LLMS_URL = "https://petarzarkov.github.io/dunx/llms.txt";
347
+ var SETUP_URL = "https://dunx.win/setup.md";
348
+ var LLMS_URL = "https://dunx.win/llms.txt";
349
349
  var CLAUDE_POINTER = `# CLAUDE.md
350
350
 
351
351
  The instructions for this application live in \`AGENTS.md\`, imported below so every
package/dist/cli.js CHANGED
@@ -9,7 +9,7 @@ import {
9
9
  isValidPackageName2,
10
10
  packageVersion,
11
11
  scaffold2
12
- } from "./chunk-szd4jhfn.js";
12
+ } from "./chunk-nznx4cv8.js";
13
13
 
14
14
  // src/cli.ts
15
15
  import { parseArgs } from "util";
package/dist/index.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  ScaffoldError2,
9
9
  isValidPackageName2,
10
10
  scaffold2
11
- } from "./chunk-szd4jhfn.js";
11
+ } from "./chunk-nznx4cv8.js";
12
12
  export {
13
13
  FEATURES2 as FEATURES,
14
14
  ScaffoldError2 as ScaffoldError,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dunx/create-app",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "description": "Scaffold a new dunx application - bunx @dunx/create-app my-api",
5
5
  "keywords": [
6
6
  "bun",