Skip to content

Commit

Permalink
ci(prerelease): v6.0.0-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Albertini <[email protected]>
  • Loading branch information
OlivierAlbertini committed Dec 12, 2023
1 parent 3f5af07 commit c0c2129
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "4.0.0",
"version": "6.0.0",
"version": "6.0.0-dev",
"packages": [
"examples/*",
"packages/*"
Expand Down
68 changes: 34 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions packages/workit-bpm-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
"license": "MIT",
"main": "lib/src/index.js",
"typings": "lib/src/index.d.ts",
"scripts": {
"test": "jest --testPathIgnorePatterns integration --coverage",
"test:all": "jest **/tests/**/*.spec.ts --coverage",
"compile": "rm -rf ./lib/ && npm run build",
"build": "tsc -p ./tsconfig.json",
"watch": "tsc -p ./tsconfig.json --watch",
"lint": "eslint . --ext .ts && prettier -l \"src/**/*.ts\"",
"lint-fix": "prettier \"./**/*.ts\" --write && eslint . --ext .ts --fix",
"check-conflicts": "eslint --print-config tests/utils/func-test.ts | eslint-config-prettier-check",
"docs": "typedoc --out ./docs --tsconfig ./tsconfig.json --excludePrivate --mode file",
"codecov": "codecov -f coverage/*.json -p ../../"
},
"scripts": {
"test": "jest --testPathIgnorePatterns integration --coverage",
"test:all": "jest **/tests/**/*.spec.ts --coverage",
"compile": "rm -rf ./lib/ && npm run build",
"build": "tsc -p ./tsconfig.json",
"watch": "tsc -p ./tsconfig.json --watch",
"lint": "eslint . --ext .ts && prettier -l \"src/**/*.ts\"",
"lint-fix": "prettier \"./**/*.ts\" --write && eslint . --ext .ts --fix",
"check-conflicts": "eslint --print-config tests/utils/func-test.ts | eslint-config-prettier-check",
"docs": "typedoc --out ./docs --tsconfig ./tsconfig.json --excludePrivate --mode file",
"codecov": "codecov -f coverage/*.json -p ../../"
},
"dependencies": {
"@villedemontreal/workit-core": "^6.0.0-dev",
"@villedemontreal/workit-types": "^6.0.0-dev",
Expand Down Expand Up @@ -93,5 +93,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "211cd4b2c2500a42eef62d650b29b3244392f83f"
"gitHead": "2600360d674bc6e13191b42b25eac5e9ad98b27f"
}
2 changes: 1 addition & 1 deletion packages/workit-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "211cd4b2c2500a42eef62d650b29b3244392f83f"
"gitHead": "2600360d674bc6e13191b42b25eac5e9ad98b27f"
}
2 changes: 1 addition & 1 deletion packages/workit-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "211cd4b2c2500a42eef62d650b29b3244392f83f"
"gitHead": "2600360d674bc6e13191b42b25eac5e9ad98b27f"
}
2 changes: 1 addition & 1 deletion packages/workit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "211cd4b2c2500a42eef62d650b29b3244392f83f"
"gitHead": "2600360d674bc6e13191b42b25eac5e9ad98b27f"
}

0 comments on commit c0c2129

Please sign in to comment.