Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
74107061
Unverified
Commit
74107061
authored
Jun 24, 2021
by
David Disu
Committed by
GitHub
Jun 24, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1323 from ethereum/bumpLibsVersion-240621
bump libs version
parents
a5ef5546
eff503ee
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
34 additions
and
25 deletions
+34
-25
package.json
libs/remix-analyzer/package.json
+4
-3
package.json
libs/remix-astwalker/package.json
+4
-3
package.json
libs/remix-debug/package.json
+4
-3
package.json
libs/remix-lib/package.json
+3
-2
package.json
libs/remix-simulator/package.json
+4
-3
package.json
libs/remix-solidity/package.json
+4
-3
package.json
libs/remix-tests/package.json
+7
-5
package.json
libs/remix-url-resolver/package.json
+3
-2
package.json
package.json
+1
-1
No files found.
libs/remix-analyzer/package.json
View file @
74107061
{
{
"name"
:
"@remix-project/remix-analyzer"
,
"name"
:
"@remix-project/remix-analyzer"
,
"version"
:
"0.5.
9
"
,
"version"
:
"0.5.
11
"
,
"description"
:
"Tool to perform static analysis on Solidity smart contracts"
,
"description"
:
"Tool to perform static analysis on Solidity smart contracts"
,
"main"
:
"index.js"
,
"main"
:
"index.js"
,
"types"
:
".index.d.ts"
,
"types"
:
".index.d.ts"
,
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
"@ethereumjs/tx"
:
"^3.2.1"
,
"@ethereumjs/tx"
:
"^3.2.1"
,
"@ethereumjs/vm"
:
"^5.4.1"
,
"@ethereumjs/vm"
:
"^5.4.1"
,
"@remix-project/remix-astwalker"
:
"^0.0.26"
,
"@remix-project/remix-astwalker"
:
"^0.0.26"
,
"@remix-project/remix-lib"
:
"^0.5.
0
"
,
"@remix-project/remix-lib"
:
"^0.5.
2
"
,
"async"
:
"^2.6.2"
,
"async"
:
"^2.6.2"
,
"ethereumjs-util"
:
"^7.0.10"
,
"ethereumjs-util"
:
"^7.0.10"
,
"ethers"
:
"^5.1.4"
,
"ethers"
:
"^5.1.4"
,
...
@@ -50,5 +50,5 @@
...
@@ -50,5 +50,5 @@
"typescript"
:
"^3.7.5"
"typescript"
:
"^3.7.5"
},
},
"typings"
:
"index.d.ts"
,
"typings"
:
"index.d.ts"
,
"gitHead"
:
"5
54e6e82fb0bf431bb22ca7d80558669e335ae01
"
"gitHead"
:
"5
0b32cc20d2d4dcc793bf7de955957e073e5b5b8
"
}
}
\ No newline at end of file
libs/remix-astwalker/package.json
View file @
74107061
{
{
"name"
:
"@remix-project/remix-astwalker"
,
"name"
:
"@remix-project/remix-astwalker"
,
"version"
:
"0.0.3
0
"
,
"version"
:
"0.0.3
2
"
,
"description"
:
"Tool to walk through Solidity AST"
,
"description"
:
"Tool to walk through Solidity AST"
,
"main"
:
"index.js"
,
"main"
:
"index.js"
,
"scripts"
:
{
"scripts"
:
{
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
"@ethereumjs/block"
:
"^3.3.0"
,
"@ethereumjs/block"
:
"^3.3.0"
,
"@ethereumjs/tx"
:
"^3.2.1"
,
"@ethereumjs/tx"
:
"^3.2.1"
,
"@ethereumjs/vm"
:
"^5.4.1"
,
"@ethereumjs/vm"
:
"^5.4.1"
,
"@remix-project/remix-lib"
:
"^0.5.
0
"
,
"@remix-project/remix-lib"
:
"^0.5.
2
"
,
"@types/tape"
:
"^4.2.33"
,
"@types/tape"
:
"^4.2.33"
,
"async"
:
"^2.6.2"
,
"async"
:
"^2.6.2"
,
"ethereumjs-util"
:
"^7.0.10"
,
"ethereumjs-util"
:
"^7.0.10"
,
...
@@ -52,5 +52,5 @@
...
@@ -52,5 +52,5 @@
"tap-spec"
:
"^5.0.0"
"tap-spec"
:
"^5.0.0"
},
},
"typings"
:
"index.d.ts"
,
"typings"
:
"index.d.ts"
,
"gitHead"
:
"5
54e6e82fb0bf431bb22ca7d80558669e335ae01
"
"gitHead"
:
"5
0b32cc20d2d4dcc793bf7de955957e073e5b5b8
"
}
}
\ No newline at end of file
libs/remix-debug/package.json
View file @
74107061
{
{
"name"
:
"@remix-project/remix-debug"
,
"name"
:
"@remix-project/remix-debug"
,
"version"
:
"0.5.
0
"
,
"version"
:
"0.5.
2
"
,
"description"
:
"Tool to debug Ethereum transactions"
,
"description"
:
"Tool to debug Ethereum transactions"
,
"contributors"
:
[
"contributors"
:
[
{
{
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
"@ethereumjs/tx"
:
"^3.2.1"
,
"@ethereumjs/tx"
:
"^3.2.1"
,
"@ethereumjs/vm"
:
"^5.4.1"
,
"@ethereumjs/vm"
:
"^5.4.1"
,
"@remix-project/remix-astwalker"
:
"^0.0.26"
,
"@remix-project/remix-astwalker"
:
"^0.0.26"
,
"@remix-project/remix-lib"
:
"^0.5.
0
"
,
"@remix-project/remix-lib"
:
"^0.5.
2
"
,
"async"
:
"^2.6.2"
,
"async"
:
"^2.6.2"
,
"commander"
:
"^2.19.0"
,
"commander"
:
"^2.19.0"
,
"deep-equal"
:
"^1.0.1"
,
"deep-equal"
:
"^1.0.1"
,
...
@@ -60,5 +60,5 @@
...
@@ -60,5 +60,5 @@
},
},
"homepage"
:
"https://github.com/ethereum/remix-project/tree/master/libs/remix-debug#readme"
,
"homepage"
:
"https://github.com/ethereum/remix-project/tree/master/libs/remix-debug#readme"
,
"typings"
:
"src/index.d.ts"
,
"typings"
:
"src/index.d.ts"
,
"gitHead"
:
"5
54e6e82fb0bf431bb22ca7d80558669e335ae01
"
"gitHead"
:
"5
0b32cc20d2d4dcc793bf7de955957e073e5b5b8
"
}
}
\ No newline at end of file
libs/remix-lib/package.json
View file @
74107061
{
{
"name"
:
"@remix-project/remix-lib"
,
"name"
:
"@remix-project/remix-lib"
,
"version"
:
"0.5.
0
"
,
"version"
:
"0.5.
2
"
,
"description"
:
"Library to various Remix tools"
,
"description"
:
"Library to various Remix tools"
,
"contributors"
:
[
"contributors"
:
[
{
{
...
@@ -52,5 +52,5 @@
...
@@ -52,5 +52,5 @@
},
},
"homepage"
:
"https://github.com/ethereum/remix-project/tree/master/libs/remix-lib#readme"
,
"homepage"
:
"https://github.com/ethereum/remix-project/tree/master/libs/remix-lib#readme"
,
"typings"
:
"src/index.d.ts"
,
"typings"
:
"src/index.d.ts"
,
"gitHead"
:
"5
54e6e82fb0bf431bb22ca7d80558669e335ae01
"
"gitHead"
:
"5
0b32cc20d2d4dcc793bf7de955957e073e5b5b8
"
}
}
\ No newline at end of file
libs/remix-simulator/package.json
View file @
74107061
{
{
"name"
:
"@remix-project/remix-simulator"
,
"name"
:
"@remix-project/remix-simulator"
,
"version"
:
"0.2.
0
"
,
"version"
:
"0.2.
2
"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"contributors"
:
[
"contributors"
:
[
{
{
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
"@ethereumjs/common"
:
"^2.2.0"
,
"@ethereumjs/common"
:
"^2.2.0"
,
"@ethereumjs/tx"
:
"^3.2.1"
,
"@ethereumjs/tx"
:
"^3.2.1"
,
"@ethereumjs/vm"
:
"^5.4.1"
,
"@ethereumjs/vm"
:
"^5.4.1"
,
"@remix-project/remix-lib"
:
"^0.5.
0
"
,
"@remix-project/remix-lib"
:
"^0.5.
2
"
,
"ansi-gray"
:
"^0.1.1"
,
"ansi-gray"
:
"^0.1.1"
,
"async"
:
"^3.1.0"
,
"async"
:
"^3.1.0"
,
"body-parser"
:
"^1.18.2"
,
"body-parser"
:
"^1.18.2"
,
...
@@ -65,5 +65,5 @@
...
@@ -65,5 +65,5 @@
},
},
"homepage"
:
"https://github.com/ethereum/remix-project/tree/master/libs/remix-simulator#readme"
,
"homepage"
:
"https://github.com/ethereum/remix-project/tree/master/libs/remix-simulator#readme"
,
"typings"
:
"src/index.d.ts"
,
"typings"
:
"src/index.d.ts"
,
"gitHead"
:
"5
54e6e82fb0bf431bb22ca7d80558669e335ae01
"
"gitHead"
:
"5
0b32cc20d2d4dcc793bf7de955957e073e5b5b8
"
}
}
\ No newline at end of file
libs/remix-solidity/package.json
View file @
74107061
{
{
"name"
:
"@remix-project/remix-solidity"
,
"name"
:
"@remix-project/remix-solidity"
,
"version"
:
"0.4.
0
"
,
"version"
:
"0.4.
2
"
,
"description"
:
"Tool to load and run Solidity compiler"
,
"description"
:
"Tool to load and run Solidity compiler"
,
"main"
:
"index.js"
,
"main"
:
"index.js"
,
"types"
:
"./index.d.ts"
,
"types"
:
"./index.d.ts"
,
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
"@ethereumjs/block"
:
"^3.3.0"
,
"@ethereumjs/block"
:
"^3.3.0"
,
"@ethereumjs/tx"
:
"^3.2.1"
,
"@ethereumjs/tx"
:
"^3.2.1"
,
"@ethereumjs/vm"
:
"^5.4.1"
,
"@ethereumjs/vm"
:
"^5.4.1"
,
"@remix-project/remix-lib"
:
"^0.5.
0
"
,
"@remix-project/remix-lib"
:
"^0.5.
2
"
,
"async"
:
"^2.6.2"
,
"async"
:
"^2.6.2"
,
"eslint-scope"
:
"^5.0.0"
,
"eslint-scope"
:
"^5.0.0"
,
"ethereumjs-util"
:
"^7.0.10"
,
"ethereumjs-util"
:
"^7.0.10"
,
...
@@ -58,5 +58,5 @@
...
@@ -58,5 +58,5 @@
},
},
"homepage"
:
"https://github.com/ethereum/remix-project/tree/master/libs/remix-solidity#readme"
,
"homepage"
:
"https://github.com/ethereum/remix-project/tree/master/libs/remix-solidity#readme"
,
"typings"
:
"index.d.ts"
,
"typings"
:
"index.d.ts"
,
"gitHead"
:
"5
54e6e82fb0bf431bb22ca7d80558669e335ae01
"
"gitHead"
:
"5
0b32cc20d2d4dcc793bf7de955957e073e5b5b8
"
}
}
\ No newline at end of file
libs/remix-tests/package.json
View file @
74107061
{
{
"name"
:
"@remix-project/remix-tests"
,
"name"
:
"@remix-project/remix-tests"
,
"version"
:
"0.2.
0
"
,
"version"
:
"0.2.
2
"
,
"description"
:
"Tool to test Solidity smart contracts"
,
"description"
:
"Tool to test Solidity smart contracts"
,
"main"
:
"src/index.js"
,
"main"
:
"src/index.js"
,
"types"
:
"./src/index.d.ts"
,
"types"
:
"./src/index.d.ts"
,
...
@@ -39,9 +39,10 @@
...
@@ -39,9 +39,10 @@
"@ethereumjs/common"
:
"^2.2.0"
,
"@ethereumjs/common"
:
"^2.2.0"
,
"@ethereumjs/tx"
:
"^3.2.1"
,
"@ethereumjs/tx"
:
"^3.2.1"
,
"@ethereumjs/vm"
:
"^5.4.1"
,
"@ethereumjs/vm"
:
"^5.4.1"
,
"@remix-project/remix-lib"
:
"^0.5.0"
,
"@remix-project/remix-lib"
:
"^0.5.2"
,
"@remix-project/remix-simulator"
:
"^0.2.0"
,
"@remix-project/remix-simulator"
:
"^0.2.2"
,
"@remix-project/remix-solidity"
:
"^0.4.0"
,
"@remix-project/remix-solidity"
:
"^0.4.2"
,
"ansi-gray"
:
"^0.1.1"
,
"async"
:
"^2.6.0"
,
"async"
:
"^2.6.0"
,
"axios"
:
">=0.21.1"
,
"axios"
:
">=0.21.1"
,
"change-case"
:
"^3.0.1"
,
"change-case"
:
"^3.0.1"
,
...
@@ -75,5 +76,5 @@
...
@@ -75,5 +76,5 @@
"typescript"
:
"^3.3.1"
"typescript"
:
"^3.3.1"
},
},
"typings"
:
"src/index.d.ts"
,
"typings"
:
"src/index.d.ts"
,
"gitHead"
:
"5
54e6e82fb0bf431bb22ca7d80558669e335ae01
"
"gitHead"
:
"5
0b32cc20d2d4dcc793bf7de955957e073e5b5b8
"
}
}
\ No newline at end of file
libs/remix-url-resolver/package.json
View file @
74107061
{
{
"name"
:
"@remix-project/remix-url-resolver"
,
"name"
:
"@remix-project/remix-url-resolver"
,
"version"
:
"0.0.2
1
"
,
"version"
:
"0.0.2
3
"
,
"description"
:
"Solidity import url resolver engine"
,
"description"
:
"Solidity import url resolver engine"
,
"main"
:
"index.js"
,
"main"
:
"index.js"
,
"types"
:
"./index.d.ts"
,
"types"
:
"./index.d.ts"
,
...
@@ -42,5 +42,5 @@
...
@@ -42,5 +42,5 @@
"typescript"
:
"^3.1.6"
"typescript"
:
"^3.1.6"
},
},
"typings"
:
"index.d.ts"
,
"typings"
:
"index.d.ts"
,
"gitHead"
:
"5
54e6e82fb0bf431bb22ca7d80558669e335ae01
"
"gitHead"
:
"5
0b32cc20d2d4dcc793bf7de955957e073e5b5b8
"
}
}
\ No newline at end of file
package.json
View file @
74107061
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
"lint:libs"
:
"nx run-many --target=lint --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver,remixd,remix-ui-tree-view,remix-ui-modal-dialog,remix-ui-toaster,remix-ui-file-explorer,remix-ui-debugger-ui,remix-ui-workspace,remix-ui-static-analyser,remix-ui-checkbox"
,
"lint:libs"
:
"nx run-many --target=lint --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver,remixd,remix-ui-tree-view,remix-ui-modal-dialog,remix-ui-toaster,remix-ui-file-explorer,remix-ui-debugger-ui,remix-ui-workspace,remix-ui-static-analyser,remix-ui-checkbox"
,
"build:libs"
:
"nx run-many --target=build --parallel=false --with-deps=true --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver,remixd"
,
"build:libs"
:
"nx run-many --target=build --parallel=false --with-deps=true --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver,remixd"
,
"test:libs"
:
"nx run-many --target=test --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver,remixd"
,
"test:libs"
:
"nx run-many --target=test --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver,remixd"
,
"publish:libs"
:
"npm run build:libs &
lerna publish --skip-git
& npm run bumpVersion:libs"
,
"publish:libs"
:
"npm run build:libs &
& lerna publish --skip-git &
& npm run bumpVersion:libs"
,
"build:e2e"
:
"tsc -p apps/remix-ide-e2e/tsconfig.e2e.json"
,
"build:e2e"
:
"tsc -p apps/remix-ide-e2e/tsconfig.e2e.json"
,
"watch:e2e"
:
"nodemon"
,
"watch:e2e"
:
"nodemon"
,
"bumpVersion:libs"
:
"gulp & gulp syncLibVersions;"
,
"bumpVersion:libs"
:
"gulp & gulp syncLibVersions;"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment