@bloxbean/yaci-devkit-macos-arm64 0.10.0-preview4 → 0.10.0-preview5

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/config/env CHANGED
@@ -21,8 +21,8 @@ HOST_KUPO_PORT=1442
21
21
  #######################################################
22
22
  # Viewer Config - DON'T CHANGE
23
23
  #######################################################
24
- VITE_INDEXER_BASE_URL=http://yaci-cli:8080/api/v1
25
- VITE_INDEXER_WS_URL=ws://localhost:${HOST_STORE_API_PORT}/ws/liveblocks
24
+ PUBLIC_INDEXER_BASE_URL=http://yaci-cli:8080/api/v1
25
+ PUBLIC_INDEXER_WS_URL=ws://localhost:${HOST_STORE_API_PORT}/ws/liveblocks
26
26
  IS_DOCKER=true
27
27
 
28
28
  #######################################################
package/config/version CHANGED
@@ -1,2 +1,2 @@
1
- tag=0.10.0-preview4
1
+ tag=0.10.0-preview5
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.0-preview4",
3
+ "version": "0.10.0-preview5",
4
4
  "main": "yaci-cli",
5
5
  "files": [
6
6
  "yaci-cli",
package/yaci-cli CHANGED
Binary file