diff --git a/provider/cmd/pulumi-resource-namecheap/schema.json b/provider/cmd/pulumi-resource-namecheap/schema.json index 73ba06c..adb36ad 100644 --- a/provider/cmd/pulumi-resource-namecheap/schema.json +++ b/provider/cmd/pulumi-resource-namecheap/schema.json @@ -27,6 +27,7 @@ "generateExtraInputTypes": true }, "nodejs": { + "packageName": "@sst-provider/namecheap", "packageDescription": "A Pulumi package for creating and managing namecheap cloud resources.", "readme": "\u003e This provider is a derived work of the [Terraform Provider](https://github.com/terraform-providers/terraform-provider-namecheap)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-namecheap` repo](https://github.com/sst/pulumi-namecheap/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-namecheap` repo](https://github.com/terraform-providers/terraform-provider-namecheap/issues).", "dependencies": { diff --git a/provider/resources.go b/provider/resources.go index daf1594..baf441b 100644 --- a/provider/resources.go +++ b/provider/resources.go @@ -121,6 +121,7 @@ func Provider() tfbridge.ProviderInfo { // "aws_ami": {Tok: tfbridge.MakeDataSource(mainPkg, mainMod, "getAmi")}, }, JavaScript: &tfbridge.JavaScriptInfo{ + PackageName: "@sst-provider/namecheap", // List any npm dependencies and their versions Dependencies: map[string]string{ "@pulumi/pulumi": "^3.0.0", diff --git a/sdk/nodejs/package.json b/sdk/nodejs/package.json index 8b37b2b..7642092 100644 --- a/sdk/nodejs/package.json +++ b/sdk/nodejs/package.json @@ -1,5 +1,5 @@ { - "name": "@pulumi/namecheap", + "name": "@sst-provider/namecheap", "version": "${VERSION}", "description": "A Pulumi package for creating and managing namecheap cloud resources.", "keywords": [