clefbase 1.2.2 → 1.2.3
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/cli-src/cli/commands/init.js +1 -0
- package/dist/cli.js +1 -0
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -33966,6 +33966,7 @@ function buildLibTs(cfg) {
|
|
|
33966
33966
|
` serverUrl: config.serverUrl,`,
|
|
33967
33967
|
` projectId: config.projectId,`,
|
|
33968
33968
|
` apiKey: config.apiKey,`,
|
|
33969
|
+
` adminSecret: "",`,
|
|
33969
33970
|
`});`,
|
|
33970
33971
|
``
|
|
33971
33972
|
];
|