- 0x.js@0.37.1
 - contracts@2.1.27
 - @0xproject/order-utils@0.0.3
 - @0xproject/sra-report@0.0.13
 - @0xproject/testnet-faucets@1.0.28
 - @0xproject/website@0.0.30
This commit is contained in:
Leonid Logvinov 2018-05-04 20:44:18 +02:00
parent ae68c3abe4
commit b4cb21b55e
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4
6 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
{
"name": "0x.js",
"version": "0.37.0",
"version": "0.37.1",
"description": "A javascript library for interacting with the 0x protocol",
"keywords": [
"0x.js",
@ -100,7 +100,7 @@
"@0xproject/assert": "^0.2.8",
"@0xproject/base-contract": "^0.3.0",
"@0xproject/json-schemas": "^0.7.22",
"@0xproject/order-utils": "^0.0.2",
"@0xproject/order-utils": "^0.0.3",
"@0xproject/types": "^0.6.2",
"@0xproject/typescript-typings": "^0.3.0",
"@0xproject/utils": "^0.6.0",

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "contracts",
"version": "2.1.26",
"version": "2.1.27",
"description": "Smart contract components of 0x protocol",
"main": "index.js",
"directories": {
@ -60,7 +60,7 @@
"yargs": "^10.0.3"
},
"dependencies": {
"0x.js": "^0.37.0",
"0x.js": "^0.37.1",
"@0xproject/deployer": "^0.4.2",
"@0xproject/types": "^0.6.2",
"@0xproject/typescript-typings": "^0.3.0",

View File

@ -1,6 +1,6 @@
{
"name": "@0xproject/order-utils",
"version": "0.0.2",
"version": "0.0.3",
"description": "0x order utils",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",

View File

@ -1,6 +1,6 @@
{
"name": "@0xproject/sra-report",
"version": "0.0.12",
"version": "0.0.13",
"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.37.0",
"0x.js": "^0.37.1",
"@0xproject/assert": "^0.2.8",
"@0xproject/connect": "^0.6.11",
"@0xproject/json-schemas": "^0.7.22",

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "@0xproject/testnet-faucets",
"version": "1.0.27",
"version": "1.0.28",
"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.37.0",
"0x.js": "^0.37.1",
"@0xproject/subproviders": "^0.10.0",
"@0xproject/typescript-typings": "^0.3.0",
"@0xproject/utils": "^0.6.0",

View File

@ -1,6 +1,6 @@
{
"name": "@0xproject/website",
"version": "0.0.29",
"version": "0.0.30",
"private": true,
"description": "Website and 0x portal dapp",
"scripts": {
@ -14,7 +14,7 @@
"author": "Fabio Berger",
"license": "Apache-2.0",
"dependencies": {
"0x.js": "^0.37.0",
"0x.js": "^0.37.1",
"@0xproject/react-docs": "^0.0.9",
"@0xproject/react-shared": "^0.1.4",
"@0xproject/subproviders": "^0.10.0",