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
042377b9
Commit
042377b9
authored
Apr 23, 2020
by
aniket-engg
Committed by
Aniket
Apr 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump versions
parent
2203ab4f
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
18 additions
and
18 deletions
+18
-18
package.json
package.json
+1
-1
package.json
remix-analyzer/package.json
+3
-3
package.json
remix-astwalker/package.json
+2
-2
package.json
remix-debug/package.json
+2
-2
package.json
remix-lib/package.json
+1
-1
package.json
remix-simulator/package.json
+2
-2
package.json
remix-solidity/package.json
+2
-2
package.json
remix-tests/package.json
+4
-4
package.json
remix-url-resolver/package.json
+1
-1
No files found.
package.json
View file @
042377b9
{
"version"
:
"0.
1.31
"
,
"version"
:
"0.
2.0
"
,
"devDependencies"
:
{
"
gulp
"
:
"^4.0.2"
,
"
lerna
"
:
"^2.10.2"
...
...
remix-analyzer/package.json
View file @
042377b9
{
"name"
:
"remix-analyzer"
,
"version"
:
"0.5.0
-beta.2
"
,
"version"
:
"0.5.0"
,
"description"
:
"Tool to perform static analysis on Solidity smart contracts"
,
"main"
:
"./dist/index.js"
,
"types"
:
"./dist/index.d.ts"
,
...
...
@@ -19,8 +19,8 @@
}
],
"dependencies"
:
{
"remix-astwalker"
:
"0.0.2
1
"
,
"remix-lib"
:
"0.4.2
4
"
"remix-astwalker"
:
"0.0.2
2
"
,
"remix-lib"
:
"0.4.2
5
"
},
"scripts"
:
{
"build"
:
"tsc"
,
...
...
remix-astwalker/package.json
View file @
042377b9
{
"name"
:
"remix-astwalker"
,
"version"
:
"0.0.2
1
"
,
"version"
:
"0.0.2
2
"
,
"description"
:
"Remix sub-module for walking through AST"
,
"main"
:
"dist/index.js"
,
"scripts"
:
{
...
...
@@ -34,7 +34,7 @@
"dependencies"
:
{
"@types/tape"
:
"^4.2.33"
,
"nyc"
:
"^13.3.0"
,
"remix-lib"
:
"0.4.2
4
"
,
"remix-lib"
:
"0.4.2
5
"
,
"tape"
:
"^4.10.1"
,
"ts-node"
:
"^8.0.3"
,
"typescript"
:
"^3.4.3"
...
...
remix-debug/package.json
View file @
042377b9
{
"name"
:
"remix-debug"
,
"version"
:
"0.
3.28
"
,
"version"
:
"0.
4.0
"
,
"description"
:
"Tool to debug Ethereum transactions"
,
"contributors"
:
[
{
...
...
@@ -21,7 +21,7 @@
"commander"
:
"^2.19.0"
,
"ethereumjs-util"
:
"^6.2.0"
,
"ethereumjs-vm"
:
"4.1.3"
,
"remix-lib"
:
"0.4.2
4
"
,
"remix-lib"
:
"0.4.2
5
"
,
"web3"
:
"^1.2.4"
},
"devDependencies"
:
{
...
...
remix-lib/package.json
View file @
042377b9
{
"name"
:
"remix-lib"
,
"version"
:
"0.4.2
4
"
,
"version"
:
"0.4.2
5
"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"contributors"
:
[
{
...
...
remix-simulator/package.json
View file @
042377b9
{
"name"
:
"remix-simulator"
,
"version"
:
"0.1.9-beta.
2
"
,
"version"
:
"0.1.9-beta.
3
"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"contributors"
:
[
{
...
...
@@ -25,7 +25,7 @@
"express"
:
"^4.16.3"
,
"express-ws"
:
"^4.0.0"
,
"merge"
:
"^1.2.0"
,
"remix-lib"
:
"0.4.2
4
"
,
"remix-lib"
:
"0.4.2
5
"
,
"standard"
:
"^10.0.3"
,
"time-stamp"
:
"^2.0.0"
,
"web3"
:
"^1.2.4"
...
...
remix-solidity/package.json
View file @
042377b9
{
"name"
:
"remix-solidity"
,
"version"
:
"0.3.2
7
"
,
"version"
:
"0.3.2
8
"
,
"description"
:
"Tool to load and run Solidity compiler"
,
"main"
:
"./dist/index.js"
,
"types"
:
"./dist/index.d.ts"
,
...
...
@@ -16,7 +16,7 @@
],
"dependencies"
:
{
"eslint-scope"
:
"^5.0.0"
,
"remix-lib"
:
"0.4.2
4
"
,
"remix-lib"
:
"0.4.2
5
"
,
"solc"
:
"^0.6.0"
,
"webworkify"
:
"^1.2.1"
},
...
...
remix-tests/package.json
View file @
042377b9
{
"name"
:
"remix-tests"
,
"version"
:
"0.1.3
0
"
,
"version"
:
"0.1.3
1
"
,
"description"
:
"Tool to test Solidity smart contracts"
,
"main"
:
"./dist/index.js"
,
"types"
:
"./dist/index.d.ts"
,
...
...
@@ -43,9 +43,9 @@
"change-case"
:
"^3.0.1"
,
"colors"
:
"^1.1.2"
,
"commander"
:
"^2.13.0"
,
"remix-lib"
:
"0.4.2
4
"
,
"remix-simulator"
:
"0.1.9-beta.
2
"
,
"remix-solidity"
:
"0.3.2
7
"
,
"remix-lib"
:
"0.4.2
5
"
,
"remix-simulator"
:
"0.1.9-beta.
3
"
,
"remix-solidity"
:
"0.3.2
8
"
,
"signale"
:
"^1.4.0"
,
"web3"
:
"^1.2.4"
,
"winston"
:
"^3.0.0"
...
...
remix-url-resolver/package.json
View file @
042377b9
{
"name"
:
"remix-url-resolver"
,
"version"
:
"0.0.1
2
"
,
"version"
:
"0.0.1
3
"
,
"description"
:
"Solidity import url resolver engine"
,
"main"
:
"dist"
,
"types"
:
"dist/index.d.ts"
,
...
...
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