@paulstinchcombe/gasless-nft-tx 0.4.4 → 0.4.5

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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,6 +30,10 @@ npm install @paulstinchcombe/gasless-nft-tx@^0.4.4
30
30
 
31
31
  **Fixed:** KAMI artifacts now properly included in npm package. See [Migration Guide](./docs/MIGRATION_v0.4.4.md).
32
32
 
33
+ ### Next.js Users: Additional Step Required
34
+
35
+ If using Next.js and still getting artifact errors after updating, see **[Next.js Artifacts Fix](./docs/NEXTJS_ARTIFACTS_FIX.md)** - you need to configure Next.js to copy artifacts to the build output.
36
+
33
37
  ## 🎊 What's New in v0.4.0 - Per-Token Pricing & Enhanced APIs!
34
38
 
35
39
  ### 🔥 Major API Improvements
@@ -352,6 +356,7 @@ pnpm run dev
352
356
  ### KAMI NFT Documentation
353
357
 
354
358
  - 🔴 **[API Migration Guide v0.4.0](./docs/KAMI_API_CHANGES_v0.4.0.md)** - **BREAKING CHANGES: Required for v0.3.x users!**
359
+ - ⚠️ **[Next.js Artifacts Fix](./docs/NEXTJS_ARTIFACTS_FIX.md)** - **REQUIRED for Next.js users!**
355
360
  - 🆕 **[Enhanced Mint Results Guide](./docs/MINT_RESULTS_GUIDE.md)** - **NEW: Get tokenId from mint operations!**
356
361
  - 🆕 **[Royalty System Guide](./docs/KAMI_ROYALTY_GUIDE.md)** - **NEW: Dual royalty system (mint vs transfer)**
357
362
  - 🎯 **[Custodial Zero-Gas](./docs/KAMI_CUSTODIAL_ZERO_GAS.md)** - **BEST: ZERO user gas for custodial wallets!**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paulstinchcombe/gasless-nft-tx",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "Library for gasless NFT transactions using SimpleAccount operations",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",