@codedrifters/configulator 0.0.87 → 0.0.88

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +5 -4
  2. package/package.json +3 -1
package/lib/index.d.ts CHANGED
@@ -4,9 +4,9 @@ import { AwsStageType, DeploymentTargetRoleType, AwsEnvironmentType, AWS_STAGE_T
4
4
  import * as spec from '@jsii/spec';
5
5
  import { TypeScriptProject as TypeScriptProject$1, TypeScriptAppProject, TypeScriptProjectOptions as TypeScriptProjectOptions$1 } from 'projen/lib/typescript';
6
6
  import { ValueOf } from 'type-fest';
7
- import { NodeProject, UpgradeDependencies, UpgradeDependenciesOptions } from 'projen/lib/javascript';
8
- import { Component as Component$1, Project as Project$1, Task } from 'projen/lib';
9
- import { BuildWorkflowOptions, BuildWorkflow } from 'projen/lib/build';
7
+ import { UpgradeDependencies, UpgradeDependenciesOptions, NodeProject } from 'projen/lib/javascript';
8
+ import { Task, Component as Component$1, Project as Project$1 } from 'projen/lib';
9
+ import { BuildWorkflow, BuildWorkflowOptions } from 'projen/lib/build';
10
10
  import { JobStep } from 'projen/lib/github/workflows-model';
11
11
 
12
12
  /*******************************************************************************
@@ -1308,4 +1308,5 @@ declare class AwsDeployWorkflow extends Component {
1308
1308
  preSynthesize(): void;
1309
1309
  }
1310
1310
 
1311
- export { type AwsAccount, AwsDeployWorkflow, AwsDeploymentConfig, type AwsOrganization, type AwsRegion, type ClassTypeOptions, type DeployWorkflowOptions, type GitBranch, type IDependencyResolver, JsiiFaker, MIMIMUM_RELEASE_AGE, MonorepoProject, type MonorepoProjectOptions, PROD_DEPLOY_NAME, PnpmWorkspace, type PnpmWorkspaceOptions, ROOT_CI_TASK_NAME, ROOT_TURBO_TASK_NAME, type RemoteCacheOptions, ResetTask, type ResetTaskOptions, TurboRepo, type TurboRepoOptions, TurboRepoTask, type TurboRepoTaskOptions, TypeScriptConfig, TypeScriptProject, type TypeScriptProjectOptions, VSCodeConfig };
1311
+ export { AwsDeployWorkflow, AwsDeploymentConfig, JsiiFaker, MIMIMUM_RELEASE_AGE, MonorepoProject, PROD_DEPLOY_NAME, PnpmWorkspace, ROOT_CI_TASK_NAME, ROOT_TURBO_TASK_NAME, ResetTask, TurboRepo, TurboRepoTask, TypeScriptConfig, TypeScriptProject, VSCodeConfig };
1312
+ export type { AwsAccount, AwsOrganization, AwsRegion, ClassTypeOptions, DeployWorkflowOptions, GitBranch, IDependencyResolver, MonorepoProjectOptions, PnpmWorkspaceOptions, RemoteCacheOptions, ResetTaskOptions, TurboRepoOptions, TurboRepoTaskOptions, TypeScriptProjectOptions };
package/package.json CHANGED
@@ -27,6 +27,8 @@
27
27
  "jest-junit": "^16",
28
28
  "prettier": "^3.7.4",
29
29
  "projen": "0.99.9",
30
+ "rollup": "^4.57.1",
31
+ "rollup-plugin-dts": "^6.3.0",
30
32
  "tsup": "^8.5.1",
31
33
  "typescript": "^5.9.3",
32
34
  "@codedrifters/utils": "0.0.0"
@@ -42,7 +44,7 @@
42
44
  },
43
45
  "main": "lib/index.js",
44
46
  "license": "MIT",
45
- "version": "0.0.87",
47
+ "version": "0.0.88",
46
48
  "types": "lib/index.d.ts",
47
49
  "//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\".",
48
50
  "scripts": {