apollo-link-serialize
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "apollo-link-serialize", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A link that serializes requests by key, making sure that they execute in the exact order submitted", | ||
@@ -31,3 +31,3 @@ "dependencies": { | ||
"lint": "tslint src/*.ts* src/**/*.ts*", | ||
"test": "react-scripts-ts test --coverage --collectCoverageFrom=src/**/*.ts* --collectCoverageFrom=!src/index.tsx --collectCoverageFrom=!src/**/*.snap && yarn run lint", | ||
"test": "react-scripts-ts test --coverage --collectCoverageFrom=src/**/*.ts* --collectCoverageFrom=!src/index.ts --collectCoverageFrom=!src/TestUtils.ts && yarn run lint", | ||
"testonly": "react-scripts-ts test --env=jsdom", | ||
@@ -34,0 +34,0 @@ "coverage": "codecov -f coverage/*.json" |
# apollo-link-serialize | ||
[![npm version](https://badge.fury.io/js/apollo-link-serialize.svg)](https://badge.fury.io/js/apollo-link-serialize) | ||
[![Build Status](https://travis-ci.org/helfer/apollo-link-serialize.svg?branch=master)](https://travis-ci.org/helfer/apollo-link-serialize) | ||
[![codecov](https://codecov.io/gh/helfer/apollo-link-serialize/branch/master/graph/badge.svg)](https://codecov.io/gh/helfer/apollo-link-serialize) | ||
@@ -5,0 +7,0 @@ An Apollo Link that serializes requests by key, making sure that they execute in the exact order in which they were submitted. |
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
244741
21
91