Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions slim-cross-transport/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ node config: WebSocket on `:46357` and gRPC on `:46358`.
```

The browser UI depends on
[`@agntcy/slim-bindings-react-native@2.0.0-alpha.7`](https://www.npmjs.com/package/@agntcy/slim-bindings-react-native/v/2.0.0-alpha.7).
[`@agntcy/slim-bindings-react-native@2.0.0`](https://www.npmjs.com/package/@agntcy/slim-bindings-react-native/v/2.0.0).
The `/web` entry point and prebuilt `index_bg.wasm` ship in that package.

---
Expand Down Expand Up @@ -77,7 +77,7 @@ cd ~/slim-workspace/agentic-apps/slim-cross-transport
npm install
```

This pulls [`@agntcy/slim-bindings-react-native@2.0.0-alpha.7`](https://www.npmjs.com/package/@agntcy/slim-bindings-react-native/v/2.0.0-alpha.7) from npm, including the browser WASM binary.
This pulls [`@agntcy/slim-bindings-react-native@2.0.0`](https://www.npmjs.com/package/@agntcy/slim-bindings-react-native/v/2.0.0) from npm, including the browser WASM binary.

**Optional — confirm WASM is present:**

Expand Down
2 changes: 1 addition & 1 deletion slim-cross-transport/Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ silent: true
# <root>/slim - the SLIM core repo (provides `slim` and `client` bins)
#
# Browser WASM bindings come from npm:
# @agntcy/slim-bindings-react-native@2.0.0-alpha.7
# @agntcy/slim-bindings-react-native@2.0.0

vars:
SLIM_DIR: "{{.TASKFILE_DIR}}/../../slim"
Expand Down
8 changes: 4 additions & 4 deletions slim-cross-transport/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion slim-cross-transport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview --host 127.0.0.1"
},
"dependencies": {
"@agntcy/slim-bindings-react-native": "2.0.0-alpha.7"
"@agntcy/slim-bindings-react-native": "2.0.0"
},
"devDependencies": {
"playwright": "^1.61.1",
Expand Down