@secondlayer/cli 5.3.0 → 5.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secondlayer/cli",
3
- "version": "5.3.0",
3
+ "version": "5.4.1",
4
4
  "description": "CLI for subgraphs and blockchain indexing on Stacks",
5
5
  "type": "module",
6
6
  "bin": {
@@ -44,9 +44,9 @@
44
44
  "@inquirer/prompts": "^8.2.0",
45
45
  "@secondlayer/bundler": "^0.3.5",
46
46
  "@secondlayer/sdk": "^3.6.0",
47
- "@secondlayer/shared": "^6.4.0",
47
+ "@secondlayer/shared": "^6.4.1",
48
48
  "@secondlayer/stacks": "^2.2.0",
49
- "@secondlayer/subgraphs": "^2.0.0",
49
+ "@secondlayer/subgraphs": "^2.0.2",
50
50
  "@biomejs/js-api": "^0.7.0",
51
51
  "@biomejs/wasm-nodejs": "^1.9.0",
52
52
  "esbuild": "^0.19.0",
@@ -0,0 +1 @@
1
+ SIGNING_SECRET=
@@ -0,0 +1,2 @@
1
+ SIGNING_SECRET=
2
+ PORT=3000
@@ -4,7 +4,7 @@
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "scripts": {
7
- "dev": "npx inngest-cli@latest dev",
7
+ "dev": "bunx inngest-cli@latest dev",
8
8
  "start": "bun --hot src/server.ts"
9
9
  },
10
10
  "dependencies": {
@@ -5,9 +5,11 @@ to your business logic. No framework lock-in.
5
5
 
6
6
  ## Run
7
7
 
8
+ `.env` is written for you at `sl create subscription` time with the signing
9
+ secret already populated.
10
+
8
11
  ```bash
9
12
  bun install
10
- cp .env.example .env # paste the signingSecret you copied on create
11
13
  bun run dev
12
14
  ```
13
15
 
@@ -0,0 +1,2 @@
1
+ SIGNING_SECRET=
2
+ TRIGGER_SECRET_KEY=