Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bscotch/trebuchet

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bscotch/trebuchet - npm Package Compare versions

Comparing version 2.8.0 to 2.8.1

3

dist/lib/gitLog.static.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc