chilly-dream-30512
12/02/2024, 10:29 PM- import pulumiSmkit from "@pulumi/svmkit"
+ import pulumiSmkit from "@svmkit/pulumi-svmkit"
The import should be to the package we host and not from the pulumi org. Can I set this in the schema.yaml somewhere?
name: svmkit-resource-components
resources:
svmkit-resource-components:aws:Node:
properties:
voteAccountKey:
"$ref": /svmkit/v0.12.0/schema.json#/resources/svmkit:index:KeyPair
description: The vote account key pair.
languages:
nodejs:
packageName: "@svmkit/svmkit-resource-components"
dependencies:
"@svmkit/pulumi-svmkit": "^0.12.0"
devDependencies:
typescript: "^3.7.0"