@flowblade/sql-tag-format 0.0.7 → 0.0.8
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/README.md +10 -10
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -89,16 +89,16 @@ Bundle size is tracked by a [size-limit configuration](https://github.com/belgat
|
|
|
89
89
|
|
|
90
90
|
## Compatibility
|
|
91
91
|
|
|
92
|
-
| Level | CI | Description
|
|
93
|
-
|
|
94
|
-
| Node | ✅ | CI for 18.x, 20.x & 22.x.
|
|
95
|
-
| Browser | ✅ | Tested with latest chrome (vitest/playwright)
|
|
96
|
-
|
|
|
97
|
-
| Edge | ✅ | Ensured on CI with [@vercel/edge-runtime](https://github.com/vercel/edge-runtime).
|
|
98
|
-
| Cloudflare | ✅ | Ensured with @cloudflare/vitest-pool-workers (see [wrangler.toml](https://github.com/belgattitude/flowblade/blob/main/devtools/vitest/wrangler.toml)
|
|
99
|
-
| Typescript | ✅ | TS 5.0 + / [are-the-type-wrong](https://github.com/arethetypeswrong/arethetypeswrong.github.io) checks on CI.
|
|
100
|
-
| ES2022 | ✅ | Dist files checked with [es-check](https://github.com/yowainwright/es-check)
|
|
101
|
-
| Performance| ✅ | Monitored with [codspeed.io](https://codspeed.io/belgattitude/flowblade)
|
|
92
|
+
| Level | CI | Description |
|
|
93
|
+
|------------|----|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
94
|
+
| Node | ✅ | CI for 18.x, 20.x & 22.x. |
|
|
95
|
+
| Browser | ✅ | Tested with latest chrome (vitest/playwright) |
|
|
96
|
+
| Browserslist | ✅ | [> 95%](https://browserslist.dev/?q=ZGVmYXVsdHMsIGNocm9tZSA%2BPSA5NiwgZmlyZWZveCA%2BPSAxMDUsIGVkZ2UgPj0gMTEzLCBzYWZhcmkgPj0gMTUsIGlvcyA%2BPSAxNSwgb3BlcmEgPj0gMTAzLCBub3QgZGVhZA%3D%3D) on 01/2025. [Chrome 96+, Firefox 90+, Edge 19+, ios 15+, Safari 15+ and Opera 77+](https://github.com/belgattitude/flowblade/blob/main/packages/sql-tag-format/.browserslistrc) |
|
|
97
|
+
| Edge | ✅ | Ensured on CI with [@vercel/edge-runtime](https://github.com/vercel/edge-runtime). |
|
|
98
|
+
| Cloudflare | ✅ | Ensured with @cloudflare/vitest-pool-workers (see [wrangler.toml](https://github.com/belgattitude/flowblade/blob/main/devtools/vitest/wrangler.toml) |
|
|
99
|
+
| Typescript | ✅ | TS 5.0 + / [are-the-type-wrong](https://github.com/arethetypeswrong/arethetypeswrong.github.io) checks on CI. |
|
|
100
|
+
| ES2022 | ✅ | Dist files checked with [es-check](https://github.com/yowainwright/es-check) |
|
|
101
|
+
| Performance| ✅ | Monitored with [codspeed.io](https://codspeed.io/belgattitude/flowblade) |
|
|
102
102
|
|
|
103
103
|
## Contributors
|
|
104
104
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowblade/sql-tag-format",
|
|
3
3
|
"description": "Formatter utilities for @flowblade/sql-tag",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.8",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Vanvelthem Sébastien",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@arethetypeswrong/cli": "0.17.3",
|
|
74
|
-
"@belgattitude/eslint-config-bases": "6.
|
|
74
|
+
"@belgattitude/eslint-config-bases": "6.21.0",
|
|
75
75
|
"@codspeed/vitest-plugin": "4.0.0",
|
|
76
76
|
"@edge-runtime/vm": "5.0.0",
|
|
77
77
|
"@size-limit/file": "11.1.6",
|