Skip to content
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

Remove main package #87

Merged
merged 2 commits into from
Nov 13, 2023
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
1 change: 0 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"*/blockchain-providers"
]
],
"ignore": ["fleet-sdk"],
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch"
Expand Down
5 changes: 0 additions & 5 deletions .changeset/giant-boxes-agree.md

This file was deleted.

21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,16 @@ Fleet (Fluent Ergo Toolset) is a put TypeScript SDK for Ergo Platform, offering

This is a [monorepository](https://monorepo.tools/) which means this contains many sub-packages that composes full Fleet SDK implementation.

| Package | Description | |
| --------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| [`fleet-sdk`](/packages/fleet-sdk/) | Main Fleet SDK package. Wrapper around `common`, `core`, `serializer`, `crypto`, and `blockchain-providers` packages. | [Unpublished](https://github.com/fleet-sdk/fleet/issues/79) |
| [`core`](/packages/core/) | Core library with transaction builder and basic serialization. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/core)](https://www.npmjs.com/package/@fleet-sdk/core) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/core?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/core) |
| [`wallet`](/packages/wallet/) | Wallet related library, with mnemonic and keys management. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/wallet)](https://www.npmjs.com/package/@fleet-sdk/wallet) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/wallet?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/wallet) |
| [`common`](/packages/common/) | Internal types and utility functions shared across `@fleet-sdk` packages. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/common)](https://www.npmjs.com/package/@fleet-sdk/common) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/common?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/common) |
| [`crypto`](/packages/crypto/) | Ergo blockchain crypto primitives. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/crypto)](https://www.npmjs.com/package/@fleet-sdk/crypto) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/crypto?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/crypto) |
| [`serializer`](/packages/serializer/) | Ergo data serializer and parser. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/serializer)](https://www.npmjs.com/package/@fleet-sdk/serializer) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/serializer?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/serializer) |
| [`mock-chain`](/packages/mock-chain/) | Mock chain and testing utilities for Ergo Smart Contracts. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/mock-chain)](https://www.npmjs.com/package/@fleet-sdk/mock-chain) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/mock-chain?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/mock-chain) |
| [`compiler`](/packages/compiler/) | Sigma.JS powered ErgoScript compiler. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/compiler)](https://www.npmjs.com/package/@fleet-sdk/compiler) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/compiler?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/compiler) |
| [`blockchain-providers`](/packages/blockchain-providers/) | Blockchain data providers. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/blockchain-providers)](https://www.npmjs.com/package/@fleet-sdk/blockchain-providers) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/blockchain-providers?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/blockchain-providers) |
| Package | Description | |
| --------------------------------------------------------- | ------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| [`core`](/packages/core/) | Core library with transaction builder and basic serialization. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/core)](https://www.npmjs.com/package/@fleet-sdk/core) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/core?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/core) |
| [`wallet`](/packages/wallet/) | Wallet related library, with mnemonic and keys management. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/wallet)](https://www.npmjs.com/package/@fleet-sdk/wallet) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/wallet?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/wallet) |
| [`common`](/packages/common/) | Internal types and utility functions shared across `@fleet-sdk` packages. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/common)](https://www.npmjs.com/package/@fleet-sdk/common) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/common?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/common) |
| [`crypto`](/packages/crypto/) | Ergo blockchain crypto primitives. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/crypto)](https://www.npmjs.com/package/@fleet-sdk/crypto) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/crypto?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/crypto) |
| [`serializer`](/packages/serializer/) | Ergo data serializer and parser. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/serializer)](https://www.npmjs.com/package/@fleet-sdk/serializer) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/serializer?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/serializer) |
| [`mock-chain`](/packages/mock-chain/) | Mock chain and testing utilities for Ergo Smart Contracts. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/mock-chain)](https://www.npmjs.com/package/@fleet-sdk/mock-chain) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/mock-chain?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/mock-chain) |
| [`compiler`](/packages/compiler/) | Sigma.JS powered ErgoScript compiler. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/compiler)](https://www.npmjs.com/package/@fleet-sdk/compiler) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/compiler?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/compiler) |
| [`blockchain-providers`](/packages/blockchain-providers/) | Blockchain data providers. | [![npm](https://img.shields.io/npm/v/@fleet-sdk/blockchain-providers)](https://www.npmjs.com/package/@fleet-sdk/blockchain-providers) [![bundle size](https://img.shields.io/bundlephobia/minzip/@fleet-sdk/blockchain-providers?label=minzip)](https://bundlephobia.com/package/@fleet-sdk/blockchain-providers) |

## Plugins

Expand Down
19 changes: 0 additions & 19 deletions packages/fleet-sdk/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions packages/fleet-sdk/LICENSE

This file was deleted.

3 changes: 0 additions & 3 deletions packages/fleet-sdk/README.md

This file was deleted.

47 changes: 0 additions & 47 deletions packages/fleet-sdk/package.json

This file was deleted.

107 changes: 0 additions & 107 deletions packages/fleet-sdk/src/index.ts

This file was deleted.

2 changes: 1 addition & 1 deletion plugins/ageusd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fleet-sdk/ageusd-plugin",
"version": "0.1.4",
"version": "0.1.5",
"description": "AgeUSD protocol plugin for Fleet SDK.",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion plugins/babel-fees/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fleet-sdk/babel-fees-plugin",
"version": "0.1.7",
"version": "0.1.8",
"description": "Babel Fees plugin for Fleet SDK.",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
Expand Down
18 changes: 0 additions & 18 deletions pnpm-lock.yaml

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