@onyx.dev/onyx-database 2.1.0 → 2.1.1
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/README.md +1 -1
- package/dist/{aggregates-DREvey7b.d.cts → aggregates-BFOBBZkW.d.cts} +1 -1
- package/dist/{aggregates-DREvey7b.d.ts → aggregates-BFOBBZkW.d.ts} +1 -1
- package/dist/edge.cjs +1 -2
- package/dist/edge.cjs.map +1 -1
- package/dist/edge.d.cts +2 -2
- package/dist/edge.d.ts +2 -2
- package/dist/edge.js +1 -2
- package/dist/edge.js.map +1 -1
- package/dist/gen/cli/generate.cjs +5 -7
- package/dist/gen/cli/generate.cjs.map +1 -1
- package/dist/index.cjs +1 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/schema/cli/schema.cjs +0 -1
- package/dist/schema/cli/schema.cjs.map +1 -1
- package/package.json +1 -1
|
@@ -233,7 +233,6 @@ async function resolveConfig(input) {
|
|
|
233
233
|
const maxRetries = retryConfig.maxRetries ?? 3;
|
|
234
234
|
const retryInitialDelayMs = retryConfig.initialDelayMs ?? 300;
|
|
235
235
|
const missing = [];
|
|
236
|
-
if (!databaseId) missing.push("databaseId");
|
|
237
236
|
if (!apiKey) missing.push("apiKey");
|
|
238
237
|
if (!apiSecret) missing.push("apiSecret");
|
|
239
238
|
if (missing.length) {
|