@cartesi/cli 0.14.0 → 0.14.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.
@@ -10,7 +10,7 @@ services:
10
10
  PGDATABASE: ${PGDATABASE:-postgres}
11
11
 
12
12
  explorer_api:
13
- image: cartesi/rollups-explorer-api:0.4.0
13
+ image: cartesi/rollups-explorer-api:0.5.0
14
14
  environment:
15
15
  DB_NAME: ${PGDATABASE:-squid}
16
16
  DB_PORT: ${PGPORT:-5432}
@@ -25,10 +25,12 @@ services:
25
25
  condition: service_completed_successfully
26
26
 
27
27
  squid_processor:
28
- image: cartesi/rollups-explorer-api:0.4.0
28
+ image: cartesi/rollups-explorer-api:0.5.0
29
29
  environment:
30
30
  CHAIN_ID: ${CHAIN_ID:-31337}
31
31
  RPC_URL_31337: ${RPC_URL:-http://anvil:8545}
32
+ BLOCK_CONFIRMATIONS_31337: 0
33
+ GENESIS_BLOCK_31337: 22
32
34
  DB_NAME: ${PGDATABASE:-squid}
33
35
  DB_PORT: ${PGPORT:-5432}
34
36
  DB_HOST: ${PGHOST:-database}
@@ -39,7 +41,7 @@ services:
39
41
  condition: service_completed_successfully
40
42
 
41
43
  explorer:
42
- image: cartesi/rollups-explorer:0.9.0
44
+ image: cartesi/rollups-explorer:0.12.0
43
45
  expose:
44
46
  - 3000
45
47
  depends_on:
@@ -883,5 +883,5 @@
883
883
  ]
884
884
  }
885
885
  },
886
- "version": "0.14.0"
886
+ "version": "0.14.1"
887
887
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cartesi/cli",
3
- "version": "0.14.0",
3
+ "version": "0.14.1",
4
4
  "description": "Cartesi CLI",
5
5
  "author": "Danilo Tuler <tuler@pobox.com>",
6
6
  "bin": {
@@ -63,8 +63,8 @@
63
63
  "typescript": "^5.4.5",
64
64
  "vitest": "^1.5.3",
65
65
  "@cartesi/devnet": "1.6.0",
66
- "tsconfig": "0.0.0",
67
- "@cartesi/eslint-config": "0.0.0"
66
+ "@cartesi/eslint-config": "0.0.0",
67
+ "tsconfig": "0.0.0"
68
68
  },
69
69
  "oclif": {
70
70
  "bin": "cartesi",