@flowblade/sql-tag-format 0.0.16 → 0.1.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/README.md +2 -2
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -25,8 +25,8 @@ yarn add @flowblade/sql-tag-format @flowblade/sql-tag
25
25
  ## Usage
26
26
 
27
27
  ```typescript
28
- import {sql} from '@flowblade/sql-tag';
29
- import {SqlFormatter} from "@flowblade/sql-tag-format";
28
+ import { sql } from '@flowblade/sql-tag';
29
+ import { SqlFormatter } from "@flowblade/sql-tag-format";
30
30
 
31
31
  // 👈 Unvalidated parameters
32
32
  const params = {
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.16",
4
+ "version": "0.1.0",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "Vanvelthem Sébastien",
@@ -67,40 +67,40 @@
67
67
  "ci-coverage-upload": "../../.github/scripts/download/codecov -F flowblade-sql-tag-format --dir ./coverage"
68
68
  },
69
69
  "dependencies": {
70
- "sql-formatter": "^15.6.5"
70
+ "sql-formatter": "^15.6.8"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "@flowblade/sql-tag": "^0.1.15"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@arethetypeswrong/cli": "0.18.2",
77
- "@belgattitude/eslint-config-bases": "7.3.0",
77
+ "@belgattitude/eslint-config-bases": "7.8.0",
78
78
  "@codspeed/vitest-plugin": "4.0.1",
79
79
  "@edge-runtime/vm": "5.0.0",
80
80
  "@size-limit/file": "11.2.0",
81
81
  "@size-limit/webpack": "11.2.0",
82
82
  "@vitest/coverage-istanbul": "3.2.4",
83
83
  "@vitest/ui": "3.2.4",
84
- "browserslist": "4.25.1",
84
+ "browserslist": "4.25.4",
85
85
  "browserslist-to-esbuild": "2.1.1",
86
- "cross-env": "7.0.3",
87
- "es-check": "9.1.4",
88
- "esbuild": "0.25.5",
86
+ "cross-env": "10.0.0",
87
+ "es-check": "9.3.1",
88
+ "esbuild": "0.25.9",
89
89
  "eslint": "8.57.1",
90
90
  "execa": "9.6.0",
91
91
  "npm-run-all2": "8.0.4",
92
- "prettier": "3.6.1",
92
+ "prettier": "3.6.2",
93
93
  "publint": "0.3.12",
94
94
  "rimraf": "6.0.1",
95
95
  "size-limit": "11.2.0",
96
96
  "tsup": "8.5.0",
97
- "tsx": "4.20.3",
98
- "typedoc": "0.28.5",
99
- "typedoc-plugin-markdown": "4.7.0",
100
- "typescript": "5.8.3",
97
+ "tsx": "4.20.5",
98
+ "typedoc": "0.28.12",
99
+ "typedoc-plugin-markdown": "4.8.1",
100
+ "typescript": "5.9.2",
101
101
  "vite-tsconfig-paths": "5.1.4",
102
102
  "vitest": "3.2.4",
103
- "webpack": "5.99.9"
103
+ "webpack": "5.101.3"
104
104
  },
105
105
  "engines": {
106
106
  "node": ">=20.9.0"