-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Github CI build: __run_3 v1.22.2 [ci skip]
- Loading branch information
1 parent
717d471
commit 8e4fe7b
Showing
3 changed files
with
130 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,47 @@ | ||
{"name":"@tsed/root","version":"1.22.1","description":"Monorepo CLI and utils to deploy packages on NPM","private":true,"scripts":{"clean":"node packages/monorepo/bin/monorepo-clean workspace","test":"yarn test:lint","test:lint":"eslint '{packages,test}/**/*.js' --ext .ts","test:lint:fix":"eslint '{packages,test}/**/*.js' --fix","prettier":"prettier '{packages,test}/**/*.js' --write","build":"node packages/monorepo/bin/monorepo-build.js --verbose","publish":"node packages/monorepo/bin/monorepo-publish.js --dry-run packages","release":"semantic-release","release:dryRun":"semantic-release --dry-run","prepare":"husky install"},"repository":{"type":"git","url":"https://github.com/tsedio/tsed-monorepo-utils.git"},"keywords":[],"author":"Romain Lenzotti","license":"MIT","bugs":{"url":"https://github.com/tsedio/tsed-monorepo-utils/issues"},"homepage":"http://tsed.io/","devDependencies":{"eslint":"8.21.0","eslint-config-prettier":"8.5.0","eslint-plugin-jest":"26.7.0","eslint-plugin-prettier":"4.2.1","husky":"8.0.1","lint-staged":"10.5.4","microbundle":"0.13.0","prettier":"2.7.1","semantic-release":"19.0.3"},"workspaces":["packages/*"],"monorepo":{"npmAccess":"public"},"packageManager":"[email protected]"} | ||
{ | ||
"name": "@tsed/root", | ||
"version": "1.22.2", | ||
"description": "Monorepo CLI and utils to deploy packages on NPM", | ||
"private": true, | ||
"scripts": { | ||
"clean": "node packages/monorepo/bin/monorepo-clean workspace", | ||
"test": "yarn test:lint", | ||
"test:lint": "eslint '{packages,test}/**/*.js' --ext .ts", | ||
"test:lint:fix": "eslint '{packages,test}/**/*.js' --fix", | ||
"prettier": "prettier '{packages,test}/**/*.js' --write", | ||
"build": "node packages/monorepo/bin/monorepo-build.js --verbose", | ||
"publish": "node packages/monorepo/bin/monorepo-publish.js --dry-run packages", | ||
"release": "semantic-release", | ||
"release:dryRun": "semantic-release --dry-run", | ||
"prepare": "husky install" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tsedio/tsed-monorepo-utils.git" | ||
}, | ||
"keywords": [], | ||
"author": "Romain Lenzotti", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/tsedio/tsed-monorepo-utils/issues" | ||
}, | ||
"homepage": "http://tsed.io/", | ||
"devDependencies": { | ||
"eslint": "8.21.0", | ||
"eslint-config-prettier": "8.5.0", | ||
"eslint-plugin-jest": "26.7.0", | ||
"eslint-plugin-prettier": "4.2.1", | ||
"husky": "8.0.1", | ||
"lint-staged": "10.5.4", | ||
"microbundle": "0.13.0", | ||
"prettier": "2.7.1", | ||
"semantic-release": "19.0.3" | ||
}, | ||
"workspaces": [ | ||
"packages/*" | ||
], | ||
"monorepo": { | ||
"npmAccess": "public" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,45 @@ | ||
{"name":"@tsed/monorepo-utils","version":"1.22.1","description":"Mono repo utils","main":"./src/index.js","repository":{"type":"git","url":"https://github.com/tsedio/tsed-monorepo-utils.git"},"keywords":[],"author":"Romain Lenzotti","license":"MIT","bugs":{"url":"https://github.com/tsedio/tsed-monorepo-utils/issues"},"homepage":"http://tsed.io/","directories":{"src":"./src","bin":"./bin"},"bin":{"monorepo":"./bin/monorepo.js"},"dependencies":{"axios":"0.27.2","chalk":"4.1.2","commander":"9.4.0","esm":"3.2.25","execa":"5.0.1","fancy-log":"1.3.3","figures":"3.2.0","fs-extra":"10.1.0","globby":"11.1.0","has-yarn":"2.1.0","inquirer":"7.3.3","listr":"0.14.3","lodash":"4.17.21","normalize-path":"3.0.0","semver":"7.3.7"},"peerDependencies":{"semantic-release":">=19"},"devDependencies":{}} | ||
{ | ||
"name": "@tsed/monorepo-utils", | ||
"version": "1.22.2", | ||
"description": "Mono repo utils", | ||
"main": "./src/index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tsedio/tsed-monorepo-utils.git" | ||
}, | ||
"keywords": [], | ||
"author": "Romain Lenzotti", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/tsedio/tsed-monorepo-utils/issues" | ||
}, | ||
"homepage": "http://tsed.io/", | ||
"directories": { | ||
"src": "./src", | ||
"bin": "./bin" | ||
}, | ||
"bin": { | ||
"monorepo": "./bin/monorepo.js" | ||
}, | ||
"dependencies": { | ||
"axios": "0.27.2", | ||
"chalk": "4.1.2", | ||
"commander": "9.4.0", | ||
"esm": "3.2.25", | ||
"execa": "5.0.1", | ||
"fancy-log": "1.3.3", | ||
"figures": "3.2.0", | ||
"fs-extra": "10.1.0", | ||
"globby": "11.1.0", | ||
"has-yarn": "2.1.0", | ||
"inquirer": "7.3.3", | ||
"listr": "0.14.3", | ||
"lodash": "4.17.21", | ||
"normalize-path": "3.0.0", | ||
"semver": "7.3.7" | ||
}, | ||
"peerDependencies": { | ||
"semantic-release": ">=19" | ||
}, | ||
"devDependencies": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,38 @@ | ||
{"name":"@tsed/yarn-workspaces","version":"1.22.1","description":"Yarn workspaces utils for CRACO","source":"./src/index.js","main":"./lib/index.js","typings":"./lib/index.d.ts","exports":{"require":"./lib/index.js","default":"./lib/index.modern.js"},"repository":{"type":"git","url":"https://github.com/tsedio/tsed-monorepo-utils.git"},"keywords":[],"author":"Romain Lenzotti","license":"MIT","bugs":{"url":"https://github.com/tsedio/tsed-monorepo-utils/issues"},"homepage":"http://tsed.io/","directories":{"src":"./src"},"scripts":{"build":"microbundle --target node --no-compress --format modern,cjs"},"devDependencies":{"microbundle":"0.13.0"},"dependencies":{"find-up":"5.0.0","fs-extra":"10.0.0","glob":"7.1.6"},"peerDependencies":{}} | ||
{ | ||
"name": "@tsed/yarn-workspaces", | ||
"version": "1.22.2", | ||
"description": "Yarn workspaces utils for CRACO", | ||
"source": "./src/index.js", | ||
"main": "./lib/index.js", | ||
"typings": "./lib/index.d.ts", | ||
"exports": { | ||
"require": "./lib/index.js", | ||
"default": "./lib/index.modern.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/tsedio/tsed-monorepo-utils.git" | ||
}, | ||
"keywords": [], | ||
"author": "Romain Lenzotti", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/tsedio/tsed-monorepo-utils/issues" | ||
}, | ||
"homepage": "http://tsed.io/", | ||
"directories": { | ||
"src": "./src" | ||
}, | ||
"scripts": { | ||
"build": "microbundle --target node --no-compress --format modern,cjs" | ||
}, | ||
"devDependencies": { | ||
"microbundle": "0.13.0" | ||
}, | ||
"dependencies": { | ||
"find-up": "5.0.0", | ||
"fs-extra": "10.0.0", | ||
"glob": "7.1.6" | ||
}, | ||
"peerDependencies": {} | ||
} |