-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: publish package #10
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added descriptive messages for stream deployment and method execution to enhance readability. Refactored walletProvider to signerInfo for improved consistency and clarity in the client configuration. Additionally, corrected the hex conversion method for Ethereum addresses.
Introduce esbuild script for building both Node.js and browser targets, including configurations for CommonJS and ES modules. Configure TypeScript settings to generate type definitions and streamline package.json for distribution.
Renamed package to "@truflation/tsn-sdk-js" and reset its version to "0.0.0". Updated dependencies and devDependencies to use caret (^) versions where applicable, moved "@kwilteam/kwil-js" to dependencies with an updated version, and added new devDependencies: "@types/node" and "glob".
Ignored *.tsbuildinfo and *.tsbuildinfo.json files to prevent tracking of TypeScript incremental build information. This helps keep the repository clean and ensures that build artifacts are not committed.
Simplify and reorder the exports field in package.json for better maintainability. Remove redundant createPackageJson function and consolidate file copying logic in the build process.
Added a description for the Truflation Stream Network SDK for JavaScript. Enhanced the package's keywords to improve discoverability and relevance.
Simplify the build process by removing separate builds for each environment and consolidate export fields in package.json. This change improves maintainability and reduces redundancy in the build configurations.
MicBun
approved these changes
Oct 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Related Problem
How Has This Been Tested?
all tests passed, and created https://github.com/truflation/tsn-sdk-demo to test it