@rest-hooks/endpoint
Advanced tools
Comparing version 0.3.1 to 0.3.2
@@ -6,2 +6,10 @@ # Change Log | ||
## <small>0.3.2 (2020-07-14)</small> | ||
* fix: Publish endpoint ambient typescript declarations ([2e982ca](https://github.com/coinbase/rest-hooks/commit/2e982ca)) | ||
## <small>0.3.1 (2020-07-13)</small> | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@rest-hooks/endpoint", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Declarative Network Interface Definitions", | ||
@@ -18,3 +18,3 @@ "sideEffects": false, | ||
"scripts": { | ||
"build:lib": "cross-env NODE_ENV=production ROOT_PATH_PREFIX='@rest-hooks/core' babel --root-mode upward src --out-dir lib --source-maps inline --extensions '.ts,.tsx,.js' --ignore '**/__tests__/**' --ignore '**/*.d.ts'", | ||
"build:lib": "cp src/endpoint.d.ts lib/endpoint.d.ts && cross-env NODE_ENV=production ROOT_PATH_PREFIX='@rest-hooks/core' babel --root-mode upward src --out-dir lib --source-maps inline --extensions '.ts,.tsx,.js' --ignore '**/__tests__/**' --ignore '**/*.d.ts'", | ||
"build:bundle": "rollup -c", | ||
@@ -58,3 +58,3 @@ "build:clean": "rimraf lib dist *.tsbuildinfo", | ||
}, | ||
"gitHead": "3b786d17b9ee4f9e4b8cd86fd6cca383c777b6f8" | ||
"gitHead": "d0ab94539fe03f3366e2abf0cd206b19a2bee876" | ||
} |
67247
31
947