@mstuercke/pulumi-modules 0.0.8 → 0.0.9

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.
@@ -27,3 +27,4 @@ export declare class Auth0 extends Resource {
27
27
  clientId: Output<string>;
28
28
  constructor(id: string, args: Auth0Args, opts?: CustomResourceOptions);
29
29
  }
30
+ //# sourceMappingURL=Auth0.d.ts.map
@@ -3,3 +3,4 @@ export * from './Auth0';
3
3
  export declare const auth0: {
4
4
  Auth0: typeof Auth0;
5
5
  };
6
+ //# sourceMappingURL=index.d.ts.map
@@ -11,3 +11,4 @@ export type DomainResult = {
11
11
  euCentral1CertificateArn: string;
12
12
  };
13
13
  export declare const getDomain: (options: DataDomainOptions) => Promise<DomainResult>;
14
+ //# sourceMappingURL=getDomain.d.ts.map
@@ -2,3 +2,4 @@ export * from './getDomain';
2
2
  export declare const domain: {
3
3
  getDomain: (options: import("./getDomain").DataDomainOptions) => Promise<import("./getDomain").DomainResult>;
4
4
  };
5
+ //# sourceMappingURL=index.d.ts.map
@@ -4,3 +4,4 @@ import { type CustomResourceOptions } from '@pulumi/pulumi';
4
4
  export declare class SimpleIamRolePolicy extends iam.RolePolicy {
5
5
  constructor(iamRoleId: string, config: SimpleIamRolePolicyConfig, opts?: CustomResourceOptions);
6
6
  }
7
+ //# sourceMappingURL=SimpleIamRolePolicy.d.ts.map
@@ -55,3 +55,4 @@ interface EventBridgeConfig {
55
55
  ruleArn: Input<string>;
56
56
  }
57
57
  export {};
58
+ //# sourceMappingURL=SimpleIamRolePolicyConfig.d.ts.map
@@ -4,3 +4,4 @@ export * from './SimpleIamRolePolicyConfig';
4
4
  export declare const iam: {
5
5
  SimpleIamRolePolicy: typeof SimpleIamRolePolicy;
6
6
  };
7
+ //# sourceMappingURL=index.d.ts.map
package/dist/index.d.ts CHANGED
@@ -38,3 +38,4 @@ export declare const mstuercke: {
38
38
  WebsocketApi: typeof import("./websocket").WebsocketApi;
39
39
  };
40
40
  };
41
+ //# sourceMappingURL=index.d.ts.map
@@ -18,3 +18,4 @@ export declare class NodeLambdaFunction<EnvironmentVariables extends Record<stri
18
18
  invokeArn: Output<string>;
19
19
  constructor(args: NodeLambdaFunctionArgs<EnvironmentVariables>, opts?: CustomResourceOptions);
20
20
  }
21
+ //# sourceMappingURL=NodeLambdaFunction.d.ts.map
@@ -2,3 +2,4 @@ import type { Input } from '@pulumi/pulumi';
2
2
  export type WithInputs<T> = {
3
3
  [key in keyof T]: Input<T[key]>;
4
4
  };
5
+ //# sourceMappingURL=WithInputs.d.ts.map
@@ -3,3 +3,4 @@ export * from './NodeLambdaFunction';
3
3
  export declare const lambda: {
4
4
  NodeLambdaFunction: typeof NodeLambdaFunction;
5
5
  };
6
+ //# sourceMappingURL=index.d.ts.map
@@ -11,3 +11,4 @@ export declare class MongoDB extends Resource {
11
11
  readonly password: Output<string>;
12
12
  constructor(args: MongoDBArgs, opts?: CustomResourceOptions);
13
13
  }
14
+ //# sourceMappingURL=MongoDB.d.ts.map
@@ -10,3 +10,4 @@ export declare class MongoDBCustomInstance extends Resource {
10
10
  readonly databaseName: string;
11
11
  constructor(args: MongoDBCustomInstanceArgs, opts?: CustomResourceOptions);
12
12
  }
