@cartesi/cli 2.0.0-alpha.14 → 2.0.0-alpha.15

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.
@@ -39,7 +39,7 @@ configs:
39
39
 
40
40
  services:
41
41
  explorer_api:
42
- image: cartesi/rollups-explorer-api:1.0.0-alpha.4
42
+ image: cartesi/rollups-explorer-api:1.0.0
43
43
  environment:
44
44
  <<: *explorer_db_env
45
45
  GQL_PORT: 4350
@@ -50,8 +50,9 @@ services:
50
50
  test:
51
51
  [
52
52
  "CMD",
53
- "curl",
54
- "-fsS",
53
+ "wget",
54
+ "--spider",
55
+ "-q",
55
56
  "http://127.0.0.1:4350/graphql?query=%7B__typename%7D",
56
57
  ]
57
58
  start_period: 10s
@@ -64,7 +65,7 @@ services:
64
65
  condition: service_healthy
65
66
 
66
67
  squid_processor:
67
- image: cartesi/rollups-explorer-api:1.0.0-alpha.4
68
+ image: cartesi/rollups-explorer-api:1.0.0
68
69
  environment:
69
70
  <<: *explorer_db_env
70
71
  CHAIN_IDS: ${CARTESI_BLOCKCHAIN_ID:-13370}
@@ -77,7 +78,7 @@ services:
77
78
  condition: service_healthy
78
79
 
79
80
  explorer:
80
- image: cartesi/rollups-explorer:1.0.0-alpha.3
81
+ image: cartesi/rollups-explorer:1.0.2
81
82
  expose:
82
83
  - 3000
83
84
  depends_on:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cartesi/cli",
3
- "version": "2.0.0-alpha.14",
3
+ "version": "2.0.0-alpha.15",
4
4
  "description": "Cartesi CLI",
5
5
  "author": "Danilo Tuler <tuler@pobox.com>",
6
6
  "bin": {