vona-cli-set-api 1.0.401 → 1.0.402

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.
@@ -6,9 +6,6 @@ SERVER_LISTEN_DISABLE = true
6
6
 
7
7
  DATABASE_DEFAULT_CLIENT = 'sqlite3' # sqlite3/pg/mysql
8
8
 
9
- DATABASE_CLIENT_SQLITE3_FILENAME =
10
- DATABASE_CLIENT_SQLITE3_NATIVEBINDING = node/better_sqlite3.node
11
-
12
9
  DATABASE_CLIENT_PG_HOST = 127.0.0.1
13
10
  DATABASE_CLIENT_PG_PORT = 5432
14
11
  DATABASE_CLIENT_PG_USER = postgres
@@ -11,9 +11,6 @@ BUILD_COPY_DIST = ./docker-compose/output/dist
11
11
 
12
12
  DATABASE_DEFAULT_CLIENT = 'sqlite3' # sqlite3/pg/mysql
13
13
 
14
- DATABASE_CLIENT_SQLITE3_FILENAME =
15
- DATABASE_CLIENT_SQLITE3_NATIVEBINDING = node/better_sqlite3.node
16
-
17
14
  DATABASE_CLIENT_PG_HOST = pg # see: docker-compose.yml
18
15
  DATABASE_CLIENT_PG_PORT = 5432
19
16
  DATABASE_CLIENT_PG_USER = <%=argv.DATABASE_CLIENT_PG_USER%>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-cli-set-api",
3
3
  "type": "module",
4
- "version": "1.0.401",
4
+ "version": "1.0.402",
5
5
  "description": "vona cli-set-api",
6
6
  "publishConfig": {
7
7
  "access": "public"