pulumi-namecheap 2.2.4 → 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.
@@ -1,4 +1,4 @@
1
- import { apiKey, apiUser, clientIp, useSandbox, userName } from "./vars.mjs";
1
+ import { apiKey, apiUser, clientIp, useSandbox, userName } from "./vars.js";
2
2
 
3
3
  //#region config/index.d.ts
4
4
  declare namespace index_d_exports {
@@ -1,9 +1,9 @@
1
- import { __reExport, __toESM } from "../_virtual/rolldown_runtime.mjs";
2
- import { require_vars } from "./vars.mjs";
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,4 +1,4 @@
1
- import { __commonJS } from "../_virtual/rolldown_runtime.mjs";
1
+ import { __commonJS } from "../_virtual/rolldown_runtime.js";
2
2
  import * as pulumi from "@pulumi/pulumi";
3
3
 
4
4
  //#region config/vars.ts
@@ -1,5 +1,5 @@
1
- import { DomainRecordsRecord } from "./types/input.mjs";
2
- import { DomainRecordsRecord as DomainRecordsRecord$1 } from "./types/output.mjs";
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.mjs";
2
- import { getPackage, init_utilities, resourceOptsDefaults } from "./utilities.mjs";
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.mjs";
2
- import { Provider, ProviderArgs } from "./provider.mjs";
3
- import { index_d_exports } from "./config/index.mjs";
4
- import { index_d_exports as index_d_exports$1 } from "./types/index.mjs";
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;
@@ -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 };
@@ -1,14 +1,12 @@
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
- import { config_exports } from "./config/index.mjs";
5
- import { types_exports } from "./types/index.mjs";
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
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, DomainRecordsArgs, DomainRecordsState, Provider, ProviderArgs, config_exports as config, types_exports as types };
33
+ export { DomainRecords, Provider, config_exports as config, types_exports as types };
@@ -1,11 +1,11 @@
1
- import { __commonJS } from "./_virtual/rolldown_runtime.mjs";
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.4",
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
- "main": "./bin/index.mjs",
17
- "module": "./bin/index.mjs",
18
- "types": "./bin/index.d.mts",
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.mjs",
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",
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
- "main": "./bin/index.mjs",
13
- "module": "./bin/index.mjs",
14
- "types": "./bin/index.d.mts",
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.mjs",
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.mjs";
2
- import { getPackage, init_utilities, resourceOptsDefaults } from "./utilities.mjs";
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
@@ -1,5 +1,5 @@
1
- import { input_d_exports } from "./input.mjs";
2
- import { output_d_exports } from "./output.mjs";
1
+ import { input_d_exports } from "./input.js";
2
+ import { output_d_exports } from "./output.js";
3
3
 
4
4
  //#region types/index.d.ts
5
5
  declare namespace index_d_exports {
@@ -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.mjs";
2
- import { require_package } from "./package.mjs";
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",
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
- "main": "./bin/index.mjs",
13
- "module": "./bin/index.mjs",
14
- "types": "./bin/index.d.mts",
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.mjs",
17
+ ".": "./bin/index.js",
17
18
  "./package.json": "./package.json"
18
19
  },
19
20
  "dependencies": {
@@ -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