@docyrus/cli 0.3.0 → 0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -109,7 +109,7 @@ npx @docyrus/cli create my-app --nextjs --shadcn --zustand --eslint --pnpm # Fu
109
109
  | `--local` | Use local templates (development only) |
110
110
 
111
111
  Each template includes:
112
- - Pre-configured OAuth2 authentication via `@docyrus/app-auth-ui`
112
+ - Pre-configured OAuth2 authentication via `@docyrus/signin`
113
113
  - Docyrus API client integration
114
114
  - Modern TypeScript setup
115
115
  - Linter configuration (ESLint or Biome)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docyrus/cli",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/Docyrus/docyrus-devkit.git",
@@ -39,8 +39,8 @@
39
39
  "keytar": "7.9.0",
40
40
  "open": "11.0.0",
41
41
  "ora": "9.3.0",
42
- "@docyrus/api-client": "0.0.10",
43
- "@docyrus/tanstack-db-generator": "0.4.2"
42
+ "@docyrus/api-client": "0.1.0",
43
+ "@docyrus/tanstack-db-generator": "0.5.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/node": "25.2.3",