fix(pulumi): drop exports map so Pulumi can serialize the provider (v0.0.2) #80
Reference in New Issue
Block a user
Delete Branch "fix/pulumi-provider-exports"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Removes the
exportsmap from@mcpctl/pulumi's package.json (keepsmain/types) and bumps to 0.0.2.Pulumi's closure serializer reaches the dynamic provider's internal submodules (
dist/engine.js,dist/kinds.js) by subpath. Anexportsallowlist with only.blocks that —pulumi previewthrewpackage.json export path for .../dist/kinds.js not found. Removingexportsfixes it.Verified end-to-end: published 0.0.2 to the Gitea npm registry, consumed it from kubernetes-deployment, and a real targeted
pulumi upupdated mcpd'sqwen3-thinkingllm to the active served model (glm-4.5-air); live infer probe returns HTTP 200. 18 unit tests still green.🤖 Generated with Claude Code