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
10ef970d
Commit
10ef970d
authored
Jul 03, 2019
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump version
parent
18ea0138
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
7 deletions
+13
-7
CHANGELOG.md
CHANGELOG.md
+6
-0
package.json
remix-astwalker/package.json
+2
-2
package.json
remix-simulator/package.json
+1
-1
package.json
remix-solidity/package.json
+1
-1
package.json
remix-tests/package.json
+3
-3
No files found.
CHANGELOG.md
0 → 100644
View file @
10ef970d
## Change Log
### v0.1.13 (2019/06/25 08:02 +00:00)
-
[
#1236
](
https://github.com/ethereum/remix/pull/1236
)
output ast from compilation result (@yann300)
-
[
#1234
](
https://github.com/ethereum/remix/pull/1234
)
use babel 7 (@yann300)
\ No newline at end of file
remix-astwalker/package.json
View file @
10ef970d
{
{
"name"
:
"remix-astwalker"
,
"name"
:
"remix-astwalker"
,
"version"
:
"0.0.
3
"
,
"version"
:
"0.0.
4
"
,
"description"
:
"Remix sub-module for walking through AST"
,
"description"
:
"Remix sub-module for walking through AST"
,
"main"
:
"dist/index.js"
,
"main"
:
"dist/index.js"
,
"scripts"
:
{
"scripts"
:
{
...
@@ -32,9 +32,9 @@
...
@@ -32,9 +32,9 @@
]
]
},
},
"dependencies"
:
{
"dependencies"
:
{
"remix-lib"
:
"^0.4.6"
,
"@types/tape"
:
"^4.2.33"
,
"@types/tape"
:
"^4.2.33"
,
"nyc"
:
"^13.3.0"
,
"nyc"
:
"^13.3.0"
,
"remix-lib"
:
"^0.4.6"
,
"tape"
:
"^4.10.1"
,
"tape"
:
"^4.10.1"
,
"ts-node"
:
"^8.0.3"
,
"ts-node"
:
"^8.0.3"
,
"typescript"
:
"^3.4.3"
"typescript"
:
"^3.4.3"
...
...
remix-simulator/package.json
View file @
10ef970d
{
{
"name"
:
"remix-simulator"
,
"name"
:
"remix-simulator"
,
"version"
:
"0.1.8
-alpha.2
"
,
"version"
:
"0.1.8"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"contributors"
:
[
"contributors"
:
[
{
{
...
...
remix-solidity/package.json
View file @
10ef970d
{
{
"name"
:
"remix-solidity"
,
"name"
:
"remix-solidity"
,
"version"
:
"0.3.
9
"
,
"version"
:
"0.3.
10
"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"contributors"
:
[
"contributors"
:
[
{
{
...
...
remix-tests/package.json
View file @
10ef970d
{
{
"name"
:
"remix-tests"
,
"name"
:
"remix-tests"
,
"version"
:
"0.1.1
2
"
,
"version"
:
"0.1.1
3
"
,
"description"
:
"Tests for the Ethereum tool suite Remix"
,
"description"
:
"Tests for the Ethereum tool suite Remix"
,
"main"
:
"./dist/index.js"
,
"main"
:
"./dist/index.js"
,
"types"
:
"./dist/index.d.ts"
,
"types"
:
"./dist/index.d.ts"
,
...
@@ -43,8 +43,8 @@
...
@@ -43,8 +43,8 @@
"colors"
:
"^1.1.2"
,
"colors"
:
"^1.1.2"
,
"commander"
:
"^2.13.0"
,
"commander"
:
"^2.13.0"
,
"remix-lib"
:
"0.4.7"
,
"remix-lib"
:
"0.4.7"
,
"remix-simulator"
:
"0.1.8
-alpha.2
"
,
"remix-simulator"
:
"0.1.8"
,
"remix-solidity"
:
"0.3.
9
"
,
"remix-solidity"
:
"0.3.
10
"
,
"signale"
:
"^1.2.1"
,
"signale"
:
"^1.2.1"
,
"web3"
:
"1.0.0-beta.36"
,
"web3"
:
"1.0.0-beta.36"
,
"winston"
:
"^3.0.0"
"winston"
:
"^3.0.0"
...
...
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