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