@bscotch/project
Advanced tools
Comparing version 0.4.0 to 0.4.1
export * from './lib/project.js'; | ||
//# sourceMappingURL=index.d.ts.map |
export * from './lib/project.js'; | ||
//# sourceMappingURL=index.js.map |
@@ -0,0 +0,0 @@ import { Pathy } from '@bscotch/pathy'; |
@@ -0,0 +0,0 @@ import { PackageJson } from '@bscotch/config'; |
@@ -116,3 +116,9 @@ import { PackageJson, TsConfig, type DependencyVersion, type PackageJsonDependencyType, type PackageJsonFindOptions, type PackageName, type PackageNameConstructable } from '@bscotch/config'; | ||
outFile?: string | undefined; | ||
outDir?: string | undefined; | ||
outDir?: string | undefined; /** | ||
* Change the name of this project, which | ||
* will update the `package.json` file | ||
* appropriate. | ||
* | ||
* @returns - The *old* name of the project. | ||
*/ | ||
preserveConstEnums?: boolean | undefined; | ||
@@ -137,2 +143,9 @@ preserveSymlinks?: boolean | undefined; | ||
experimentalDecorators?: boolean | undefined; | ||
/** | ||
* Remove built files that don't have a corresponding | ||
* source file. Useful to ensure that tests | ||
* are only running against content from the source, | ||
* and that old files won't be accidentally | ||
* deployed. | ||
*/ | ||
emitDecoratorMetadata?: boolean | undefined; | ||
@@ -139,0 +152,0 @@ allowUnusedLabels?: boolean | undefined; |
@@ -0,0 +0,0 @@ import type { PackageJsonDependencyType, PackageNameConstructable } from '@bscotch/config'; |
@@ -0,0 +0,0 @@ import { PackageName } from '@bscotch/config'; |
@@ -0,0 +0,0 @@ import { Pathy } from '@bscotch/pathy'; |
@@ -0,0 +0,0 @@ import { Pathy } from '@bscotch/pathy'; |
@@ -0,0 +0,0 @@ import type { Project, ProjectFixOptions } from './project.js'; |
@@ -0,0 +0,0 @@ import { Pathy } from '@bscotch/pathy'; |
@@ -0,0 +0,0 @@ import { DepGraph } from 'dependency-graph'; |
@@ -0,0 +0,0 @@ import { DepGraph } from 'dependency-graph'; |
@@ -0,0 +0,0 @@ var Project_1; |
@@ -0,0 +0,0 @@ import type { Project } from './project.js'; |
@@ -0,0 +0,0 @@ import { ok } from 'assert'; |
@@ -0,0 +0,0 @@ import { JsonSchema } from '@bscotch/validation'; |
@@ -0,0 +0,0 @@ import { merge } from '@bscotch/utility'; |
@@ -0,0 +0,0 @@ import { MochaOptions } from 'mocha'; |
@@ -0,0 +0,0 @@ import { Pathy } from '@bscotch/pathy'; |
@@ -0,0 +0,0 @@ import type { PackageJson, PackageJsonData } from '@bscotch/config'; |
export {}; | ||
//# sourceMappingURL=project.types.js.map |
@@ -0,0 +0,0 @@ import { default as Mocha, Runner } from 'mocha'; |
@@ -0,0 +0,0 @@ import { gray, red } from '@bscotch/validation'; |
{ | ||
"name": "@bscotch/project", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"type": "module", | ||
@@ -19,5 +19,5 @@ "exports": { | ||
"dependencies": { | ||
"@bscotch/config": "^0.3.3", | ||
"@bscotch/pathy": "^0.4.0", | ||
"@bscotch/utility": "^5.1.0", | ||
"@bscotch/config": "^0.3.4", | ||
"@bscotch/pathy": "^0.4.1", | ||
"@bscotch/utility": "^5.2.0", | ||
"@bscotch/validation": "^0.2.0", | ||
@@ -24,0 +24,0 @@ "chalk": "^5.0.1", |
Sorry, the diff of this file is not supported yet
137222
2211
Updated@bscotch/config@^0.3.4
Updated@bscotch/pathy@^0.4.1
Updated@bscotch/utility@^5.2.0