create-arkos 2.0.0-next.11 → 2.0.0-next.13

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
@@ -204,7 +204,7 @@ pnpm create arkos@canary my-project
204
204
 
205
205
  ## Learn More
206
206
 
207
- - **Documentation:** [arkosjs.com/docs](https://arkosjs.com/docs/intro)
207
+ - **Documentation:** [arkosjs.com/docs](https://arkosjs.com/docs)
208
208
  - **Main Framework:** [github.com/uanela/arkos](https://github.com/uanela/arkos)
209
209
  - **Community:** [Join our WhatsApp group](https://chat.whatsapp.com/EJ8cjb9hxau0EcOnI4fdpD)
210
210
  - **Examples:** [arkosjs.com/docs/examples](https://arkosjs.com/docs/examples)
@@ -223,7 +223,7 @@ MIT License - see the [LICENSE](LICENSE) file for details.
223
223
 
224
224
  <div align="center">
225
225
 
226
- **[Documentation](https://arkosjs.com/docs/intro)** •
226
+ **[Documentation](https://arkosjs.com/docs)** •
227
227
  **[Website](https://arkosjs.com)** •
228
228
  **[GitHub](https://github.com/uanela/arkos)** •
229
229
  **[npm](https://www.npmjs.com/package/create-arkos)**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-arkos",
3
- "version": "2.0.0-next.11",
3
+ "version": "2.0.0-next.13",
4
4
  "type": "module",
5
5
  "description": "CLI for creating Arkos.js projects, see docs at www.arkosjs.com",
6
6
  "bin": {
@@ -26,23 +26,23 @@
26
26
  "bugs": {
27
27
  "url": "https://github.com/uanela/arkos/issues"
28
28
  },
29
- "homepage": "https://www.arkosjs.com/docs/cli/create-arkos",
29
+ "homepage": "https://www.arkosjs.com/docs/tooling/cli/overviewcreate-arkos",
30
30
  "files": ["dist", "templates", "cli.js", "README.md"],
31
31
  "devDependencies": {
32
- "@types/inquirer": "^8.1.0",
33
- "@types/node": "^16.18.126",
32
+ "@types/inquirer": "8.1.0",
33
+ "@types/node": "16.18.126",
34
34
  "@vitest/coverage-v8": "3.2.4",
35
- "rimraf": "^6.1.3",
36
- "ts-node": "^10.9.2",
37
- "tsx": "^4.21.0",
38
- "typescript": "^4.9.5",
39
- "vitest": "^3.2.4"
35
+ "rimraf": "6.1.3",
36
+ "ts-node": "10.9.2",
37
+ "tsx": "4.21.0",
38
+ "typescript": "4.9.5",
39
+ "vitest": "3.2.4"
40
40
  },
41
41
  "dependencies": {
42
- "@clack/prompts": "^0.11.0",
43
- "@inquirer/prompts": "^7.6.0",
44
- "chalk": "^5.4.1",
45
- "handlebars": "^4.7.8",
46
- "inquirer": "^8.2.6"
42
+ "@clack/prompts": "0.11.0",
43
+ "@inquirer/prompts": "7.6.0",
44
+ "chalk": "5.4.1",
45
+ "handlebars": "4.7.8",
46
+ "inquirer": "8.2.6"
47
47
  }
48
48
  }
@@ -1,4 +1,4 @@
1
- This is a [Arkos.js](https://arkosjs.com) project scaffolded with [`create-arkos`](https://arkosjs.com/docs/cli/create-arkos).
1
+ This is a [Arkos.js](https://arkosjs.com) project scaffolded with [`create-arkos`](https://arkosjs.com/docs/tooling/cli/overviewcreate-arkos).
2
2
 
3
3
  ## Getting Started
4
4
 
@@ -1,5 +1,5 @@
1
1
  import { defineConfig } from "arkos/config"
2
- import prisma from "@/src/utils/prisma"
2
+ import prisma from "./src/utils/prisma"
3
3
 
4
4
  const arkosConfig = defineConfig({
5
5
  globalPrefix: "/api",
@@ -12,26 +12,26 @@
12
12
  },
13
13
  "devDependencies": {
14
14
  {{#if typescript}}
15
- "typescript": "^5.7.3",
16
- "@types/node": "^24.0.12",
17
- "@types/express": "^5.0.0",
15
+ "typescript": "5.7.3",
16
+ "@types/node": "24.0.12",
17
+ "@types/express": "5.0.0",
18
18
  {{/if}}
19
- "tsx-strict": "^0.4.2",
20
- "tsx": "^4.21.0",
21
- "prisma": "^6.19.2"
19
+ "tsx-strict": "0.4.2",
20
+ "tsx": "4.21.0",
21
+ "prisma": "6.19.2"
22
22
  },
23
23
  "dependencies": {
24
- "arkos": "^2.0.0-next.11",
25
- "express": "^4.22.1",
26
- "@scalar/express-api-reference": "^0.8.35",
27
- "@prisma/client": "^6.19.2"{{#if validation.type}},{{/if}}
24
+ "arkos": "2.0.0-next.13",
25
+ "express": "4.22.1",
26
+ "@scalar/express-api-reference": "0.8.35",
27
+ "@prisma/client": "6.19.2"{{#if validation.type}},{{/if}}
28
28
  {{#if (eq validation.type "class-validator")}}
29
- "reflect-metadata": "^0.2.2",
30
- "class-transformer": "^0.5.1",
31
- "class-validator": "^0.14.1"
29
+ "reflect-metadata": "0.2.2",
30
+ "class-transformer": "0.5.1",
31
+ "class-validator": "0.14.1"
32
32
  {{/if}}
33
33
  {{#if (eq validation.type "zod")}}
34
- "zod": "^3.24.2"
34
+ "zod": "3.24.2"
35
35
  {{/if}}
36
36
  }
37
37
  }