slonik-interceptor-query-logging 40.2.5 → 43.0.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.
- package/CHANGELOG.md +24 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# slonik-interceptor-query-logging
|
|
2
2
|
|
|
3
|
+
## 43.0.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`8c58884`](https://github.com/gajus/slonik/commit/8c588849338dbc626d661a04af9f162a791f3e31) Thanks [@gajus](https://github.com/gajus)! - force version bump
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [`cb257c5`](https://github.com/gajus/slonik/commit/cb257c55a72ce82364ce1e3bf787e4cc2a517989) Thanks [@gajus](https://github.com/gajus)! - correct createSqlTokenSqlFragment export
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`cb257c5`](https://github.com/gajus/slonik/commit/cb257c55a72ce82364ce1e3bf787e4cc2a517989), [`8c58884`](https://github.com/gajus/slonik/commit/8c588849338dbc626d661a04af9f162a791f3e31)]:
|
|
14
|
+
- slonik@43.0.0
|
|
15
|
+
|
|
16
|
+
## 42.0.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [`fb83bd9`](https://github.com/gajus/slonik/commit/fb83bd900b85b5e672db49694a8171b9296c252c) Thanks [@gajus](https://github.com/gajus)! - force update version
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies [[`fb83bd9`](https://github.com/gajus/slonik/commit/fb83bd900b85b5e672db49694a8171b9296c252c)]:
|
|
25
|
+
- slonik@42.0.0
|
|
26
|
+
|
|
3
27
|
## 40.2.5
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"ava": "^5.3.1",
|
|
26
26
|
"eslint": "^8.57.0",
|
|
27
27
|
"eslint-config-canonical": "^42.8.1",
|
|
28
|
-
"slonik": "^
|
|
28
|
+
"slonik": "^43.0.0",
|
|
29
29
|
"ts-node": "^10.4.0",
|
|
30
30
|
"typescript": "^4.5.3"
|
|
31
31
|
},
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"main": "./dist/index.js",
|
|
42
42
|
"name": "slonik-interceptor-query-logging",
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"slonik": ">=
|
|
44
|
+
"slonik": ">=43.0.0"
|
|
45
45
|
},
|
|
46
46
|
"repository": {
|
|
47
47
|
"type": "git",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"test": "ava --verbose --serial"
|
|
54
54
|
},
|
|
55
55
|
"typings": "./dist/index.d.ts",
|
|
56
|
-
"version": "
|
|
56
|
+
"version": "43.0.0"
|
|
57
57
|
}
|