Skip to content

Commit 1a61cd0

Browse files
chore: fix changelog headings and update package-lock.json
1 parent db5489d commit 1a61cd0

12 files changed

Lines changed: 1139 additions & 1206 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,19 +142,13 @@
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": {
153149
"^.+\\.(t|j)s$": "ts-jest"
154150
},
155-
"collectCoverageFrom": [
156-
"**/*.(t|j)s"
157-
],
151+
"collectCoverageFrom": ["**/*.(t|j)s"],
158152
"coverageDirectory": "../coverage",
159153
"testEnvironment": "node",
160154
"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

@@ -38,7 +38,7 @@
3838

3939
Previously, the `campaign_id` and `adgroup_id` fields in the `tiktok_ads_ad_insights` table were always `null`. This happened because TikTok's API requires these parent-hierarchy IDs to be requested as metrics, not dimensions, at the ad data level — and they were missing from the request. Now both fields are correctly requested and populated, so users can join ad-level performance data back to their campaigns and ad groups.
4040

41-
### Patch Changes
41+
### Patch Changes 0.24.0
4242

4343
- @owox/internal-helpers@0.24.0
4444
- @owox/idp-protocol@0.24.0
@@ -1513,13 +1513,15 @@
15131513
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!
15141514

15151515
## Benefits
1516+
15161517
-**Save Time**: Automate routine data refreshes without manual intervention
15171518
- 🔄 **Stay Updated**: Keep your data fresh with regular scheduled updates
15181519
- 📊 **Consistent Reporting**: Ensure your reports are generated on a reliable schedule
15191520
- 🌐 **Timezone Support**: Schedule based on your local timezone or any timezone you need
15201521
- 🔧 **Flexible Scheduling Options**: Choose from daily, weekly, monthly, or interval-based schedules
15211522

15221523
## Scheduling Options
1524+
15231525
- **Daily**: Run your reports or connectors at the same time every day
15241526
- **Weekly**: Select specific days of the week for execution
15251527
- **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)