@triadxyz/poseidons-protocol 0.5.0 → 0.5.1

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.
@@ -298,6 +298,7 @@
298
298
  {
299
299
  "name": "user_ata",
300
300
  "writable": true,
301
+ "optional": true,
301
302
  "pda": {
302
303
  "seeds": [
303
304
  {
@@ -403,6 +403,7 @@ export type PoseidonsProtocol = {
403
403
  {
404
404
  name: 'userAta';
405
405
  writable: true;
406
+ optional: true;
406
407
  pda: {
407
408
  seeds: [
408
409
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/poseidons-protocol",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",