Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zenstack-monorepo",
"version": "0.3.18",
"version": "0.3.19",
"description": "",
"scripts": {
"build": "pnpm -r build",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zenstackhq/runtime",
"displayName": "ZenStack Runtime Library",
"version": "0.3.18",
"version": "0.3.19",
"description": "Runtime of ZenStack for both client-side and server-side environments.",
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions packages/schema/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/bundle
*.vsix
/README.md
/bin/post-install.js
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "zenstack",
"displayName": "ZenStack Language Tools",
"description": "A toolkit for modeling data and access policies in full-stack development with Next.js and Typescript",
"version": "0.3.18",
"version": "0.3.19",
"author": {
"name": "ZenStack Team"
},
Expand Down
5 changes: 0 additions & 5 deletions packages/schema/src/generator/next-auth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ export default class NextAuthGenerator implements Generator {
try {
execSync('npm ls next-auth');
} catch (err) {
console.warn(
colors.yellow(
'Next-auth module is not installed, skipping generating adapter.'
)
);
return;
}

Expand Down
2 changes: 2 additions & 0 deletions samples/todo/.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
NEXTAUTH_SECRET=abc123
DATABASE_URL="postgresql://postgres:abc123@localhost:5432/todo?schema=public"
GITHUB_ID=
GITHUB_SECRET=
2 changes: 1 addition & 1 deletion samples/todo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "todo",
"version": "0.3.18",
"version": "0.3.19",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down