pulumi-namecheap 2.3.2 → 2.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pulumi-namecheap",
3
3
  "description": "A Pulumi provider for managing Namecheap domain records and DNS configuration, dynamically bridged from the Terraform Namecheap provider with support for A, AAAA, CNAME, MX, TXT records and email services.",
4
- "version": "2.3.2",
4
+ "version": "2.3.3",
5
5
  "homepage": "https://pulumi.khanh.id/docs/providers/namecheap",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,8 +21,8 @@
21
21
  "async-mutex": "0.5.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@pulumi/pulumi": "3.244.0",
25
- "@types/node": "24.12.4",
24
+ "@pulumi/pulumi": "3.247.0",
25
+ "@types/node": "24.13.2",
26
26
  "typescript": "5.9.3"
27
27
  },
28
28
  "peerDependencies": {
@@ -52,11 +52,11 @@
52
52
  "pulumi": {
53
53
  "resource": true,
54
54
  "name": "terraform-provider",
55
- "version": "1.1.3",
55
+ "version": "1.1.4",
56
56
  "parameterization": {
57
57
  "name": "namecheap",
58
- "version": "2.3.4",
59
- "value": "eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL25hbWVjaGVhcC9uYW1lY2hlYXAiLCJ2ZXJzaW9uIjoiMi4zLjQifX0="
58
+ "version": "2.3.5",
59
+ "value": "eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL25hbWVjaGVhcC9uYW1lY2hlYXAiLCJ2ZXJzaW9uIjoiMi4zLjUifX0="
60
60
  }
61
61
  }
62
62
  }
package/bin/utilities.js CHANGED
@@ -124,11 +124,11 @@ async function callAsync(tok, props, res, opts) {
124
124
  async function getPackage() {
125
125
  return runtime.registerPackage({
126
126
  baseProviderName: "terraform-provider",
127
- baseProviderVersion: "1.1.3",
127
+ baseProviderVersion: "1.1.4",
128
128
  baseProviderDownloadUrl: "",
129
129
  packageName: "namecheap",
130
- packageVersion: "2.3.4",
131
- base64Parameter: "eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL25hbWVjaGVhcC9uYW1lY2hlYXAiLCJ2ZXJzaW9uIjoiMi4zLjQifX0=",
130
+ packageVersion: "2.3.5",
131
+ base64Parameter: "eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL25hbWVjaGVhcC9uYW1lY2hlYXAiLCJ2ZXJzaW9uIjoiMi4zLjUifX0=",
132
132
  });
133
133
  }
134
134
  //# sourceMappingURL=utilities.js.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "pulumi-namecheap",
3
3
  "description": "A Pulumi provider for managing Namecheap domain records and DNS configuration, dynamically bridged from the Terraform Namecheap provider with support for A, AAAA, CNAME, MX, TXT records and email services.",
4
- "version": "2.3.2",
4
+ "version": "2.3.3",
5
5
  "homepage": "https://pulumi.khanh.id/docs/providers/namecheap",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,8 +21,8 @@
21
21
  "async-mutex": "0.5.0"
22
22
  },
23
23
  "devDependencies": {
24
- "@pulumi/pulumi": "3.244.0",
25
- "@types/node": "24.12.4",
24
+ "@pulumi/pulumi": "3.247.0",
25
+ "@types/node": "24.13.2",
26
26
  "typescript": "5.9.3"
27
27
  },
28
28
  "peerDependencies": {
@@ -52,11 +52,11 @@
52
52
  "pulumi": {
53
53
  "resource": true,
54
54
  "name": "terraform-provider",
55
- "version": "1.1.3",
55
+ "version": "1.1.4",
56
56
  "parameterization": {
57
57
  "name": "namecheap",
58
- "version": "2.3.4",
59
- "value": "eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL25hbWVjaGVhcC9uYW1lY2hlYXAiLCJ2ZXJzaW9uIjoiMi4zLjQifX0="
58
+ "version": "2.3.5",
59
+ "value": "eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL25hbWVjaGVhcC9uYW1lY2hlYXAiLCJ2ZXJzaW9uIjoiMi4zLjUifX0="
60
60
  }
61
61
  }
62
62
  }