Skip to content

Commit 2cadb17

Browse files
committed
Bump to version 0.1.9
1 parent 1dfbe4e commit 2cadb17

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shopify-webhook-schemas",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"description": "",
55
"main": "dist/src/index.js",
66
"type": "commonjs",

pnpm-lock.yaml

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/infer-schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const inferSchemaFromExamplePayload = (
4141
const sortedSchema = getDeterministicObject(schema);
4242

4343
let warnings = 0;
44-
let errors: Error[] = [];
44+
const errors: Error[] = [];
4545

4646
schemaWalk(
4747
sortedSchema,

0 commit comments

Comments
 (0)