@baseline-markets/sdk 0.0.3 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -222,8 +222,6 @@ if (!supportedChainIds.includes(chainId)) {
222
222
 
223
223
  ## Development
224
224
 
225
- This package is part of the [baseline-mono](https://github.com/baseline-markets/baseline-mono) workspace.
226
-
227
225
  ```bash
228
226
  bun install
229
227
  bun run build # bundle ESM + CJS + .d.ts via tsup
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@baseline-markets/sdk",
3
- "version": "0.0.3",
3
+ "version": "1.0.0",
4
4
  "description": "TypeScript SDK for Baseline — the end-to-end asset issuance protocol where tokens own their liquidity.",
5
+ "license": "MIT",
5
6
  "type": "module",
6
7
  "main": "./dist/index.cjs",
7
8
  "module": "./dist/index.js",