@rest-hooks/endpoint
Advanced tools
Comparing version 1.0.12 to 1.0.13-beta.0
@@ -6,2 +6,11 @@ # Change Log | ||
### [1.0.13-beta.0](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/endpoint@1.0.12...@rest-hooks/endpoint@1.0.13-beta.0) (2021-04-13) | ||
### 💅 Enhancement | ||
* Support TypeScript 3.7 ([#752](https://github.com/coinbase/rest-hooks/issues/752)) ([68a10e0](https://github.com/coinbase/rest-hooks/commit/68a10e06dc0718f5e480097e6056a7a7954d1161)) | ||
### [1.0.12](https://github.com/coinbase/rest-hooks/compare/@rest-hooks/endpoint@1.0.11...@rest-hooks/endpoint@1.0.12) (2021-04-12) | ||
@@ -8,0 +17,0 @@ |
{ | ||
"name": "@rest-hooks/endpoint", | ||
"version": "1.0.12", | ||
"version": "1.0.13-beta.0", | ||
"description": "Declarative Network Interface Definitions", | ||
@@ -10,2 +10,14 @@ "sideEffects": false, | ||
"types": "lib/index.d.ts", | ||
"typesVersions": { | ||
">=4.0": { | ||
"*": [ | ||
"lib/index.d.ts" | ||
] | ||
}, | ||
">=3.4": { | ||
"*": [ | ||
"ts3.4/index.d.ts" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
@@ -15,2 +27,3 @@ "src", | ||
"lib", | ||
"ts3.4", | ||
"LICENSE", | ||
@@ -22,4 +35,5 @@ "README.md" | ||
"build:bundle": "rollup -c", | ||
"build:clean": "rimraf lib dist *.tsbuildinfo", | ||
"build:clean": "rimraf lib dist ts3.4 *.tsbuildinfo", | ||
"build": "yarn run build:lib && yarn run build:bundle", | ||
"build:legacy-types": "yarn run downlevel-dts lib ts3.4", | ||
"dev": "yarn run build:lib -w", | ||
@@ -66,3 +80,3 @@ "prepare": "yarn run build:lib", | ||
}, | ||
"gitHead": "fbfc12895344985575dcc9315fd7f6f1f49fdc28" | ||
"gitHead": "68a10e06dc0718f5e480097e6056a7a7954d1161" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
118101
43
1642
2