pulumi-namecheap 2.2.3 → 2.2.5
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/index.d.mts +1 -1
- package/bin/index.mjs +3 -5
- package/bin/package.json +4 -4
- package/bin/package.mjs +4 -4
- package/package.json +4 -4
package/bin/index.d.mts
CHANGED
|
@@ -11,4 +11,4 @@ declare const Provider$1: typeof Provider;
|
|
|
11
11
|
// Export sub-modules:
|
|
12
12
|
|
|
13
13
|
//#endregion
|
|
14
|
-
export { DomainRecords$1 as DomainRecords, DomainRecordsArgs, DomainRecordsState, Provider$1 as Provider, ProviderArgs, index_d_exports as config, index_d_exports$1 as types };
|
|
14
|
+
export { DomainRecords$1 as DomainRecords, type DomainRecordsArgs, type DomainRecordsState, Provider$1 as Provider, type ProviderArgs, index_d_exports as config, index_d_exports$1 as types };
|
package/bin/index.mjs
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
import { getVersion, init_utilities, lazyLoad } from "./utilities.mjs";
|
|
2
|
-
import { domainRecords_exports, init_domainRecords } from "./domainRecords.mjs";
|
|
3
|
-
import { init_provider, provider_exports } from "./provider.mjs";
|
|
4
2
|
import { config_exports } from "./config/index.mjs";
|
|
5
3
|
import { types_exports } from "./types/index.mjs";
|
|
4
|
+
import { domainRecords_exports, init_domainRecords } from "./domainRecords.mjs";
|
|
5
|
+
import { init_provider, provider_exports } from "./provider.mjs";
|
|
6
6
|
import * as pulumi from "@pulumi/pulumi";
|
|
7
7
|
|
|
8
8
|
//#region index.ts
|
|
9
9
|
init_utilities();
|
|
10
|
-
init_domainRecords();
|
|
11
|
-
init_provider();
|
|
12
10
|
const DomainRecords = null;
|
|
13
11
|
lazyLoad(exports, ["DomainRecords"], () => init_domainRecords());
|
|
14
12
|
const Provider = null;
|
|
@@ -32,4 +30,4 @@ pulumi.runtime.registerResourcePackage("namecheap", {
|
|
|
32
30
|
});
|
|
33
31
|
|
|
34
32
|
//#endregion
|
|
35
|
-
export { DomainRecords,
|
|
33
|
+
export { DomainRecords, Provider, config_exports as config, types_exports as types };
|
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.2.
|
|
4
|
+
"version": "2.2.5",
|
|
5
5
|
"homepage": "https://github.com/hckhanh/pulumi-any-terraform",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@pulumi/pulumi": "3.188.0",
|
|
24
24
|
"@types/node": "22.17.1",
|
|
25
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
26
|
-
"tsdown": "0.
|
|
25
|
+
"@typescript/native-preview": "7.0.0-dev.20250810.1",
|
|
26
|
+
"tsdown": "0.14.0",
|
|
27
27
|
"typescript": "5.9.2"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"version": "0.8.0",
|
|
54
54
|
"parameterization": {
|
|
55
55
|
"name": "namecheap",
|
|
56
|
-
"version": "2.2.
|
|
56
|
+
"version": "2.2.0",
|
|
57
57
|
"value": "eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL25hbWVjaGVhcC9uYW1lY2hlYXAiLCJ2ZXJzaW9uIjoiMi4yLjAifX0="
|
|
58
58
|
}
|
|
59
59
|
}
|
package/bin/package.mjs
CHANGED
|
@@ -5,7 +5,7 @@ var require_package = /* @__PURE__ */ __commonJS({ "package.json": ((exports, mo
|
|
|
5
5
|
module.exports = {
|
|
6
6
|
"name": "pulumi-namecheap",
|
|
7
7
|
"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.",
|
|
8
|
-
"version": "2.2.
|
|
8
|
+
"version": "2.2.5",
|
|
9
9
|
"homepage": "https://github.com/hckhanh/pulumi-any-terraform",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -24,8 +24,8 @@ var require_package = /* @__PURE__ */ __commonJS({ "package.json": ((exports, mo
|
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@pulumi/pulumi": "3.188.0",
|
|
26
26
|
"@types/node": "22.17.1",
|
|
27
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
28
|
-
"tsdown": "0.
|
|
27
|
+
"@typescript/native-preview": "7.0.0-dev.20250810.1",
|
|
28
|
+
"tsdown": "0.14.0",
|
|
29
29
|
"typescript": "5.9.2"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": { "@pulumi/pulumi": ">=3.188.0" },
|
|
@@ -50,7 +50,7 @@ var require_package = /* @__PURE__ */ __commonJS({ "package.json": ((exports, mo
|
|
|
50
50
|
"version": "0.8.0",
|
|
51
51
|
"parameterization": {
|
|
52
52
|
"name": "namecheap",
|
|
53
|
-
"version": "2.2.
|
|
53
|
+
"version": "2.2.0",
|
|
54
54
|
"value": "eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL25hbWVjaGVhcC9uYW1lY2hlYXAiLCJ2ZXJzaW9uIjoiMi4yLjAifX0="
|
|
55
55
|
}
|
|
56
56
|
}
|
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.2.
|
|
4
|
+
"version": "2.2.5",
|
|
5
5
|
"homepage": "https://github.com/hckhanh/pulumi-any-terraform",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@pulumi/pulumi": "3.188.0",
|
|
24
24
|
"@types/node": "22.17.1",
|
|
25
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
26
|
-
"tsdown": "0.
|
|
25
|
+
"@typescript/native-preview": "7.0.0-dev.20250810.1",
|
|
26
|
+
"tsdown": "0.14.0",
|
|
27
27
|
"typescript": "5.9.2"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"version": "0.8.0",
|
|
54
54
|
"parameterization": {
|
|
55
55
|
"name": "namecheap",
|
|
56
|
-
"version": "2.2.
|
|
56
|
+
"version": "2.2.0",
|
|
57
57
|
"value": "eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL25hbWVjaGVhcC9uYW1lY2hlYXAiLCJ2ZXJzaW9uIjoiMi4yLjAifX0="
|
|
58
58
|
}
|
|
59
59
|
}
|