@paulstinchcombe/gasless-nft-tx 0.8.2 → 0.8.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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paulstinchcombe/gasless-nft-tx",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.3",
|
|
4
4
|
"description": "Complete library for deploying and managing KAMI NFT contracts with truly gasless transactions using EIP-4337 Account Abstraction",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"test:legacy": "pnpm exec tsx tests/run-tests.ts legacy",
|
|
47
47
|
"test:utilities": "pnpm exec tsx tests/run-tests.ts utilities",
|
|
48
48
|
"dev": "tsc --watch",
|
|
49
|
-
"publish:beta": "pnpm
|
|
50
|
-
"publish:dry-run": "pnpm
|
|
49
|
+
"publish:beta": "pnpm publish --tag beta --access public",
|
|
50
|
+
"publish:dry-run": "pnpm publish --dry-run --access public"
|
|
51
51
|
}
|
|
52
52
|
}
|