Skip to content

Commit 67b10d9

Browse files
chore: fix changelog headings and update package-lock.json
1 parent f950f9f commit 67b10d9

12 files changed

Lines changed: 1371 additions & 1333 deletions

File tree

apps/backend/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 0.24.0
44

5-
### Patch Changes
5+
### Patch Changes 0.24.0
66

77
- @owox/internal-helpers@0.24.0
88
- @owox/idp-protocol@0.24.0

apps/backend/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,7 @@
142142
"@owox/test-utils": "*"
143143
},
144144
"jest": {
145-
"moduleFileExtensions": [
146-
"js",
147-
"json",
148-
"ts"
149-
],
145+
"moduleFileExtensions": ["js", "json", "ts"],
150146
"rootDir": "src",
151147
"testRegex": ".*\\.spec\\.ts$",
152148
"transform": {
@@ -174,9 +170,7 @@
174170
"<rootDir>/../../../node_modules/(?!(@owox)/)",
175171
"<rootDir>/../../../packages/(?!(idp-protocol|idp-better-auth|idp-owox-better-auth|internal-helpers)/)"
176172
],
177-
"collectCoverageFrom": [
178-
"**/*.(t|j)s"
179-
],
173+
"collectCoverageFrom": ["**/*.(t|j)s"],
180174
"coverageDirectory": "../coverage",
181175
"testEnvironment": "node",
182176
"moduleNameMapper": {

apps/owox/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 0.24.0
44

5-
### Minor Changes
5+
### Minor Changes 0.24.0
66

77
- b335552: # Joinable Data Marts and Joined Reports
88

@@ -95,7 +95,7 @@
9595

9696
These improvements make the interface more stable, scannable, and user-friendly, especially when working with large datasets and long content.
9797

98-
### Patch Changes
98+
### Patch Changes 0.24.0
9999

100100
- @owox/internal-helpers@0.24.0
101101
- @owox/idp-protocol@0.24.0
@@ -1570,13 +1570,15 @@
15701570
We're excited to introduce **Time Triggers** - a powerful new feature that allows you to schedule your reports and connectors to run automatically at specified times!
15711571

15721572
## Benefits
1573+
15731574
-**Save Time**: Automate routine data refreshes without manual intervention
15741575
- 🔄 **Stay Updated**: Keep your data fresh with regular scheduled updates
15751576
- 📊 **Consistent Reporting**: Ensure your reports are generated on a reliable schedule
15761577
- 🌐 **Timezone Support**: Schedule based on your local timezone or any timezone you need
15771578
- 🔧 **Flexible Scheduling Options**: Choose from daily, weekly, monthly, or interval-based schedules
15781579

15791580
## Scheduling Options
1581+
15801582
- **Daily**: Run your reports or connectors at the same time every day
15811583
- **Weekly**: Select specific days of the week for execution
15821584
- **Monthly**: Schedule runs on specific days of the month

apps/owox/package.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,7 @@
4646
"engines": {
4747
"node": ">=22.16.0"
4848
},
49-
"files": [
50-
"./bin",
51-
"./dist/**/*.js",
52-
"./oclif.manifest.json",
53-
"./npm-shrinkwrap.json"
54-
],
49+
"files": ["./bin", "./dist/**/*.js", "./oclif.manifest.json", "./npm-shrinkwrap.json"],
5550
"homepage": "https://github.com/OWOX/owox-data-marts",
5651
"keywords": [
5752
"data-marts",
@@ -73,9 +68,7 @@
7368
"bin": "owox",
7469
"dirname": "owox",
7570
"commands": "./dist/commands",
76-
"plugins": [
77-
"@oclif/plugin-help"
78-
],
71+
"plugins": ["@oclif/plugin-help"],
7972
"topicSeparator": " "
8073
},
8174
"repository": "OWOX/owox-data-marts",

apps/web/package.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,7 @@
1111
"engines": {
1212
"node": ">=22.16.0"
1313
},
14-
"keywords": [
15-
"owox",
16-
"data-marts",
17-
"web-app",
18-
"react",
19-
"typescript",
20-
"tailwind"
21-
],
14+
"keywords": ["owox", "data-marts", "web-app", "react", "typescript", "tailwind"],
2215
"homepage": "https://github.com/OWOX/owox-data-marts",
2316
"repository": {
2417
"type": "git",
@@ -29,9 +22,7 @@
2922
"url": "https://github.com/OWOX/owox-data-marts/issues"
3023
},
3124
"main": "./dist/index.html",
32-
"files": [
33-
"dist"
34-
],
25+
"files": ["dist"],
3526
"scripts": {
3627
"build": "tsc -b && vite build",
3728
"dev": "vite --config vite.config.ts",

0 commit comments

Comments
 (0)