Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
chore: update environment variables and package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Mar 28, 2024
1 parent 274ce39 commit 8ce6ca6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
8 changes: 5 additions & 3 deletions .docs/pergel/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ NUXT_CHANGE_NAME_DRIZZLE_DATABASE=postgres
NUXT_CHANGE_NAME_DRIZZLE_USER=postgres
NUXT_CHANGE_NAME_DRIZZLE_PASSWORD=postgres
NUXT_CHANGE_NAME_DRIZZLE_SSL=false
NUXT_CHANGE_NAME_DRIZZLE_DROP=false
NUXT_CHANGE_NAME_DRIZZLE_SEED=false
NUXT_CHANGE_NAME_DRIZZLE_MIGRATE=false
NUXT_CHANGE_NAME_DRIZZLE_DROP=true
NUXT_CHANGE_NAME_DRIZZLE_PUSH=true
NUXT_CHANGE_NAME_DRIZZLE_SEED=true
NUXT_CHANGE_NAME_DRIZZLE_MIGRATE=true
NUXT_CHANGE_NAME_DRIZZLE_MODE=dev

12 changes: 7 additions & 5 deletions .docs/pergel/README.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"pergel": {
"meta": {
"description": "This file is generated by pergel. Do not edit it manually.",
"version": "0.24.0"
"version": "0.25.1"
}
},
"changeName": {
Expand Down Expand Up @@ -53,14 +53,16 @@
"NUXT_CHANGE_NAME_DRIZZLE_USER": "postgres",
"NUXT_CHANGE_NAME_DRIZZLE_PASSWORD": "postgres",
"NUXT_CHANGE_NAME_DRIZZLE_SSL": false,
"NUXT_CHANGE_NAME_DRIZZLE_DROP": false,
"NUXT_CHANGE_NAME_DRIZZLE_SEED": false,
"NUXT_CHANGE_NAME_DRIZZLE_MIGRATE": false
"NUXT_CHANGE_NAME_DRIZZLE_DROP": true,
"NUXT_CHANGE_NAME_DRIZZLE_PUSH": true,
"NUXT_CHANGE_NAME_DRIZZLE_SEED": true,
"NUXT_CHANGE_NAME_DRIZZLE_MIGRATE": true,
"NUXT_CHANGE_NAME_DRIZZLE_MODE": "dev"
},
"packageJson": {
"dependencies": {
"drizzle-kit": "^0.20.14",
"drizzle-orm": "^0.29.5",
"drizzle-orm": "^0.30.2",
"@faker-js/faker": "^8.4.1",
"dotenv": "^16.4.5",
"postgres": "^3.4.3"
Expand Down
2 changes: 1 addition & 1 deletion .docs/pergel/merged-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"drizzle-kit": "^0.20.14",
"drizzle-orm": "^0.29.5",
"drizzle-orm": "^0.30.2",
"@faker-js/faker": "^8.4.1",
"dotenv": "^16.4.5",
"postgres": "^3.4.3",
Expand Down

0 comments on commit 8ce6ca6

Please sign in to comment.