Skip to content

Commit 5d4d58c

Browse files
authored
Merge pull request #352 from ethereum/publishLibs12Aug
Publish libs
2 parents ba82db0 + bd29b4f commit 5d4d58c

File tree

9 files changed

+33
-9
lines changed

9 files changed

+33
-9
lines changed

libs/remix-analyzer/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-project/remix-analyzer",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Tool to perform static analysis on Solidity smart contracts",
55
"main": "./index.js",
66
"types": ".index.d.ts",
@@ -22,6 +22,9 @@
2222
"@remix-project/remix-astwalker": "0.0.24",
2323
"@remix-project/remix-lib": "0.4.29"
2424
},
25+
"publishConfig": {
26+
"access": "public"
27+
},
2528
"scripts": {
2629
"build": "tsc",
2730
"test": "./../../node_modules/.bin/ts-node --require tsconfig-paths/register ./../../node_modules/.bin/tape ./test/tests.ts"

libs/remix-astwalker/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "@remix-project/remix-astwalker",
3-
"version": "0.0.24",
3+
"version": "0.0.25",
44
"description": "Tool to walk through Solidity AST",
55
"main": "./index.js",
66
"scripts": {
77
"build": "tsc",
88
"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"
99
},
10+
"publishConfig": {
11+
"access": "public"
12+
},
1013
"repository": {
1114
"type": "git",
1215
"url": "git+https://github.com/ethereum/remix-project.git"

libs/remix-debug/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-project/remix-debug",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "Tool to debug Ethereum transactions",
55
"contributors": [
66
{
@@ -39,6 +39,9 @@
3939
"scripts": {
4040
"test": "./../../node_modules/.bin/tape --require tsconfig-paths/register ./test/tests.js"
4141
},
42+
"publishConfig": {
43+
"access": "public"
44+
},
4245
"repository": {
4346
"type": "git",
4447
"url": "git+https://github.com/ethereum/remix-project.git"

libs/remix-lib/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-project/remix-lib",
3-
"version": "0.4.29",
3+
"version": "0.4.30",
44
"description": "Library to various Remix tools",
55
"contributors": [
66
{
@@ -38,6 +38,9 @@
3838
"scripts": {
3939
"test": "./../../node_modules/.bin/tape ./test/tests.js"
4040
},
41+
"publishConfig": {
42+
"access": "public"
43+
},
4144
"repository": {
4245
"type": "git",
4346
"url": "git+https://github.com/ethereum/remix-project.git"

libs/remix-simulator/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-project/remix-simulator",
3-
"version": "0.1.9-beta.6",
3+
"version": "0.1.9-beta.7",
44
"description": "Ethereum IDE and tools for the web",
55
"contributors": [
66
{
@@ -43,6 +43,9 @@
4343
"scripts": {
4444
"test": "./../../node_modules/.bin/mocha --require tsconfig-paths/register test/"
4545
},
46+
"publishConfig": {
47+
"access": "public"
48+
},
4649
"bin": {
4750
"ethsim": "./bin/ethsim",
4851
"remix-simulator": "./bin/ethsim"

libs/remix-solidity/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-project/remix-solidity",
3-
"version": "0.3.30",
3+
"version": "0.3.31",
44
"description": "Tool to load and run Solidity compiler",
55
"main": "./index.js",
66
"types": "./index.d.ts",
@@ -37,6 +37,9 @@
3737
"build": "tsc",
3838
"test": "./../../node_modules/.bin/tape ./test/tests.js"
3939
},
40+
"publishConfig": {
41+
"access": "public"
42+
},
4043
"repository": {
4144
"type": "git",
4245
"url": "git+https://github.com/ethereum/remix-project.git"

libs/remix-tests/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-project/remix-tests",
3-
"version": "0.1.33",
3+
"version": "0.1.34",
44
"description": "Tool to test Solidity smart contracts",
55
"main": "./src/index.js",
66
"types": "./src/index.d.ts",
@@ -21,6 +21,9 @@
2121
"build": "tsc",
2222
"test": "./../../node_modules/.bin/jest"
2323
},
24+
"publishConfig": {
25+
"access": "public"
26+
},
2427
"repository": {
2528
"type": "git",
2629
"url": "git+https://github.com/ethereum/remix-project.git"

libs/remix-url-resolver/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
22
"name": "@remix-project/remix-url-resolver",
3-
"version": "0.0.15",
3+
"version": "0.0.16",
44
"description": "Solidity import url resolver engine",
55
"main": "./index.js",
66
"types": "./index.d.ts",
77
"scripts": {
88
"build": "tsc",
99
"test": "./../../node_modules/.bin/mocha --require ts-node/register --require tsconfig-paths/register tests/*.ts -t 300000"
1010
},
11+
"publishConfig": {
12+
"access": "public"
13+
},
1114
"repository": {
1215
"type": "git",
1316
"url": "git+https://github.com/ethereum/remix-project.git"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"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",
4747
"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",
4848
"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",
49-
"publish:libs": "npm run build:libs; lerna publish",
49+
"publish:libs": "npm run build:libs; lerna publish --skip-git",
5050
"browsertest": "sleep 5 && npm run nightwatch_local",
5151
"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/",
5252
"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",

0 commit comments

Comments
 (0)