Skip to content

Commit

Permalink
Update @seamapi/blueprint to v0.17.0 (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x authored Sep 9, 2024
1 parent aa7bb6a commit 2a856ce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion blueprint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as types from '@seamapi/types/connect'

const typesModule = TypesModuleSchema.parse(types)

const blueprint = createBlueprint(typesModule)
const blueprint = await createBlueprint(typesModule)

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

Expand Down
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"zod": "^3.21.4"
},
"devDependencies": {
"@seamapi/blueprint": "^0.16.0",
"@seamapi/blueprint": "^0.17.1",
"@types/node": "^20.8.10",
"concurrently": "^8.2.0",
"del-cli": "^5.0.0",
Expand Down

0 comments on commit 2a856ce

Please sign in to comment.