@szymonpiatek/nextwordpress 0.0.16 → 0.0.17

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.
@@ -123,9 +123,6 @@ interface GQLSendPasswordResetEmailInput {
123
123
  }
124
124
  interface GQLSendPasswordResetEmailResult {
125
125
  success?: boolean;
126
- user?: {
127
- email: string;
128
- } | null;
129
126
  }
130
127
  interface GQLResetUserPasswordInput {
131
128
  key: string;
@@ -123,9 +123,6 @@ interface GQLSendPasswordResetEmailInput {
123
123
  }
124
124
  interface GQLSendPasswordResetEmailResult {
125
125
  success?: boolean;
126
- user?: {
127
- email: string;
128
- } | null;
129
126
  }
130
127
  interface GQLResetUserPasswordInput {
131
128
  key: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@szymonpiatek/nextwordpress",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "description": "Szymon Piątek - Next.js WordPress client (types, queries, fetcher)",
5
5
  "license": "UNLICENSED",
6
6
  "private": false,