From 28c93b2a37ac84f41e2210adc12f05e672d9dd9d Mon Sep 17 00:00:00 2001 From: magine Date: Mon, 22 Jan 2024 09:48:49 +0800 Subject: [PATCH] fix: import path of index.ts (#534) --- Cargo.toml | 2 +- index.ts | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 179f696e2..7cbe38ba8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] diff --git a/index.ts b/index.ts index 2f27090a8..e614342c0 100644 --- a/index.ts +++ b/index.ts @@ -1,2 +1,2 @@ -export * from "./dist/rings_node"; -export * from "./dist/rings_node_proto"; +export * from "./rings_node"; +export * from "./rings_node_proto"; diff --git a/package.json b/package.json index b17758b55..166987921 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "RND " ], "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",