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
5d4d58cc
Unverified
Commit
5d4d58cc
authored
Aug 12, 2020
by
yann300
Committed by
GitHub
Aug 12, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #352 from ethereum/publishLibs12Aug
Publish libs
parents
ba82db09
bd29b4ff
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
33 additions
and
9 deletions
+33
-9
package.json
libs/remix-analyzer/package.json
+4
-1
package.json
libs/remix-astwalker/package.json
+4
-1
package.json
libs/remix-debug/package.json
+4
-1
package.json
libs/remix-lib/package.json
+4
-1
package.json
libs/remix-simulator/package.json
+4
-1
package.json
libs/remix-solidity/package.json
+4
-1
package.json
libs/remix-tests/package.json
+4
-1
package.json
libs/remix-url-resolver/package.json
+4
-1
package.json
package.json
+1
-1
No files found.
libs/remix-analyzer/package.json
View file @
5d4d58cc
{
{
"name"
:
"@remix-project/remix-analyzer"
,
"name"
:
"@remix-project/remix-analyzer"
,
"version"
:
"0.5.
3
"
,
"version"
:
"0.5.
4
"
,
"description"
:
"Tool to perform static analysis on Solidity smart contracts"
,
"description"
:
"Tool to perform static analysis on Solidity smart contracts"
,
"main"
:
"./index.js"
,
"main"
:
"./index.js"
,
"types"
:
".index.d.ts"
,
"types"
:
".index.d.ts"
,
...
@@ -22,6 +22,9 @@
...
@@ -22,6 +22,9 @@
"@remix-project/remix-astwalker"
:
"0.0.24"
,
"@remix-project/remix-astwalker"
:
"0.0.24"
,
"@remix-project/remix-lib"
:
"0.4.29"
"@remix-project/remix-lib"
:
"0.4.29"
},
},
"publishConfig"
:
{
"access"
:
"public"
},
"scripts"
:
{
"scripts"
:
{
"build"
:
"tsc"
,
"build"
:
"tsc"
,
"test"
:
"./../../node_modules/.bin/ts-node --require tsconfig-paths/register ./../../node_modules/.bin/tape ./test/tests.ts"
"test"
:
"./../../node_modules/.bin/ts-node --require tsconfig-paths/register ./../../node_modules/.bin/tape ./test/tests.ts"
...
...
libs/remix-astwalker/package.json
View file @
5d4d58cc
{
{
"name"
:
"@remix-project/remix-astwalker"
,
"name"
:
"@remix-project/remix-astwalker"
,
"version"
:
"0.0.2
4
"
,
"version"
:
"0.0.2
5
"
,
"description"
:
"Tool to walk through Solidity AST"
,
"description"
:
"Tool to walk through Solidity AST"
,
"main"
:
"./index.js"
,
"main"
:
"./index.js"
,
"scripts"
:
{
"scripts"
:
{
"build"
:
"tsc"
,
"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"
"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"
:
{
"repository"
:
{
"type"
:
"git"
,
"type"
:
"git"
,
"url"
:
"git+https://github.com/ethereum/remix-project.git"
"url"
:
"git+https://github.com/ethereum/remix-project.git"
...
...
libs/remix-debug/package.json
View file @
5d4d58cc
{
{
"name"
:
"@remix-project/remix-debug"
,
"name"
:
"@remix-project/remix-debug"
,
"version"
:
"0.4.
5
"
,
"version"
:
"0.4.
6
"
,
"description"
:
"Tool to debug Ethereum transactions"
,
"description"
:
"Tool to debug Ethereum transactions"
,
"contributors"
:
[
"contributors"
:
[
{
{
...
@@ -39,6 +39,9 @@
...
@@ -39,6 +39,9 @@
"scripts"
:
{
"scripts"
:
{
"test"
:
"./../../node_modules/.bin/tape --require tsconfig-paths/register ./test/tests.js"
"test"
:
"./../../node_modules/.bin/tape --require tsconfig-paths/register ./test/tests.js"
},
},
"publishConfig"
:
{
"access"
:
"public"
},
"repository"
:
{
"repository"
:
{
"type"
:
"git"
,
"type"
:
"git"
,
"url"
:
"git+https://github.com/ethereum/remix-project.git"
"url"
:
"git+https://github.com/ethereum/remix-project.git"
...
...
libs/remix-lib/package.json
View file @
5d4d58cc
{
{
"name"
:
"@remix-project/remix-lib"
,
"name"
:
"@remix-project/remix-lib"
,
"version"
:
"0.4.
29
"
,
"version"
:
"0.4.
30
"
,
"description"
:
"Library to various Remix tools"
,
"description"
:
"Library to various Remix tools"
,
"contributors"
:
[
"contributors"
:
[
{
{
...
@@ -38,6 +38,9 @@
...
@@ -38,6 +38,9 @@
"scripts"
:
{
"scripts"
:
{
"test"
:
"./../../node_modules/.bin/tape ./test/tests.js"
"test"
:
"./../../node_modules/.bin/tape ./test/tests.js"
},
},
"publishConfig"
:
{
"access"
:
"public"
},
"repository"
:
{
"repository"
:
{
"type"
:
"git"
,
"type"
:
"git"
,
"url"
:
"git+https://github.com/ethereum/remix-project.git"
"url"
:
"git+https://github.com/ethereum/remix-project.git"
...
...
libs/remix-simulator/package.json
View file @
5d4d58cc
{
{
"name"
:
"@remix-project/remix-simulator"
,
"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"
,
"description"
:
"Ethereum IDE and tools for the web"
,
"contributors"
:
[
"contributors"
:
[
{
{
...
@@ -43,6 +43,9 @@
...
@@ -43,6 +43,9 @@
"scripts"
:
{
"scripts"
:
{
"test"
:
"./../../node_modules/.bin/mocha --require tsconfig-paths/register test/"
"test"
:
"./../../node_modules/.bin/mocha --require tsconfig-paths/register test/"
},
},
"publishConfig"
:
{
"access"
:
"public"
},
"bin"
:
{
"bin"
:
{
"ethsim"
:
"./bin/ethsim"
,
"ethsim"
:
"./bin/ethsim"
,
"remix-simulator"
:
"./bin/ethsim"
"remix-simulator"
:
"./bin/ethsim"
...
...
libs/remix-solidity/package.json
View file @
5d4d58cc
{
{
"name"
:
"@remix-project/remix-solidity"
,
"name"
:
"@remix-project/remix-solidity"
,
"version"
:
"0.3.3
0
"
,
"version"
:
"0.3.3
1
"
,
"description"
:
"Tool to load and run Solidity compiler"
,
"description"
:
"Tool to load and run Solidity compiler"
,
"main"
:
"./index.js"
,
"main"
:
"./index.js"
,
"types"
:
"./index.d.ts"
,
"types"
:
"./index.d.ts"
,
...
@@ -37,6 +37,9 @@
...
@@ -37,6 +37,9 @@
"build"
:
"tsc"
,
"build"
:
"tsc"
,
"test"
:
"./../../node_modules/.bin/tape ./test/tests.js"
"test"
:
"./../../node_modules/.bin/tape ./test/tests.js"
},
},
"publishConfig"
:
{
"access"
:
"public"
},
"repository"
:
{
"repository"
:
{
"type"
:
"git"
,
"type"
:
"git"
,
"url"
:
"git+https://github.com/ethereum/remix-project.git"
"url"
:
"git+https://github.com/ethereum/remix-project.git"
...
...
libs/remix-tests/package.json
View file @
5d4d58cc
{
{
"name"
:
"@remix-project/remix-tests"
,
"name"
:
"@remix-project/remix-tests"
,
"version"
:
"0.1.3
3
"
,
"version"
:
"0.1.3
4
"
,
"description"
:
"Tool to test Solidity smart contracts"
,
"description"
:
"Tool to test Solidity smart contracts"
,
"main"
:
"./src/index.js"
,
"main"
:
"./src/index.js"
,
"types"
:
"./src/index.d.ts"
,
"types"
:
"./src/index.d.ts"
,
...
@@ -21,6 +21,9 @@
...
@@ -21,6 +21,9 @@
"build"
:
"tsc"
,
"build"
:
"tsc"
,
"test"
:
"./../../node_modules/.bin/jest"
"test"
:
"./../../node_modules/.bin/jest"
},
},
"publishConfig"
:
{
"access"
:
"public"
},
"repository"
:
{
"repository"
:
{
"type"
:
"git"
,
"type"
:
"git"
,
"url"
:
"git+https://github.com/ethereum/remix-project.git"
"url"
:
"git+https://github.com/ethereum/remix-project.git"
...
...
libs/remix-url-resolver/package.json
View file @
5d4d58cc
{
{
"name"
:
"@remix-project/remix-url-resolver"
,
"name"
:
"@remix-project/remix-url-resolver"
,
"version"
:
"0.0.1
5
"
,
"version"
:
"0.0.1
6
"
,
"description"
:
"Solidity import url resolver engine"
,
"description"
:
"Solidity import url resolver engine"
,
"main"
:
"./index.js"
,
"main"
:
"./index.js"
,
"types"
:
"./index.d.ts"
,
"types"
:
"./index.d.ts"
,
...
@@ -8,6 +8,9 @@
...
@@ -8,6 +8,9 @@
"build"
:
"tsc"
,
"build"
:
"tsc"
,
"test"
:
"./../../node_modules/.bin/mocha --require ts-node/register --require tsconfig-paths/register tests/*.ts -t 300000"
"test"
:
"./../../node_modules/.bin/mocha --require ts-node/register --require tsconfig-paths/register tests/*.ts -t 300000"
},
},
"publishConfig"
:
{
"access"
:
"public"
},
"repository"
:
{
"repository"
:
{
"type"
:
"git"
,
"type"
:
"git"
,
"url"
:
"git+https://github.com/ethereum/remix-project.git"
"url"
:
"git+https://github.com/ethereum/remix-project.git"
...
...
package.json
View file @
5d4d58cc
...
@@ -46,7 +46,7 @@
...
@@ -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"
,
"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"
,
"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"
,
"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"
,
"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/"
,
"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"
,
"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"
,
...
...
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