Skip to content

Commit

Permalink
Merge branch 'main' into feat/kadena-tools/sidebar-account-transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
MRVDH committed Aug 21, 2023
2 parents c04da03 + 0ce1927 commit a5f2d3b
Show file tree
Hide file tree
Showing 131 changed files with 2,497 additions and 2,066 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@kadena/pactjs-cli",
"comment": "show warning message if namespace is not presented",
"type": "none"
}
],
"packageName": "@kadena/pactjs-cli"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@kadena/pactjs-generator",
"comment": "remove the files using the old client api",
"type": "none"
}
],
"packageName": "@kadena/pactjs-generator"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@kadena/pactjs-generator",
"comment": "Update the generator to use Literal type",
"type": "none"
}
],
"packageName": "@kadena/pactjs-generator"
}
8 changes: 4 additions & 4 deletions common/config/rush/command-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"enableParallelism": true,
"ignoreDependencyOrder": false,
"ignoreMissingScript": false,
"allowWarningsInSuccessfulBuild": false,
"allowWarningsInSuccessfulBuild": true,
// default: false. Changed to true as it should not need to run when nothing has changed
"incremental": true,
"watchForChanges": false,
Expand All @@ -51,7 +51,7 @@
// "enableParallelism": true,
// "ignoreDependencyOrder": false,
// "ignoreMissingScript": false,
// "allowWarningsInSuccessfulBuild": false,
// "allowWarningsInSuccessfulBuild": true,
// // default: false. Changed to true as it should not need to run when nothing has changed
// "incremental": true,
// "watchForChanges": true,
Expand Down Expand Up @@ -105,7 +105,7 @@
"ignoreDependencyOrder": true,
// default: false. this command is just for convenience
"ignoreMissingScript": true,
"allowWarningsInSuccessfulBuild": false,
"allowWarningsInSuccessfulBuild": true,
"incremental": true,
"watchForChanges": false
}
Expand Down Expand Up @@ -201,7 +201,7 @@
// *
// * Note: The default value is false. In Rush 5.7.x and earlier, the default value was true.
// */
// "allowWarningsInSuccessfulBuild": false,
// "allowWarningsInSuccessfulBuild": true,
//
// /**
// * If true then this command will be incremental like the built-in "build" command
Expand Down
Loading

0 comments on commit a5f2d3b

Please sign in to comment.