Skip to content

Commit 2a856ce

Browse files
authored
Update @seamapi/blueprint to v0.17.0 (#1062)
1 parent aa7bb6a commit 2a856ce

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

blueprint.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import * as types from '@seamapi/types/connect'
77

88
const typesModule = TypesModuleSchema.parse(types)
99

10-
const blueprint = createBlueprint(typesModule)
10+
const blueprint = await createBlueprint(typesModule)
1111

1212
const content = JSON.stringify(blueprint, null, 2)
1313

package-lock.json

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"zod": "^3.21.4"
9393
},
9494
"devDependencies": {
95-
"@seamapi/blueprint": "^0.16.0",
95+
"@seamapi/blueprint": "^0.17.1",
9696
"@types/node": "^20.8.10",
9797
"concurrently": "^8.2.0",
9898
"del-cli": "^5.0.0",

0 commit comments

Comments
 (0)