Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion libs/remix-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-project/remix-analyzer",
"version": "0.5.3",
"version": "0.5.4",
"description": "Tool to perform static analysis on Solidity smart contracts",
"main": "./index.js",
"types": ".index.d.ts",
Expand All @@ -22,6 +22,9 @@
"@remix-project/remix-astwalker": "0.0.24",
"@remix-project/remix-lib": "0.4.29"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"test": "./../../node_modules/.bin/ts-node --require tsconfig-paths/register ./../../node_modules/.bin/tape ./test/tests.ts"
Expand Down
5 changes: 4 additions & 1 deletion libs/remix-astwalker/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "@remix-project/remix-astwalker",
"version": "0.0.24",
"version": "0.0.25",
"description": "Tool to walk through Solidity AST",
"main": "./index.js",
"scripts": {
"build": "tsc",
"test": "./../../node_modules/.bin/nyc --reporter=lcov --require ts-node/register --require tsconfig-paths/register ./../../node_modules/.bin/tape ./tests/*.ts | ./../../node_modules/.bin/tap-spec; ./../../node_modules/.bin/nyc report ---reporter=text"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/remix-project.git"
Expand Down
5 changes: 4 additions & 1 deletion libs/remix-debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-project/remix-debug",
"version": "0.4.5",
"version": "0.4.6",
"description": "Tool to debug Ethereum transactions",
"contributors": [
{
Expand Down Expand Up @@ -39,6 +39,9 @@
"scripts": {
"test": "./../../node_modules/.bin/tape --require tsconfig-paths/register ./test/tests.js"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/remix-project.git"
Expand Down
5 changes: 4 additions & 1 deletion libs/remix-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-project/remix-lib",
"version": "0.4.29",
"version": "0.4.30",
"description": "Library to various Remix tools",
"contributors": [
{
Expand Down Expand Up @@ -38,6 +38,9 @@
"scripts": {
"test": "./../../node_modules/.bin/tape ./test/tests.js"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/remix-project.git"
Expand Down
5 changes: 4 additions & 1 deletion libs/remix-simulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-project/remix-simulator",
"version": "0.1.9-beta.6",
"version": "0.1.9-beta.7",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
Expand Down Expand Up @@ -43,6 +43,9 @@
"scripts": {
"test": "./../../node_modules/.bin/mocha --require tsconfig-paths/register test/"
},
"publishConfig": {
"access": "public"
},
"bin": {
"ethsim": "./bin/ethsim",
"remix-simulator": "./bin/ethsim"
Expand Down
5 changes: 4 additions & 1 deletion libs/remix-solidity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-project/remix-solidity",
"version": "0.3.30",
"version": "0.3.31",
"description": "Tool to load and run Solidity compiler",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down Expand Up @@ -37,6 +37,9 @@
"build": "tsc",
"test": "./../../node_modules/.bin/tape ./test/tests.js"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/remix-project.git"
Expand Down
5 changes: 4 additions & 1 deletion libs/remix-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@remix-project/remix-tests",
"version": "0.1.33",
"version": "0.1.34",
"description": "Tool to test Solidity smart contracts",
"main": "./src/index.js",
"types": "./src/index.d.ts",
Expand All @@ -21,6 +21,9 @@
"build": "tsc",
"test": "./../../node_modules/.bin/jest"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/remix-project.git"
Expand Down
5 changes: 4 additions & 1 deletion libs/remix-url-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"name": "@remix-project/remix-url-resolver",
"version": "0.0.15",
"version": "0.0.16",
"description": "Solidity import url resolver engine",
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
"build": "tsc",
"test": "./../../node_modules/.bin/mocha --require ts-node/register --require tsconfig-paths/register tests/*.ts -t 300000"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/remix-project.git"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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",
"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",
"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",
"publish:libs": "npm run build:libs; lerna publish",
"publish:libs": "npm run build:libs; lerna publish --skip-git",
"browsertest": "sleep 5 && npm run nightwatch_local",
"csslint": "csslint --ignore=order-alphabetical --errors='errors,duplicate-properties,empty-rules' --exclude-list='apps/remix-ide/assets/css/font-awesome.min.css' apps/remix-ide/assets/css/",
"downloadsolc_root": "wget --no-check-certificate https://solc-bin.ethereum.org/bin/soljson-v0.6.6+commit.6c089d02.js -O ./apps/remix-ide/soljson.js",
Expand Down