deploy-sdk-js 0.0.2 → 0.0.3

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -314,4 +314,4 @@ Handles redeeming dUSD for collateral using EIP-712 signed orders.
314
314
 
315
315
  ## License
316
316
 
317
- MIT
317
+ UNLICENSED
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deploy-sdk-js",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Deploy SDK - Complete DeFi interaction library with support for mint, stake, unstake, and redeem operations",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",