pulumi-namecheap 2.2.4 → 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 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, DomainRecordsArgs, DomainRecordsState, Provider, ProviderArgs, config_exports as config, types_exports as types };
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",
4
+ "version": "2.2.5",
5
5
  "homepage": "https://github.com/hckhanh/pulumi-any-terraform",
6
6
  "repository": {
7
7
  "type": "git",
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.4",
8
+ "version": "2.2.5",
9
9
  "homepage": "https://github.com/hckhanh/pulumi-any-terraform",
10
10
  "repository": {
11
11
  "type": "git",
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.5",
5
5
  "homepage": "https://github.com/hckhanh/pulumi-any-terraform",
6
6
  "repository": {
7
7
  "type": "git",