@bscotch/trebuchet
Advanced tools
Comparing version 2.8.0 to 2.8.1
@@ -117,3 +117,3 @@ import { Pathy } from '@bscotch/pathy'; | ||
*/ | ||
export class GitLogStatic { | ||
class GitLogStatic { | ||
static changeDescriptionPattern = /^(?<type>[^\s:(!]+)(\(\s*(?<scope>[^)]*)\s*\))?(?<breaking>!)?: (?<title>.+)/su; | ||
@@ -237,2 +237,3 @@ static projectVersionTagPattern = /^(?<tag>(?<name>(?<scope>@[^@]+\/)?(?<unscoped>[^@]+))(@(?<version>[^@]+))?)$/; | ||
} | ||
export { GitLogStatic }; | ||
//# sourceMappingURL=gitLog.static.js.map |
{ | ||
"name": "@bscotch/trebuchet", | ||
"version": "2.8.0", | ||
"version": "2.8.1", | ||
"description": "Tooling for minimizing the cognitive load for monorepo/workspace management, with a focus on automation, minimal configuration, and interoperability with other tools.", | ||
@@ -30,2 +30,7 @@ "keywords": [ | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/bscotch/jslib.git", | ||
"directory": "packages/trebuchet" | ||
}, | ||
"type": "module", | ||
@@ -44,18 +49,18 @@ "exports": { | ||
"dependencies": { | ||
"@sinclair/typebox": "^0.25.20", | ||
"@sinclair/typebox": "^0.27.3", | ||
"commander": "10.0.0", | ||
"dependency-graph": "^0.11.0", | ||
"fs-extra": "11.1.0", | ||
"inquirer": "9.1.4", | ||
"fs-extra": "11.1.1", | ||
"inquirer": "9.1.5", | ||
"json5": "^2.2.3", | ||
"semver": "^7.3.8", | ||
"simple-git": "^3.16.0", | ||
"tslib": "^2.4.1", | ||
"type-fest": "^3.5.2", | ||
"semver": "^7.4.0", | ||
"simple-git": "^3.17.0", | ||
"tslib": "^2.5.0", | ||
"type-fest": "^3.8.0", | ||
"yaml": "2.2.1", | ||
"@bscotch/config": "1.3.0", | ||
"@bscotch/pathy": "2.6.0", | ||
"@bscotch/project": "2.3.4", | ||
"@bscotch/utility": "6.8.0", | ||
"@bscotch/validation": "0.2.3" | ||
"@bscotch/config": "1.3.1", | ||
"@bscotch/pathy": "2.7.0", | ||
"@bscotch/project": "2.3.5", | ||
"@bscotch/validation": "0.2.4", | ||
"@bscotch/utility": "6.8.1" | ||
}, | ||
@@ -70,5 +75,4 @@ "devDependencies": { | ||
"mocha": "^10.2.0", | ||
"rimraf": "^4.1.0", | ||
"typescript": "4.9.4", | ||
"@local/helpers": "0.0.0" | ||
"rimraf": "^5.0.0", | ||
"typescript": "5.0.4" | ||
}, | ||
@@ -79,8 +83,8 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "tsc-x --build", | ||
"build": "tsc --build", | ||
"clean": "rimraf build dist *.tsbuildinfo **/*.tsbuildinfo", | ||
"test": "mocha --config ../../config/.mocharc.cjs", | ||
"test:dev": "mocha --config ../../config/.mocharc.cjs --forbid-only=false --parallel=false --timeout=9999999999", | ||
"watch": "tsc-x --build --watch" | ||
"watch": "tsc --build --watch" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
171600
9
2384
2
+ Added@bscotch/config@1.3.1(transitive)
+ Added@bscotch/pathy@2.7.0(transitive)
+ Added@bscotch/project@2.3.5(transitive)
+ Added@bscotch/utility@6.8.1(transitive)
+ Added@bscotch/validation@0.2.4(transitive)
+ Added@sinclair/typebox@0.27.8(transitive)
+ Added@ts-morph/common@0.19.0(transitive)
+ Addedajv@8.12.0(transitive)
+ Addedcode-block-writer@12.0.0(transitive)
+ Addedfs-extra@11.1.1(transitive)
+ Addedignore-walk@6.0.2(transitive)
+ Addedinquirer@9.1.5(transitive)
+ Addedminimatch@7.4.6(transitive)
+ Addedmkdirp@2.1.6(transitive)
+ Addedmute-stream@1.0.0(transitive)
+ Addedts-morph@18.0.0(transitive)
- Removed@bscotch/config@1.3.0(transitive)
- Removed@bscotch/pathy@2.6.0(transitive)
- Removed@bscotch/project@2.3.4(transitive)
- Removed@bscotch/utility@6.8.0(transitive)
- Removed@bscotch/validation@0.2.3(transitive)
- Removed@sinclair/typebox@0.25.24(transitive)
- Removed@ts-morph/common@0.18.1(transitive)
- Removedajv@8.11.0(transitive)
- Removedchalk@5.1.0(transitive)
- Removedcode-block-writer@11.0.3(transitive)
- Removedfs-extra@11.1.0(transitive)
- Removedignore-walk@5.0.1(transitive)
- Removedinquirer@9.1.4(transitive)
- Removedmkdirp@1.0.4(transitive)
- Removedmute-stream@0.0.8(transitive)
- Removednpm-bundled@2.0.1(transitive)
- Removednpm-normalize-package-bin@2.0.0(transitive)
- Removednpm-packlist@5.1.3(transitive)
- Removedts-morph@17.0.1(transitive)
Updated@bscotch/config@1.3.1
Updated@bscotch/pathy@2.7.0
Updated@bscotch/project@2.3.5
Updated@bscotch/utility@6.8.1
Updated@bscotch/validation@0.2.4
Updated@sinclair/typebox@^0.27.3
Updatedfs-extra@11.1.1
Updatedinquirer@9.1.5
Updatedsemver@^7.4.0
Updatedsimple-git@^3.17.0
Updatedtslib@^2.5.0
Updatedtype-fest@^3.8.0