Skip to content

Commit 934e6d2

Browse files
authored
Merge pull request #14 from gadget-inc/bump_new_version
Bump to version 0.1.9
2 parents 1dfbe4e + 2cadb17 commit 934e6d2

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)