@premieroctet/next-admin-cli
Advanced tools
Comparing version 0.0.4 to 0.0.5-rc.0
# @premieroctet/next-admin-cli | ||
## 0.0.5-rc.0 | ||
### Patch Changes | ||
- [1fa56bc](https://github.com/premieroctet/next-admin/commit/1fa56bc): feat: support new generator ([#414](https://github.com/premieroctet/next-admin/issues/414)) | ||
## 0.0.4 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@premieroctet/next-admin-cli", | ||
"version": "0.0.4", | ||
"version": "0.0.5-rc.0", | ||
"description": "CLI for Next-Admin, an admin dashboard for Next.js applications.", | ||
@@ -32,3 +32,4 @@ "bin": "dist/index.js", | ||
"lint": "eslint \"**/*.{ts,tsx}\"", | ||
"typecheck": "tsc --noEmit" | ||
"typecheck": "tsc --noEmit", | ||
"clean": "rm -rf dist" | ||
}, | ||
@@ -35,0 +36,0 @@ "dependencies": { |
@@ -28,2 +28,2 @@ # Next-Admin CLI | ||
- `-r, --baseRoutePath <path>` : The base route path to access your admin in the browser (e.g: /admin). Default: /admin | ||
- `-a, --baseApiPath <path>` : The base route path for the API routes (e.g: /api/admin). Default: /api/admin | ||
- `-a, --baseApiPath <path>` : The base route path for the API routes (e.g: /api/admin). Default: /api/admin |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
373138
29
2