@squadbase/vite-server 0.0.1-build-22 → 0.0.1-build-23
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17116,7 +17116,7 @@ function createAirtableClient(entry, slug) {
|
|
|
17116
17116
|
|
|
17117
17117
|
// src/connector-client/google-analytics.ts
|
|
17118
17118
|
function createGoogleAnalyticsClient(entry, slug) {
|
|
17119
|
-
const serviceAccountJsonBase64 = resolveEnvVar(entry, "service-account-json-base64", slug);
|
|
17119
|
+
const serviceAccountJsonBase64 = resolveEnvVar(entry, "service-account-key-json-base64", slug);
|
|
17120
17120
|
const propertyId = resolveEnvVar(entry, "property-id", slug);
|
|
17121
17121
|
const serviceAccountJson = Buffer.from(serviceAccountJsonBase64, "base64").toString("utf-8");
|
|
17122
17122
|
let credentials;
|