- 0x.js@0.36.3
 - contracts@2.1.25
 - @0xproject/sra-report@0.0.11
 - @0xproject/testnet-faucets@1.0.26
 - @0xproject/website@0.0.28
This commit is contained in:
Leonid Logvinov 2018-04-18 21:30:28 +02:00
parent cbc55f2ef8
commit 62fcb51e1a
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4
5 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
{
"name": "0x.js",
"version": "0.36.2",
"version": "0.36.3",
"description": "A javascript library for interacting with the 0x protocol",
"keywords": [
"0x.js",
@ -63,10 +63,10 @@
"devDependencies": {
"@0xproject/deployer": "^0.4.1",
"@0xproject/dev-utils": "^0.3.6",
"@0xproject/migrations": "^0.0.3",
"@0xproject/monorepo-scripts": "^0.1.18",
"@0xproject/subproviders": "^0.9.0",
"@0xproject/tslint-config": "^0.4.16",
"@0xproject/migrations": "^0.0.3",
"@types/bintrees": "^1.0.2",
"@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42",

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "contracts",
"version": "2.1.24",
"version": "2.1.25",
"description": "Smart contract components of 0x protocol",
"main": "index.js",
"directories": {
@ -60,7 +60,7 @@
"yargs": "^10.0.3"
},
"dependencies": {
"0x.js": "^0.36.2",
"0x.js": "^0.36.3",
"@0xproject/deployer": "^0.4.1",
"@0xproject/types": "^0.6.1",
"@0xproject/typescript-typings": "^0.2.0",

View File

@ -1,6 +1,6 @@
{
"name": "@0xproject/sra-report",
"version": "0.0.10",
"version": "0.0.11",
"description": "Generate reports for standard relayer API compliance",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
@ -28,7 +28,7 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sra-report/README.md",
"dependencies": {
"0x.js": "^0.36.2",
"0x.js": "^0.36.3",
"@0xproject/assert": "^0.2.7",
"@0xproject/connect": "^0.6.10",
"@0xproject/json-schemas": "^0.7.21",

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "@0xproject/testnet-faucets",
"version": "1.0.25",
"version": "1.0.26",
"description": "A faucet micro-service that dispenses test ERC20 tokens or Ether",
"main": "server.js",
"scripts": {
@ -15,7 +15,7 @@
"author": "Fabio Berger",
"license": "Apache-2.0",
"dependencies": {
"0x.js": "^0.36.2",
"0x.js": "^0.36.3",
"@0xproject/subproviders": "^0.9.0",
"@0xproject/typescript-typings": "^0.2.0",
"@0xproject/utils": "^0.5.2",

View File

@ -1,6 +1,6 @@
{
"name": "@0xproject/website",
"version": "0.0.27",
"version": "0.0.28",
"private": true,
"description": "Website and 0x portal dapp",
"scripts": {
@ -14,7 +14,7 @@
"author": "Fabio Berger",
"license": "Apache-2.0",
"dependencies": {
"0x.js": "^0.36.2",
"0x.js": "^0.36.3",
"@0xproject/react-docs": "^0.0.8",
"@0xproject/react-shared": "^0.1.3",
"@0xproject/subproviders": "^0.9.0",