@bloxbean/yaci-devkit-macos-arm64 0.10.6 → 0.11.0-beta1

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.
@@ -1,11 +1,11 @@
1
1
  #Please specify either the version or the full url for the following components
2
- node.version=10.1.4
3
- ogmios.version=6.11.2
4
- kupo.version=2.10.0
2
+ node.version=10.5.0
3
+ ogmios.version=6.13.0
4
+ kupo.version=2.11.0
5
5
 
6
- yaci.store.tag=rel-native-2.0.0-beta1-devkit
7
- yaci.store.version=2.0.0-beta1-devkit
8
- yaci.store.jar.version=2.0.0-beta1
6
+ yaci.store.tag=rel-native-2.0.0-beta3
7
+ yaci.store.version=2.0.0-beta3
8
+ yaci.store.jar.version=2.0.0-beta3
9
9
 
10
10
  #node.url=
11
11
  #ogmios.url=
package/config/env CHANGED
@@ -22,6 +22,8 @@ HOST_KUPO_PORT=1442
22
22
  # Viewer Config - DON'T CHANGE
23
23
  #######################################################
24
24
  PUBLIC_INDEXER_BASE_URL=http://yaci-cli:8080/api/v1
25
+ #URL used in the client side
26
+ PUBLIC_INDEXER_CLIENT_BASE_URL=http://localhost:8080/api/v1
25
27
  PUBLIC_INDEXER_WS_URL=ws://localhost:${HOST_STORE_API_PORT}/ws/liveblocks
26
28
  IS_DOCKER=true
27
29
 
@@ -95,5 +95,5 @@
95
95
  # So, the shiftStartTimeBehind flag should be "false" for non-development / multi-node networks.
96
96
  #
97
97
  #########################################################################################################
98
- conwayHardForkAtEpoch=1
99
- shiftStartTimeBehind=true
98
+ #conwayHardForkAtEpoch=1
99
+ #shiftStartTimeBehind=true
package/config/version CHANGED
@@ -1,2 +1,2 @@
1
- tag=0.10.6
1
+ tag=0.11.0-beta1
2
2
  revision=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bloxbean/yaci-devkit-macos-arm64",
3
- "version": "0.10.6",
3
+ "version": "0.11.0-beta1",
4
4
  "main": "yaci-cli",
5
5
  "files": [
6
6
  "yaci-cli",
package/yaci-cli CHANGED
Binary file