@graphile/lru 5.0.0-rc.3 → 5.0.0-rc.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @graphile/lru
2
2
 
3
+ ## 5.0.0-rc.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`a3722d6`](https://github.com/graphile/crystal/commit/a3722d613bc6fb9e32f167aae9a31eaa422ceef1)
8
+ Thanks [@benjie](https://github.com/benjie)! - Refactor to enable TypeScript
9
+ options rewriteRelativeImportExtensions and erasableSyntaxOnly (including
10
+ using .ts extensions in source code)
11
+
3
12
  ## 5.0.0-rc.3
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphile/lru",
3
- "version": "5.0.0-rc.3",
3
+ "version": "5.0.0-rc.4",
4
4
  "description": "Extremely simple zero-dependencies ES6 LRU (you probably want lru-cache instead)",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",