Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
fwang committed Apr 14, 2024
1 parent ac4a002 commit 96d9e28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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 @@ -10,6 +10,7 @@
"license": "Apache-2.0",
"attribution": "This Pulumi package is based on the [`namecheap` Terraform Provider](https://github.com/terraform-providers/terraform-provider-namecheap).",
"repository": "https://github.com/sst/pulumi-namecheap",
"pluginDownloadURL": "github://api.github.com/sst",
"publisher": "sst-provider",
"meta": {
"moduleFormat": "(.*)(?:/[^/]*)"
Expand Down
3 changes: 2 additions & 1 deletion sdk/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
},
"pulumi": {
"resource": true,
"name": "namecheap"
"name": "namecheap",
"server": "github://api.github.com/sst"
}
}
2 changes: 1 addition & 1 deletion sdk/nodejs/utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function getVersion(): string {

/** @internal */
export function resourceOptsDefaults(): any {
return { version: getVersion() };
return { version: getVersion(), pluginDownloadURL: "github://api.github.com/sst" };
}

/** @internal */
Expand Down

0 comments on commit 96d9e28

Please sign in to comment.