13
+ //# sourceMappingURL=MongoDBCustomInstance.d.ts.map
@@ -10,3 +10,4 @@ export declare class MongoDBDefaultInstance extends Resource {
10
10
  readonly databaseName: string;
11
11
  constructor(args: MongoDBDefaultInstanceArgs, opts?: CustomResourceOptions);
12
12
  }
13
+ //# sourceMappingURL=MongoDBDefaultInstance.d.ts.map
@@ -10,3 +10,4 @@ export declare class MongoDBUser extends Resource {
10
10
  readonly password: Output<string>;
11
11
  constructor(args: MongoDBUserArgs, opts?: CustomResourceOptions);
12
12
  }
13
+ //# sourceMappingURL=MongoDBUser.d.ts.map
@@ -9,3 +9,4 @@ export declare const mongodb: {
9
9
  MongoDBDefaultInstance: typeof MongoDBDefaultInstance;
10
10
  MongoDBUser: typeof MongoDBUser;
11
11
  };
12
+ //# sourceMappingURL=index.d.ts.map
@@ -17,3 +17,4 @@ export declare class RestApi extends aws.apigateway.RestApi {
17
17
  readonly url: string;
18
18
  constructor(id: string, args: RestApiArgs, opts?: CustomResourceOptions);
19
19
  }
20
+ //# sourceMappingURL=RestApi.d.ts.map
@@ -3,3 +3,4 @@ export * from './RestApi';
3
3
  export declare const rest: {
4
4
  RestApi: typeof RestApi;
5
5
  };
6
+ //# sourceMappingURL=index.d.ts.map
@@ -9,3 +9,4 @@ export declare class PublicS3Bucket extends Bucket {
9
9
  constructor(id: string, args: PublicS3BucketArgs, opts?: CustomResourceOptions);
10
10
  }
11
11
  export {};
12
+ //# sourceMappingURL=PublicS3Bucket.d.ts.map
@@ -3,3 +3,4 @@ export * from './PublicS3Bucket';
3
3
  export declare const s3: {
4
4
  PublicS3Bucket: typeof PublicS3Bucket;
5
5
  };
6
+ //# sourceMappingURL=index.d.ts.map
@@ -15,3 +15,4 @@ export declare class StaticWebsite extends Resource {
15
15
  bucket: PublicS3Bucket;
16
16
  constructor(id: string, args: StaticWebsiteArgs, opts?: CustomResourceOptions);
17
17
  }
18
+ //# sourceMappingURL=StaticWebsite.d.ts.map
@@ -3,3 +3,4 @@ export * from './StaticWebsite';
3
3
  export declare const website: {
4
4
  StaticWebsite: typeof StaticWebsite;
5
5
  };
6
+ //# sourceMappingURL=index.d.ts.map
@@ -6,3 +6,4 @@ interface File {
6
6
  }
7
7
  export declare function readFilesRecursive(dir: string): File[];
8
8
  export {};
9
+ //# sourceMappingURL=readFilesRecursive.d.ts.map
@@ -20,3 +20,4 @@ export declare class WebsocketApi extends Resource {
20
20
  url: string;
21
21
  constructor(id: string, args: WebsocketApiArgs, opts?: CustomResourceOptions);
22
22
  }
23
+ //# sourceMappingURL=WebsocketApi.d.ts.map
@@ -3,3 +3,4 @@ export * from './WebsocketApi';
3
3
  export declare const websocket: {
4
4
  WebsocketApi: typeof WebsocketApi;
5
5
  };
6
+ //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "name": "@mstuercke/pulumi-modules",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "files": [
5
5
  "dist/**/!(*.test|*.fixture){.d.ts,.js}",
6
6
  "README.md"
7
7
  ],
8
- "exports": "./dist/index.js",
9
8
  "type": "module",
9
+ "exports": {
10
+ "import": "./dist/index.js",
11
+ "types": "./dist/index.d.ts"
12
+ },
10
13
  "scripts": {
11
14
  "typeCheck": "tsc --noEmit",
12
15
  "build": "tsc",