@graphile/lru 5.0.0-rc.4 → 5.0.0

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/package.json +3 -11
  2. package/CHANGELOG.md +0 -109
package/package.json CHANGED
@@ -1,13 +1,9 @@
1
1
  {
2
2
  "name": "@graphile/lru",
3
- "version": "5.0.0-rc.4",
3
+ "version": "5.0.0",
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",
7
- "scripts": {
8
- "test": "jest",
9
- "prepack": "tsc -b"
10
- },
11
7
  "repository": {
12
8
  "type": "git",
13
9
  "url": "git+https://github.com/graphile/crystal.git"
@@ -32,11 +28,7 @@
32
28
  "dependencies": {
33
29
  "tslib": "^2.8.1"
34
30
  },
35
- "devDependencies": {
36
- "@types/jest": "^30.0.0",
37
- "@types/node": "^22.19.1",
38
- "jest": "^30.2.0",
39
- "ts-node": "^10.9.2",
40
- "typescript": "^5.9.3"
31
+ "publishConfig": {
32
+ "access": "public"
41
33
  }
42
34
  }
package/CHANGELOG.md DELETED
@@ -1,109 +0,0 @@
1
- # @graphile/lru
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
-
12
- ## 5.0.0-rc.3
13
-
14
- ### Patch Changes
15
-
16
- - [#2873](https://github.com/graphile/crystal/pull/2873)
17
- [`0772086`](https://github.com/graphile/crystal/commit/0772086411a55d56b4e345cff1eef133eee31b36)
18
- Thanks [@benjie](https://github.com/benjie)! - Update TypeScript configuration
19
- to support Node 22 minimum
20
-
21
- - [#2888](https://github.com/graphile/crystal/pull/2888)
22
- [`1a56db2`](https://github.com/graphile/crystal/commit/1a56db2f53bc455a3d3ba6555a2cd777b27b271c)
23
- Thanks [@benjaie](https://github.com/benjaie)! - Node v22+ is required for
24
- this module.
25
-
26
- ## 5.0.0-rc.2
27
-
28
- ### Patch Changes
29
-
30
- - [#2829](https://github.com/graphile/crystal/pull/2829)
31
- [`a82e6fa`](https://github.com/graphile/crystal/commit/a82e6fae099f7e9d62fb3fc1ee173368cdabca27)
32
- Thanks [@benjie](https://github.com/benjie)! - Update dependency ranges.
33
-
34
- ## 5.0.0-rc.1
35
-
36
- ### Patch Changes
37
-
38
- - [`8a5a7c5`](https://github.com/graphile/crystal/commit/8a5a7c536fc4b9b702600c5cc3d413724670c327)
39
- Thanks [@benjie](https://github.com/benjie)! - Bump to release candidate
40
-
41
- ## 5.0.0-beta.4
42
-
43
- ### Patch Changes
44
-
45
- - [#2482](https://github.com/graphile/crystal/pull/2482)
46
- [`459e1869a2ec58925b2bac5458af487c52a8ca37`](https://github.com/graphile/crystal/commit/459e1869a2ec58925b2bac5458af487c52a8ca37)
47
- Thanks [@benjie](https://github.com/benjie)! - Minimum version of Node.js
48
- bumped to Node 22 (the latest LTS).
49
-
50
- ## 5.0.0-beta.3
51
-
52
- ### Patch Changes
53
-
54
- - [#514](https://github.com/graphile/crystal-pre-merge/pull/514)
55
- [`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b)
56
- Thanks [@benjie](https://github.com/benjie)! - Update package.json repository
57
- information
58
-
59
- ## 5.0.0-beta.2
60
-
61
- ### Patch Changes
62
-
63
- - [#496](https://github.com/benjie/crystal/pull/496)
64
- [`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1)
65
- Thanks [@benjie](https://github.com/benjie)! - Update dependencies (sometimes
66
- through major versions).
67
-
68
- ## 5.0.0-beta.1
69
-
70
- ### Patch Changes
71
-
72
- - [`cbd987385`](https://github.com/benjie/crystal/commit/cbd987385f99bd1248bc093ac507cc2f641ba3e8)
73
- Thanks [@benjie](https://github.com/benjie)! - Bump all packages to beta
74
-
75
- ## 5.0.0-alpha.2
76
-
77
- ### Patch Changes
78
-
79
- - [`98ae00f59`](https://github.com/benjie/crystal/commit/98ae00f59a8ab3edc5718ad8437a0dab734a7d69)
80
- Thanks [@benjie](https://github.com/benjie)! - Performance overhaul and faster
81
- access for unsaturated LRUs.
82
-
83
- - [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
84
- Thanks [@benjie](https://github.com/benjie)! - Upgrade to the latest
85
- TypeScript/tslib
86
-
87
- ## 5.0.0-alpha.1
88
-
89
- ### Patch Changes
90
-
91
- - [`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)
92
- Thanks [@benjie](https://github.com/benjie)! - Alpha release - see
93
- https://postgraphile.org/news/2023-04-26-version-5-alpha
94
-
95
- ## 5.0.0-1.1
96
-
97
- ### Patch Changes
98
-
99
- - [#260](https://github.com/benjie/crystal/pull/260)
100
- [`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
101
- Thanks [@benjie](https://github.com/benjie)! - TypeScript v5 is now required
102
-
103
- ## 5.0.0-0.1
104
-
105
- ### Patch Changes
106
-
107
- - [#125](https://github.com/benjie/crystal/pull/125)
108
- [`91f2256b3`](https://github.com/benjie/crystal/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)
109
- Thanks [@benjie](https://github.com/benjie)! - Initial changesets release