create-dacosta-proj 1.0.8 → 1.0.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-dacosta-proj",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "bin": {
5
5
  "create-dacosta-proj": "./index.js"
6
6
  }
@@ -10,7 +10,7 @@
10
10
  "dotenv": "^17.3.1",
11
11
  "generate-unique-id": "^2.0.3",
12
12
  "redis": "^5.11.0",
13
- "simple-supabase": "git+https://github.com/itsgox/Simple-Supabase.git"
13
+ "simple-supabase": "^2.0.3"
14
14
  },
15
15
  "devDependencies": {
16
16
  "eslint": "^9.39.3",
@@ -25,11 +25,6 @@ const { global } = require('@/config/global');
25
25
  projectUrl: process.env.SUPABASE_PROJECT_URL,
26
26
  serviceKey: process.env.SUPABASE_SECRET_KEY
27
27
  },
28
- clientOptions: {
29
- auth: {
30
- persistSession: false
31
- }
32
- },
33
28
  redisPrefix: process.env.PROJECT_ID
34
29
  });
35
30