From 2a856cef79e0603e52dcf02472bf3c8c9bd85efd Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Mon, 9 Sep 2024 22:35:24 +0000 Subject: [PATCH] Update @seamapi/blueprint to v0.17.0 (#1062) --- blueprint.ts | 2 +- package-lock.json | 9 +++++---- package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/blueprint.ts b/blueprint.ts index 35a78700..2749b384 100644 --- a/blueprint.ts +++ b/blueprint.ts @@ -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) diff --git a/package-lock.json b/package-lock.json index fec4f35c..53907209 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.240.0", "license": "MIT", "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", @@ -1053,10 +1053,11 @@ ] }, "node_modules/@seamapi/blueprint": { - "version": "0.16.1", - "resolved": "https://registry.npmjs.org/@seamapi/blueprint/-/blueprint-0.16.1.tgz", - "integrity": "sha512-liM4iOSzssSwbDG0R/NXJI5FC5qERRWhLu4Ziq0DadivdMs9WTH25KDi6CMy/njrTVjKWpl8SFP+hTQyX1Df0A==", + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/@seamapi/blueprint/-/blueprint-0.17.1.tgz", + "integrity": "sha512-bbpenW1BGPe22Sp2sTDjLDseXCVO5IDXfyLryoHy7wkZmegZWa/tyUfwjEaAX6+oGdIN60Lc6jyusl1d324xtw==", "dev": true, + "license": "MIT", "dependencies": { "change-case": "^5.4.4", "zod": "^3.23.8" diff --git a/package.json b/package.json index c94b98a6..ca8f4405 100644 --- a/package.json +++ b/package.json @@ -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",