@secondlayer/cli 5.1.2 → 5.1.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.js CHANGED
@@ -32443,7 +32443,7 @@ var {
32443
32443
  // package.json
32444
32444
  var package_default = {
32445
32445
  name: "@secondlayer/cli",
32446
- version: "5.1.2",
32446
+ version: "5.1.3",
32447
32447
  description: "CLI for subgraphs and blockchain indexing on Stacks",
32448
32448
  type: "module",
32449
32449
  bin: {
@@ -32486,8 +32486,8 @@ var package_default = {
32486
32486
  dependencies: {
32487
32487
  "@inquirer/prompts": "^8.2.0",
32488
32488
  "@secondlayer/bundler": "^0.3.5",
32489
- "@secondlayer/sdk": "^3.3.2",
32490
- "@secondlayer/shared": "^6.3.1",
32489
+ "@secondlayer/sdk": "^3.5.4",
32490
+ "@secondlayer/shared": "^6.3.2",
32491
32491
  "@secondlayer/stacks": "^2.2.0",
32492
32492
  "@secondlayer/subgraphs": "^2.0.0",
32493
32493
  "@biomejs/js-api": "^0.7.0",
@@ -32551,7 +32551,7 @@ function withErrorHandling(fn, options) {
32551
32551
  }
32552
32552
  async function getTenantClient() {
32553
32553
  const { apiUrl, ephemeralKey } = await resolveActiveTenant();
32554
- return new SecondLayer({ baseUrl: apiUrl, apiKey: ephemeralKey });
32554
+ return new SecondLayer({ tenantBaseUrl: apiUrl, apiKey: ephemeralKey });
32555
32555
  }
32556
32556
  async function listSubgraphsApi() {
32557
32557
  return (await getTenantClient()).subgraphs.list();
@@ -37370,5 +37370,5 @@ registerAccountCommand(program);
37370
37370
  registerBillingCommand(program);
37371
37371
  program.parse();
37372
37372
 
37373
- //# debugId=7CC6836B298FCA6D64756E2164756E21
37373
+ //# debugId=F71B99A68FBF0A4E64756E2164756E21
37374
37374
  //# sourceMappingURL=cli.js.map