@rest-hooks/endpoint
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -6,2 +6,11 @@ # Change Log | ||
### [2.0.3](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/endpoint@2.0.2...@rest-hooks/endpoint@2.0.3) (2021-10-11) | ||
### π Documentation | ||
* Only validate circleCI badge against master ([#1322](https://github.com/coinbase/rest-hooks/issues/1322)) ([04e9642](https://github.com/coinbase/rest-hooks/commit/04e96426a865cbef362947da3a8f74f7347859e9)) | ||
### [2.0.2](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/endpoint@2.0.1...@rest-hooks/endpoint@2.0.2) (2021-09-29) | ||
@@ -8,0 +17,0 @@ |
{ | ||
"name": "@rest-hooks/endpoint", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Declarative Network Interface Definitions", | ||
@@ -100,5 +100,5 @@ "sideEffects": false, | ||
"@babel/runtime": "^7.7.2", | ||
"@rest-hooks/normalizr": "^8.0.2" | ||
"@rest-hooks/normalizr": "^8.1.0" | ||
}, | ||
"gitHead": "b46e0d2bfb3ed7c6cbe9b351fc45ca4e99f34f78" | ||
"gitHead": "de00e9e6462f9052d48f95ef1708c7744698b4e1" | ||
} |
# TypeScript Standard Endpoints | ||
[![CircleCI](https://circleci.com/gh/coinbase/rest-hooks.svg?style=shield)](https://circleci.com/gh/coinbase/rest-hooks) | ||
[![Coverage Status](https://img.shields.io/coveralls/coinbase/rest-hooks.svg?style=flat-square)](https://coveralls.io/github/coinbase/rest-hooks?branch=master) | ||
[![CircleCI](https://circleci.com/gh/coinbase/rest-hooks/tree/master.svg?style=shield)](https://circleci.com/gh/coinbase/rest-hooks) | ||
[![Coverage Status](https://img.shields.io/codecov/c/gh/coinbase/rest-hooks/master.svg?style=flat-square)](https://app.codecov.io/gh/coinbase/rest-hooks?branch=master) | ||
[![npm downloads](https://img.shields.io/npm/dm/@rest-hooks/endpoint.svg?style=flat-square)](https://www.npmjs.com/package/@rest-hooks/endpoint) | ||
@@ -5,0 +5,0 @@ [![bundle size](https://img.shields.io/bundlephobia/minzip/@rest-hooks/endpoint?style=flat-square)](https://bundlephobia.com/result?p=@rest-hooks/endpoint) |
150455
Updated@rest-hooks/normalizr@^8.1.0