@sdlcworks/components 0.0.13 → 0.0.14

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/dist/index.d.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  import { Input as PulumiInput, Output as PulumiOutput } from '@pulumi/pulumi';
4
4
  import { z } from 'zod';
5
5
 
6
- export enum CloudProvider {
6
+ export declare enum CloudProvider {
7
7
  aws = "aws",
8
8
  gcloud = "gcloud",
9
9
  azure = "azure",
package/dist/index.js CHANGED
@@ -1,7 +1,15 @@
1
1
  // src/infra.ts
2
2
  import { z } from "zod";
3
3
  import * as pulumi from "@pulumi/pulumi";
4
- import { CloudProvider } from "@sdlc/types";
4
+ var CloudProvider;
5
+ ((CloudProvider2) => {
6
+ CloudProvider2["aws"] = "aws";
7
+ CloudProvider2["gcloud"] = "gcloud";
8
+ CloudProvider2["azure"] = "azure";
9
+ CloudProvider2["linode"] = "linode";
10
+ CloudProvider2["hetzner"] = "hetzner";
11
+ CloudProvider2["cloudflare"] = "cloudflare";
12
+ })(CloudProvider ||= {});
5
13
  var DeploymentArtifactType;
6
14
  ((DeploymentArtifactType2) => {
7
15
  DeploymentArtifactType2["container_image"] = "container_image";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sdlcworks/components",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "module": "dist/index.js",
5
5
  "files": [
6
6
  "dist"