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
c427cac6
Unverified
Commit
c427cac6
authored
Jun 24, 2019
by
yann300
Committed by
GitHub
Jun 24, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1232 from ethereum/bumpVersion
bump version
parents
47996304
f3b398f0
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
18 additions
and
18 deletions
+18
-18
package.json
remix-analyzer/package.json
+2
-2
package.json
remix-astwalker/package.json
+1
-1
package.json
remix-debug/package.json
+3
-3
package.json
remix-lib/package.json
+2
-2
package.json
remix-simulator/package.json
+2
-2
package.json
remix-solidity/package.json
+3
-3
package.json
remix-tests/package.json
+5
-5
No files found.
remix-analyzer/package.json
View file @
c427cac6
{
"name"
:
"remix-analyzer"
,
"version"
:
"0.3.
7
"
,
"version"
:
"0.3.
8
"
,
"description"
:
"Remix Analyzer"
,
"main"
:
"./index.js"
,
"contributors"
:
[
...
...
@@ -18,7 +18,7 @@
}
],
"dependencies"
:
{
"remix-lib"
:
"0.4.
6
"
"remix-lib"
:
"0.4.
7
"
},
"scripts"
:
{
"lint"
:
"standard"
,
...
...
remix-astwalker/package.json
View file @
c427cac6
{
"name"
:
"remix-astwalker"
,
"version"
:
"0.0.
2
"
,
"version"
:
"0.0.
3
"
,
"description"
:
"Remix sub-module for walking through AST"
,
"main"
:
"dist/index.js"
,
"scripts"
:
{
...
...
remix-debug/package.json
View file @
c427cac6
{
"name"
:
"remix-debug"
,
"version"
:
"0.3.
8
"
,
"version"
:
"0.3.
9
"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"contributors"
:
[
{
...
...
@@ -22,17 +22,17 @@
"ethereumjs-util"
:
"^4.5.0"
,
"ethereumjs-vm"
:
"3.0.0"
,
"fast-async"
:
"^6.1.2"
,
"remix-lib"
:
"0.4.
6
"
,
"remix-lib"
:
"0.4.
7
"
,
"web3"
:
"0.20.6"
},
"devDependencies"
:
{
"@babel/core"
:
"^7.4.5"
,
"babel-eslint"
:
"^10.0.0"
,
"@babel/plugin-transform-object-assign"
:
"^7.2.0"
,
"@babel/preset-env"
:
"^7.4.5"
,
"@babel/preset-es2015"
:
"latest"
,
"@babel/preset-es2017"
:
"latest"
,
"@babel/preset-stage-0"
:
"^7.0.0"
,
"babel-eslint"
:
"^10.0.0"
,
"babelify"
:
"^10.0.0"
,
"notify-error"
:
"^1.2.0"
,
"solc"
:
"^0.5.0"
,
...
...
remix-lib/package.json
View file @
c427cac6
{
"name"
:
"remix-lib"
,
"version"
:
"0.4.
6
"
,
"version"
:
"0.4.
7
"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"contributors"
:
[
{
...
...
@@ -26,12 +26,12 @@
},
"devDependencies"
:
{
"@babel/core"
:
"^7.4.5"
,
"babel-eslint"
:
"^10.0.0"
,
"@babel/plugin-transform-object-assign"
:
"^7.2.0"
,
"@babel/preset-env"
:
"^7.4.5"
,
"@babel/preset-es2015"
:
"latest"
,
"@babel/preset-es2017"
:
"latest"
,
"@babel/preset-stage-0"
:
"^7.0.0"
,
"babel-eslint"
:
"^10.0.0"
,
"babelify"
:
"^10.0.0"
,
"standard"
:
"^7.0.1"
,
"tape"
:
"^4.6.0"
...
...
remix-simulator/package.json
View file @
c427cac6
{
"name"
:
"remix-simulator"
,
"version"
:
"0.1.
7
"
,
"version"
:
"0.1.
8-alpha
"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"contributors"
:
[
{
...
...
@@ -24,7 +24,7 @@
"express-ws"
:
"^4.0.0"
,
"fast-async"
:
"^6.3.7"
,
"merge"
:
"^1.2.0"
,
"remix-lib"
:
"0.4.
6
"
,
"remix-lib"
:
"0.4.
7
"
,
"standard"
:
"^10.0.3"
,
"time-stamp"
:
"^2.0.0"
,
"web3"
:
"1.0.0-beta.27"
...
...
remix-solidity/package.json
View file @
c427cac6
{
"name"
:
"remix-solidity"
,
"version"
:
"0.3.
7
"
,
"version"
:
"0.3.
8
"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"contributors"
:
[
{
...
...
@@ -17,18 +17,18 @@
"ethereumjs-util"
:
"^4.5.0"
,
"ethereumjs-vm"
:
"3.0.0"
,
"fast-async"
:
"^6.1.2"
,
"remix-lib"
:
"0.4.
6
"
,
"remix-lib"
:
"0.4.
7
"
,
"solc"
:
"^0.5.0"
,
"webworkify"
:
"^1.2.1"
},
"devDependencies"
:
{
"@babel/core"
:
"^7.4.5"
,
"babel-eslint"
:
"^10.0.0"
,
"@babel/plugin-transform-object-assign"
:
"^7.2.0"
,
"@babel/preset-env"
:
"^7.4.5"
,
"@babel/preset-es2015"
:
"latest"
,
"@babel/preset-es2017"
:
"latest"
,
"@babel/preset-stage-0"
:
"^7.0.0"
,
"babel-eslint"
:
"^10.0.0"
,
"babelify"
:
"^10.0.0"
,
"standard"
:
"^7.0.1"
,
"tape"
:
"^4.6.0"
...
...
remix-tests/package.json
View file @
c427cac6
{
"name"
:
"remix-tests"
,
"version"
:
"0.1.
9
"
,
"version"
:
"0.1.
10
"
,
"description"
:
"Tests for the Ethereum tool suite Remix"
,
"main"
:
"./dist/index.js"
,
"types"
:
"./dist/index.d.ts"
,
...
...
@@ -42,9 +42,9 @@
"change-case"
:
"^3.0.1"
,
"colors"
:
"^1.1.2"
,
"commander"
:
"^2.13.0"
,
"remix-lib"
:
"0.4.
6
"
,
"remix-simulator"
:
"0.1.
7
"
,
"remix-solidity"
:
"0.3.
7
"
,
"remix-lib"
:
"0.4.
7
"
,
"remix-simulator"
:
"0.1.
8-alpha
"
,
"remix-solidity"
:
"0.3.
8
"
,
"signale"
:
"^1.2.1"
,
"web3"
:
"1.0.0-beta.36"
,
"winston"
:
"^3.0.0"
...
...
@@ -53,6 +53,7 @@
"yo-yoify"
:
"latest"
},
"devDependencies"
:
{
"@babel/preset-es2017"
:
"latest"
,
"@types/async"
:
"^2.4.0"
,
"@types/color-support"
:
"^1.1.0"
,
"@types/colors"
:
"^1.2.1"
,
...
...
@@ -60,7 +61,6 @@
"@types/mocha"
:
"^5.2.5"
,
"@types/node"
:
"^10.12.21"
,
"@types/web3"
:
"^1.0.18"
,
"@babel/preset-es2017"
:
"latest"
,
"mocha"
:
"^5.1.0"
,
"standard"
:
"^10.0.3"
,
"ts-node"
:
"^8.0.2"
,
...
...
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