@useparagon/core 1.0.22-canary.1 → 1.0.22-canary.2

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.
@@ -106,7 +106,7 @@ export type IRequestStepInit = IBaseStepInit & IStepInitIgnoreFailureParameters
106
106
  bodyType?: never;
107
107
  } | {
108
108
  method: `${HttpMethodWithBody}`;
109
- bodyType: 'json' | 'form-data' | 'x-www-form-urlencoded';
109
+ bodyType: 'json' | 'form-data' | 'x-www-form-urlencoded' | 'graphql';
110
110
  body: Record<string, unknown>;
111
111
  query?: string;
112
112
  variables?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useparagon/core",
3
- "version": "1.0.22-canary.1",
3
+ "version": "1.0.22-canary.2",
4
4
  "description": "Core libraries for paragraph",
5
5
  "repository": "https://github.com/useparagon/paragraph",
6
6
  "packageManager": "pnpm@8.10.5",