@triadxyz/poseidons-protocol 0.3.3 → 0.3.4

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.
@@ -1795,7 +1795,7 @@
1795
1795
  "kind": "struct",
1796
1796
  "fields": [
1797
1797
  {
1798
- "name": "user",
1798
+ "name": "authority",
1799
1799
  "type": "pubkey"
1800
1800
  },
1801
1801
  {
@@ -2086,7 +2086,7 @@ export type PoseidonsProtocol = {
2086
2086
  kind: 'struct';
2087
2087
  fields: [
2088
2088
  {
2089
- name: 'user';
2089
+ name: 'authority';
2090
2090
  type: 'pubkey';
2091
2091
  },
2092
2092
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/poseidons-protocol",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",