Skip to content

Commit 6a68f25

Browse files
chore: version packages (#10)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c578183 commit 6a68f25

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

.changeset/types-versions.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#9](https://github.com/IQAIcom/alert-logger/pull/9) [`c578183`](https://github.com/IQAIcom/alert-logger/commit/c5781833c3afc9acb062d22120cd6de7c0c45cbf) Thanks [@Royal-lobster](https://github.com/Royal-lobster)! - Add typesVersions for TypeScript moduleResolution "node" subpath type resolution
8+
39
## 0.3.0
410

511
### Minor Changes

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iqai/alert-logger",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Smart alert aggregation for any destination — Discord, Sentry, Slack, console, or your own adapter",
55
"type": "module",
66
"license": "MIT",
@@ -46,8 +46,12 @@
4646
"types": "./dist/index.d.ts",
4747
"typesVersions": {
4848
"*": {
49-
"nestjs": ["./dist/integrations/nestjs/index.d.ts"],
50-
"nextjs": ["./dist/integrations/nextjs/index.d.ts"]
49+
"nestjs": [
50+
"./dist/integrations/nestjs/index.d.ts"
51+
],
52+
"nextjs": [
53+
"./dist/integrations/nextjs/index.d.ts"
54+
]
5155
}
5256
},
5357
"files": [

0 commit comments

Comments
 (0)