@bity/data-stores
Advanced tools
Comparing version 0.0.9 to 1.0.0
@@ -44,2 +44,5 @@ export default function createDaemon(options = {}) { | ||
break; | ||
default: | ||
break; | ||
} | ||
@@ -46,0 +49,0 @@ |
@@ -1,2 +0,1 @@ | ||
import { CURRENCIES_URL } from '@bity/api/endpoints'; | ||
import create from "./base-data-store"; | ||
@@ -3,0 +2,0 @@ export const mountPoint = 'currencies'; |
import { DIRECTIONS } from '@bity/models/data/currencies'; | ||
import { ESTIMATES_URL } from '@bity/api/endpoints'; | ||
import create from "./base-data-store"; | ||
@@ -51,4 +50,2 @@ export const mountPoint = 'order'; | ||
; | ||
function fetchDataFn(store, { | ||
@@ -55,0 +52,0 @@ bityApiClient |
{ | ||
"name": "@bity/data-stores", | ||
"version": "0.0.9", | ||
"version": "1.0.0", | ||
"description": "", | ||
"scripts": { | ||
"build": "babel ./src -d ./dist && cp ./package.json ./dist/", | ||
"lint": "eslint src/", | ||
"build": "npm run lint && babel ./src -d ./dist && cp ./package.json ./dist/", | ||
"clean": "git clean -f -d" | ||
@@ -19,4 +20,5 @@ }, | ||
"@babel/core": "^7.4.0", | ||
"babel-plugin-module-resolver": "^3.2.0" | ||
"babel-plugin-module-resolver": "^3.2.0", | ||
"eslint": "^6.0.1" | ||
} | ||
} |
@@ -1,2 +0,1 @@ | ||
import { PAIRS_URL } from '@bity/api/endpoints'; | ||
import create from "./base-data-store"; | ||
@@ -3,0 +2,0 @@ export const mountPoint = 'pairs'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
10369
4
401