@dvashim/biome-config 1.3.1 → 1.3.2

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 CHANGED
@@ -87,7 +87,7 @@ All configurations share the same base defaults.
87
87
 
88
88
  ### Schema
89
89
 
90
- `https://biomejs.dev/schemas/2.4.5/schema.json`
90
+ `https://biomejs.dev/schemas/2.4.6/schema.json`
91
91
 
92
92
  ### Formatter
93
93
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://biomejs.dev/schemas/2.4.5/schema.json",
2
+ "$schema": "https://biomejs.dev/schemas/2.4.6/schema.json",
3
3
 
4
4
  // MARK: assist
5
5
  "assist": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://biomejs.dev/schemas/2.4.5/schema.json",
2
+ "$schema": "https://biomejs.dev/schemas/2.4.6/schema.json",
3
3
 
4
4
  // MARK: assist
5
5
  "assist": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://biomejs.dev/schemas/2.4.5/schema.json",
2
+ "$schema": "https://biomejs.dev/schemas/2.4.6/schema.json",
3
3
 
4
4
  // MARK: assist
5
5
  "assist": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "$schema": "https://biomejs.dev/schemas/2.4.5/schema.json",
2
+ "$schema": "https://biomejs.dev/schemas/2.4.6/schema.json",
3
3
 
4
4
  // MARK: assist
5
5
  "assist": {
package/package.json CHANGED
@@ -3,13 +3,13 @@
3
3
  "license": "MIT",
4
4
  "name": "@dvashim/biome-config",
5
5
  "type": "module",
6
- "version": "1.3.1",
6
+ "version": "1.3.2",
7
7
  "author": {
8
8
  "email": "aleksei@dvashim.dev",
9
9
  "name": "Aleksei Reznichenko"
10
10
  },
11
11
  "devDependencies": {
12
- "@biomejs/biome": "^2.4.5",
12
+ "@biomejs/biome": "^2.4.6",
13
13
  "@changesets/changelog-github": "^0.6.0",
14
14
  "@changesets/cli": "^2.30.0",
15
15
  "validate-package-exports": "^0.19.1"