tamedevil 0.0.0-alpha.4 → 0.0.0-beta.1
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/CHANGELOG.md +26 -15
- package/README.md +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,27 @@
|
|
|
1
1
|
# tamedevil
|
|
2
2
|
|
|
3
|
+
## 0.0.0-beta.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`cbd987385`](https://github.com/benjie/crystal/commit/cbd987385f99bd1248bc093ac507cc2f641ba3e8)
|
|
8
|
+
Thanks [@benjie](https://github.com/benjie)! - Bump all packages to beta
|
|
9
|
+
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
[[`cbd987385`](https://github.com/benjie/crystal/commit/cbd987385f99bd1248bc093ac507cc2f641ba3e8)]:
|
|
12
|
+
- @graphile/lru@5.0.0-beta.1
|
|
13
|
+
|
|
3
14
|
## 0.0.0-alpha.4
|
|
4
15
|
|
|
5
16
|
### Patch Changes
|
|
6
17
|
|
|
7
|
-
- [#408](https://github.com/benjie/
|
|
8
|
-
[`f5dd38aa3`](https://github.com/benjie/
|
|
18
|
+
- [#408](https://github.com/benjie/crystal/pull/408)
|
|
19
|
+
[`f5dd38aa3`](https://github.com/benjie/crystal/commit/f5dd38aa34c10f5ef0e0fa8fa48b70534ac3c294)
|
|
9
20
|
Thanks [@benjie](https://github.com/benjie)! - 'toJSON' export is now named
|
|
10
21
|
'stringifyJSON'
|
|
11
22
|
|
|
12
|
-
- [#408](https://github.com/benjie/
|
|
13
|
-
[`088d83b1d`](https://github.com/benjie/
|
|
23
|
+
- [#408](https://github.com/benjie/crystal/pull/408)
|
|
24
|
+
[`088d83b1d`](https://github.com/benjie/crystal/commit/088d83b1de2782a1a37a5998747b202a6c2b27a2)
|
|
14
25
|
Thanks [@benjie](https://github.com/benjie)! - Rename `dangerousKey` to
|
|
15
26
|
`safeKeyOrThrow` for clarity.
|
|
16
27
|
|
|
@@ -18,8 +29,8 @@
|
|
|
18
29
|
|
|
19
30
|
### Patch Changes
|
|
20
31
|
|
|
21
|
-
- [#370](https://github.com/benjie/
|
|
22
|
-
[`339fe20d0`](https://github.com/benjie/
|
|
32
|
+
- [#370](https://github.com/benjie/crystal/pull/370)
|
|
33
|
+
[`339fe20d0`](https://github.com/benjie/crystal/commit/339fe20d0c6e8600d263ce8093cd85a6ea8adbbf)
|
|
23
34
|
Thanks [@benjie](https://github.com/benjie)! - Allow multiple instances of
|
|
24
35
|
pg-sql2 and tamedevil to help handle package manager shenanigans.
|
|
25
36
|
|
|
@@ -27,41 +38,41 @@
|
|
|
27
38
|
|
|
28
39
|
### Patch Changes
|
|
29
40
|
|
|
30
|
-
- [`87e6c65a7`](https://github.com/benjie/
|
|
41
|
+
- [`87e6c65a7`](https://github.com/benjie/crystal/commit/87e6c65a7a687044895b3b6c9f131384984e7674)
|
|
31
42
|
Thanks [@benjie](https://github.com/benjie)! - Performance overhaul and new
|
|
32
43
|
caching functionality.
|
|
33
44
|
|
|
34
|
-
- [`7f857950a`](https://github.com/benjie/
|
|
45
|
+
- [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
|
|
35
46
|
Thanks [@benjie](https://github.com/benjie)! - Upgrade to the latest
|
|
36
47
|
TypeScript/tslib
|
|
37
48
|
|
|
38
49
|
- Updated dependencies
|
|
39
|
-
[[`98ae00f59`](https://github.com/benjie/
|
|
40
|
-
[`7f857950a`](https://github.com/benjie/
|
|
50
|
+
[[`98ae00f59`](https://github.com/benjie/crystal/commit/98ae00f59a8ab3edc5718ad8437a0dab734a7d69),
|
|
51
|
+
[`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)]:
|
|
41
52
|
- @graphile/lru@5.0.0-alpha.2
|
|
42
53
|
|
|
43
54
|
## 0.0.0-alpha.1
|
|
44
55
|
|
|
45
56
|
### Patch Changes
|
|
46
57
|
|
|
47
|
-
- [`759ad403d`](https://github.com/benjie/
|
|
58
|
+
- [`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)
|
|
48
59
|
Thanks [@benjie](https://github.com/benjie)! - Alpha release - see
|
|
49
60
|
https://postgraphile.org/news/2023-04-26-version-5-alpha
|
|
50
61
|
|
|
51
62
|
- Updated dependencies
|
|
52
|
-
[[`759ad403d`](https://github.com/benjie/
|
|
63
|
+
[[`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)]:
|
|
53
64
|
- @graphile/lru@5.0.0-alpha.1
|
|
54
65
|
|
|
55
66
|
## 0.0.0-1.1
|
|
56
67
|
|
|
57
68
|
### Patch Changes
|
|
58
69
|
|
|
59
|
-
- [#260](https://github.com/benjie/
|
|
60
|
-
[`d5312e6b9`](https://github.com/benjie/
|
|
70
|
+
- [#260](https://github.com/benjie/crystal/pull/260)
|
|
71
|
+
[`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
|
|
61
72
|
Thanks [@benjie](https://github.com/benjie)! - TypeScript v5 is now required
|
|
62
73
|
|
|
63
74
|
- Updated dependencies
|
|
64
|
-
[[`d5312e6b9`](https://github.com/benjie/
|
|
75
|
+
[[`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)]:
|
|
65
76
|
- @graphile/lru@5.0.0-1.1
|
|
66
77
|
|
|
67
78
|
## 0.0.0-0.4
|
package/README.md
CHANGED
|
@@ -59,6 +59,7 @@ And please give some love to our featured sponsors 🤩:
|
|
|
59
59
|
</tr><tr>
|
|
60
60
|
<td align="center"><a href=""><img src="https://graphile.org/images/sponsors/chadf.png" width="90" height="90" alt="Chad Furman" /><br />Chad Furman</a> *</td>
|
|
61
61
|
<td align="center"><a href="https://stellate.co/"><img src="https://graphile.org/images/sponsors/Stellate.png" width="90" height="90" alt="Stellate" /><br />Stellate</a> *</td>
|
|
62
|
+
<td align="center"><a href="https://www.accenture.com/"><img src="https://graphile.org/images/sponsors/accenture.svg" width="90" height="90" alt="Accenture" /><br />Accenture</a> *</td>
|
|
62
63
|
</tr></table>
|
|
63
64
|
|
|
64
65
|
<em>\* Sponsors the entire Graphile suite</em>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tamedevil",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-beta.1",
|
|
4
4
|
"description": "Build and evaluate JavaScript strings safely via tagged template literals",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"typescript": "^5.0.4"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@graphile/lru": "^5.0.0-
|
|
47
|
+
"@graphile/lru": "^5.0.0-beta.1",
|
|
48
48
|
"tslib": "^2.5.0"
|
|
49
49
|
},
|
|
50
50
|
"files": [
|