release 0.1.30

pull/7/head
aniket-engg 5 years ago committed by Aniket
parent 13ee77761b
commit 212a3eab07
  1. 2
      package.json
  2. 6
      remix-analyzer/package.json
  3. 4
      remix-astwalker/package.json
  4. 4
      remix-debug/package.json
  5. 2
      remix-lib/package.json
  6. 4
      remix-simulator/package.json
  7. 4
      remix-solidity/package.json
  8. 8
      remix-tests/package.json
  9. 2
      remix-url-resolver/package.json

@ -1,5 +1,5 @@
{ {
"version": "0.1.29", "version": "0.1.30",
"devDependencies": { "devDependencies": {
"gulp": "^4.0.2", "gulp": "^4.0.2",
"lerna": "^2.10.2" "lerna": "^2.10.2"

@ -1,6 +1,6 @@
{ {
"name": "remix-analyzer", "name": "remix-analyzer",
"version": "0.3.23", "version": "0.4.0",
"description": "Remix Analyzer", "description": "Remix Analyzer",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
@ -19,8 +19,8 @@
} }
], ],
"dependencies": { "dependencies": {
"remix-astwalker": "0.0.19", "remix-astwalker": "0.0.20",
"remix-lib": "0.4.22" "remix-lib": "0.4.23"
}, },
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",

@ -1,6 +1,6 @@
{ {
"name": "remix-astwalker", "name": "remix-astwalker",
"version": "0.0.19", "version": "0.0.20",
"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": {
@ -34,7 +34,7 @@
"dependencies": { "dependencies": {
"@types/tape": "^4.2.33", "@types/tape": "^4.2.33",
"nyc": "^13.3.0", "nyc": "^13.3.0",
"remix-lib": "0.4.22", "remix-lib": "0.4.23",
"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"

@ -1,6 +1,6 @@
{ {
"name": "remix-debug", "name": "remix-debug",
"version": "0.3.26", "version": "0.3.27",
"description": "Tool to debug Ethereum transactions", "description": "Tool to debug Ethereum transactions",
"contributors": [ "contributors": [
{ {
@ -21,7 +21,7 @@
"commander": "^2.19.0", "commander": "^2.19.0",
"ethereumjs-util": "^6.2.0", "ethereumjs-util": "^6.2.0",
"ethereumjs-vm": "4.1.3", "ethereumjs-vm": "4.1.3",
"remix-lib": "0.4.22", "remix-lib": "0.4.23",
"web3": "^1.2.4" "web3": "^1.2.4"
}, },
"devDependencies": { "devDependencies": {

@ -1,6 +1,6 @@
{ {
"name": "remix-lib", "name": "remix-lib",
"version": "0.4.22", "version": "0.4.23",
"description": "Ethereum IDE and tools for the web", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {

@ -1,6 +1,6 @@
{ {
"name": "remix-simulator", "name": "remix-simulator",
"version": "0.1.9-alpha.15", "version": "0.1.9-beta.1",
"description": "Ethereum IDE and tools for the web", "description": "Ethereum IDE and tools for the web",
"contributors": [ "contributors": [
{ {
@ -25,7 +25,7 @@
"express": "^4.16.3", "express": "^4.16.3",
"express-ws": "^4.0.0", "express-ws": "^4.0.0",
"merge": "^1.2.0", "merge": "^1.2.0",
"remix-lib": "0.4.22", "remix-lib": "0.4.23",
"standard": "^10.0.3", "standard": "^10.0.3",
"time-stamp": "^2.0.0", "time-stamp": "^2.0.0",
"web3": "^1.2.4" "web3": "^1.2.4"

@ -1,6 +1,6 @@
{ {
"name": "remix-solidity", "name": "remix-solidity",
"version": "0.3.25", "version": "0.3.26",
"description": "Tool to load and run Solidity compiler", "description": "Tool to load and run Solidity compiler",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
@ -16,7 +16,7 @@
], ],
"dependencies": { "dependencies": {
"eslint-scope": "^5.0.0", "eslint-scope": "^5.0.0",
"remix-lib": "0.4.22", "remix-lib": "0.4.23",
"solc": "^0.6.0", "solc": "^0.6.0",
"webworkify": "^1.2.1" "webworkify": "^1.2.1"
}, },

@ -1,6 +1,6 @@
{ {
"name": "remix-tests", "name": "remix-tests",
"version": "0.1.28", "version": "0.1.29",
"description": "Tool to test Solidity smart contracts", "description": "Tool to test Solidity smart contracts",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
@ -43,9 +43,9 @@
"change-case": "^3.0.1", "change-case": "^3.0.1",
"colors": "^1.1.2", "colors": "^1.1.2",
"commander": "^2.13.0", "commander": "^2.13.0",
"remix-lib": "0.4.22", "remix-lib": "0.4.23",
"remix-simulator": "0.1.9-alpha.15", "remix-simulator": "0.1.9-beta.1",
"remix-solidity": "0.3.25", "remix-solidity": "0.3.26",
"signale": "^1.4.0", "signale": "^1.4.0",
"web3": "^1.2.4", "web3": "^1.2.4",
"winston": "^3.0.0" "winston": "^3.0.0"

@ -1,6 +1,6 @@
{ {
"name": "remix-url-resolver", "name": "remix-url-resolver",
"version": "0.0.11", "version": "0.0.12",
"description": "Solidity import url resolver engine", "description": "Solidity import url resolver engine",
"main": "dist", "main": "dist",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

Loading…
Cancel
Save