Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
fwang committed Apr 13, 2024
1 parent c4dca23 commit ebdf5c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions provider/cmd/pulumi-resource-namecheap/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
1 change: 1 addition & 0 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion sdk/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit ebdf5c7

Please sign in to comment.