Skip to content

Commit

Permalink
fix: import path of index.ts (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma233 authored Jan 22, 2024
1 parent 0a2eba5 commit 28c93b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"
members = ["crates/*", "examples/native", "examples/snark"]

[workspace.package]
version = "0.5.4"
version = "0.5.5"
edition = "2021"
license = "GPL-3.0"
authors = ["RND <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from "./dist/rings_node";
export * from "./dist/rings_node_proto";
export * from "./rings_node";

Check failure on line 1 in index.ts

View workflow job for this annotation

GitHub Actions / build browser version binary (wasm32, unknown)

Cannot find module './rings_node' or its corresponding type declarations.

Check failure on line 1 in index.ts

View workflow job for this annotation

GitHub Actions / build browser version binary (wasm32, unknown)

Cannot find module './rings_node' or its corresponding type declarations.
export * from "./rings_node_proto";

Check failure on line 2 in index.ts

View workflow job for this annotation

GitHub Actions / build browser version binary (wasm32, unknown)

Cannot find module './rings_node_proto' or its corresponding type declarations.

Check failure on line 2 in index.ts

View workflow job for this annotation

GitHub Actions / build browser version binary (wasm32, unknown)

Cannot find module './rings_node_proto' or its corresponding type declarations.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"RND <[email protected]>"
],
"description": "Rings is a structured peer-to-peer network implementation using WebRTC, Chord algorithm, and full WebAssembly (WASM) support.\n",
"version": "0.5.4",
"version": "0.5.5",
"license": "GPL-3.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 28c93b2

Please sign in to comment.