pulumi-namecheap 2.2.5 → 2.2.6
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/config/{index.d.mts → index.d.ts} +1 -1
- package/bin/config/{index.mjs → index.js} +3 -3
- package/bin/config/{vars.mjs → vars.js} +1 -1
- package/bin/{domainRecords.d.mts → domainRecords.d.ts} +2 -2
- package/bin/{domainRecords.mjs → domainRecords.js} +2 -2
- package/bin/{index.d.mts → index.d.ts} +4 -4
- package/bin/{index.mjs → index.js} +5 -5
- package/bin/{package.mjs → package.js} +7 -6
- package/bin/package.json +6 -5
- package/bin/{provider.mjs → provider.js} +2 -2
- package/bin/types/{index.d.mts → index.d.ts} +2 -2
- package/bin/types/index.js +13 -0
- package/bin/{utilities.mjs → utilities.js} +2 -2
- package/package.json +6 -5
- package/bin/types/index.mjs +0 -13
- /package/bin/_virtual/{rolldown_runtime.mjs → rolldown_runtime.js} +0 -0
- /package/bin/config/{vars.d.mts → vars.d.ts} +0 -0
- /package/bin/{provider.d.mts → provider.d.ts} +0 -0
- /package/bin/types/{input.d.mts → input.d.ts} +0 -0
- /package/bin/types/{input.mjs → input.js} +0 -0
- /package/bin/types/{output.d.mts → output.d.ts} +0 -0
- /package/bin/types/{output.mjs → output.js} +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { __reExport, __toESM } from "../_virtual/rolldown_runtime.
|
|
2
|
-
import { require_vars } from "./vars.
|
|
1
|
+
import { __reExport, __toESM } from "../_virtual/rolldown_runtime.js";
|
|
2
|
+
import { require_vars } from "./vars.js";
|
|
3
3
|
|
|
4
4
|
//#region config/index.ts
|
|
5
5
|
var config_exports = {};
|
|
6
|
-
__reExport(config_exports, /* @__PURE__ */ __toESM(require_vars()));
|
|
6
|
+
__reExport(config_exports, /* @__PURE__ */ __toESM(require_vars(), 1));
|
|
7
7
|
|
|
8
8
|
//#endregion
|
|
9
9
|
export { config_exports };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { DomainRecordsRecord } from "./types/input.
|
|
2
|
-
import { DomainRecordsRecord as DomainRecordsRecord$1 } from "./types/output.
|
|
1
|
+
import { DomainRecordsRecord } from "./types/input.js";
|
|
2
|
+
import { DomainRecordsRecord as DomainRecordsRecord$1 } from "./types/output.js";
|
|
3
3
|
import * as pulumi from "@pulumi/pulumi";
|
|
4
4
|
|
|
5
5
|
//#region domainRecords.d.ts
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { __esm, __export } from "./_virtual/rolldown_runtime.
|
|
2
|
-
import { getPackage, init_utilities, resourceOptsDefaults } from "./utilities.
|
|
1
|
+
import { __esm, __export } from "./_virtual/rolldown_runtime.js";
|
|
2
|
+
import { getPackage, init_utilities, resourceOptsDefaults } from "./utilities.js";
|
|
3
3
|
import * as pulumi from "@pulumi/pulumi";
|
|
4
4
|
|
|
5
5
|
//#region domainRecords.ts
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { DomainRecords, DomainRecordsArgs, DomainRecordsState } from "./domainRecords.
|
|
2
|
-
import { Provider, ProviderArgs } from "./provider.
|
|
3
|
-
import { index_d_exports } from "./config/index.
|
|
4
|
-
import { index_d_exports as index_d_exports$1 } from "./types/index.
|
|
1
|
+
import { DomainRecords, DomainRecordsArgs, DomainRecordsState } from "./domainRecords.js";
|
|
2
|
+
import { Provider, ProviderArgs } from "./provider.js";
|
|
3
|
+
import { index_d_exports } from "./config/index.js";
|
|
4
|
+
import { index_d_exports as index_d_exports$1 } from "./types/index.js";
|
|
5
5
|
|
|
6
6
|
//#region index.d.ts
|
|
7
7
|
type DomainRecords$1 = DomainRecords;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { getVersion, init_utilities, lazyLoad } from "./utilities.
|
|
2
|
-
import { config_exports } from "./config/index.
|
|
3
|
-
import { types_exports } from "./types/index.
|
|
4
|
-
import { domainRecords_exports, init_domainRecords } from "./domainRecords.
|
|
5
|
-
import { init_provider, provider_exports } from "./provider.
|
|
1
|
+
import { getVersion, init_utilities, lazyLoad } from "./utilities.js";
|
|
2
|
+
import { config_exports } from "./config/index.js";
|
|
3
|
+
import { types_exports } from "./types/index.js";
|
|
4
|
+
import { domainRecords_exports, init_domainRecords } from "./domainRecords.js";
|
|
5
|
+
import { init_provider, provider_exports } from "./provider.js";
|
|
6
6
|
import * as pulumi from "@pulumi/pulumi";
|
|
7
7
|
|
|
8
8
|
//#region index.ts
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { __commonJS } from "./_virtual/rolldown_runtime.
|
|
1
|
+
import { __commonJS } from "./_virtual/rolldown_runtime.js";
|
|
2
2
|
|
|
3
3
|
//#region package.json
|
|
4
4
|
var require_package = /* @__PURE__ */ __commonJS({ "package.json": ((exports, module) => {
|
|
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.6",
|
|
9
9
|
"homepage": "https://github.com/hckhanh/pulumi-any-terraform",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -13,11 +13,12 @@ var require_package = /* @__PURE__ */ __commonJS({ "package.json": ((exports, mo
|
|
|
13
13
|
"directory": "packages/namecheap"
|
|
14
14
|
},
|
|
15
15
|
"private": false,
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
16
|
+
"type": "module",
|
|
17
|
+
"main": "./bin/index.js",
|
|
18
|
+
"module": "./bin/index.js",
|
|
19
|
+
"types": "./bin/index.d.ts",
|
|
19
20
|
"exports": {
|
|
20
|
-
".": "./bin/index.
|
|
21
|
+
".": "./bin/index.js",
|
|
21
22
|
"./package.json": "./package.json"
|
|
22
23
|
},
|
|
23
24
|
"dependencies": { "async-mutex": "0.5.0" },
|
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.6",
|
|
5
5
|
"homepage": "https://github.com/hckhanh/pulumi-any-terraform",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9,11 +9,12 @@
|
|
|
9
9
|
"directory": "packages/namecheap"
|
|
10
10
|
},
|
|
11
11
|
"private": false,
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
12
|
+
"type": "module",
|
|
13
|
+
"main": "./bin/index.js",
|
|
14
|
+
"module": "./bin/index.js",
|
|
15
|
+
"types": "./bin/index.d.ts",
|
|
15
16
|
"exports": {
|
|
16
|
-
".": "./bin/index.
|
|
17
|
+
".": "./bin/index.js",
|
|
17
18
|
"./package.json": "./package.json"
|
|
18
19
|
},
|
|
19
20
|
"dependencies": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { __esm, __export } from "./_virtual/rolldown_runtime.
|
|
2
|
-
import { getPackage, init_utilities, resourceOptsDefaults } from "./utilities.
|
|
1
|
+
import { __esm, __export } from "./_virtual/rolldown_runtime.js";
|
|
2
|
+
import { getPackage, init_utilities, resourceOptsDefaults } from "./utilities.js";
|
|
3
3
|
import * as pulumi from "@pulumi/pulumi";
|
|
4
4
|
|
|
5
5
|
//#region provider.ts
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { __export } from "../_virtual/rolldown_runtime.js";
|
|
2
|
+
import { input_exports } from "./input.js";
|
|
3
|
+
import { output_exports } from "./output.js";
|
|
4
|
+
|
|
5
|
+
//#region types/index.ts
|
|
6
|
+
var types_exports = {};
|
|
7
|
+
__export(types_exports, {
|
|
8
|
+
input: () => input_exports,
|
|
9
|
+
output: () => output_exports
|
|
10
|
+
});
|
|
11
|
+
|
|
12
|
+
//#endregion
|
|
13
|
+
export { types_exports };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { __esm } from "./_virtual/rolldown_runtime.
|
|
2
|
-
import { require_package } from "./package.
|
|
1
|
+
import { __esm } from "./_virtual/rolldown_runtime.js";
|
|
2
|
+
import { require_package } from "./package.js";
|
|
3
3
|
import * as resproto from "@pulumi/pulumi/proto/resource_pb";
|
|
4
4
|
import * as mutex from "async-mutex";
|
|
5
5
|
import * as runtime from "@pulumi/pulumi/runtime";
|
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.6",
|
|
5
5
|
"homepage": "https://github.com/hckhanh/pulumi-any-terraform",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9,11 +9,12 @@
|
|
|
9
9
|
"directory": "packages/namecheap"
|
|
10
10
|
},
|
|
11
11
|
"private": false,
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
12
|
+
"type": "module",
|
|
13
|
+
"main": "./bin/index.js",
|
|
14
|
+
"module": "./bin/index.js",
|
|
15
|
+
"types": "./bin/index.d.ts",
|
|
15
16
|
"exports": {
|
|
16
|
-
".": "./bin/index.
|
|
17
|
+
".": "./bin/index.js",
|
|
17
18
|
"./package.json": "./package.json"
|
|
18
19
|
},
|
|
19
20
|
"dependencies": {
|
package/bin/types/index.mjs
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { __export } from "../_virtual/rolldown_runtime.mjs";
|
|
2
|
-
import { input_exports } from "./input.mjs";
|
|
3
|
-
import { output_exports } from "./output.mjs";
|
|
4
|
-
|
|
5
|
-
//#region types/index.ts
|
|
6
|
-
var types_exports = {};
|
|
7
|
-
__export(types_exports, {
|
|
8
|
-
input: () => input_exports,
|
|
9
|
-
output: () => output_exports
|
|
10
|
-
});
|
|
11
|
-
|
|
12
|
-
//#endregion
|
|
13
|
-
export { types_exports };
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|