Skip to content

Commit dee1895

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

13 files changed

Lines changed: 199 additions & 114 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.28.0
44

5-
### Patch Changes
5+
### Patch Changes 0.28.0
66

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

apps/backend/package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,7 @@
143143
"typeorm-ts-node-commonjs": "^0.3.20"
144144
},
145145
"jest": {
146-
"moduleFileExtensions": [
147-
"js",
148-
"json",
149-
"ts"
150-
],
146+
"moduleFileExtensions": ["js", "json", "ts"],
151147
"rootDir": "src",
152148
"testRegex": ".*\\.spec\\.ts$",
153149
"transform": {
@@ -175,9 +171,7 @@
175171
"<rootDir>/../../../node_modules/(?!(@owox)/)",
176172
"<rootDir>/../../../packages/(?!(idp-protocol|idp-better-auth|idp-owox-better-auth|internal-helpers)/)"
177173
],
178-
"collectCoverageFrom": [
179-
"**/*.(t|j)s"
180-
],
174+
"collectCoverageFrom": ["**/*.(t|j)s"],
181175
"coverageDirectory": "../coverage",
182176
"testEnvironment": "node",
183177
"moduleNameMapper": {

apps/ctl/CHANGELOG.md

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

33
## 0.28.0
44

5-
### Patch Changes
5+
### Patch Changes 0.28.0
66

77
- @owox/internal-helpers@0.28.0
88
- @owox/api-client@0.28.0

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.28.0
44

5-
### Minor Changes
5+
### Minor Changes 0.28.0
66

77
- c110f35: # Skip disconnected fields in AI Helper sample-data query
88

@@ -91,7 +91,7 @@
9191
column the same way across the API and the Web/Extension report editor. Existing saved reports
9292
are migrated automatically, so no manual changes are needed.
9393

94-
### Patch Changes
94+
### Patch Changes 0.28.0
9595

9696
- @owox/internal-helpers@0.28.0
9797
- @owox/idp-protocol@0.28.0
@@ -1899,13 +1899,15 @@
18991899
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!
19001900

19011901
## Benefits
1902+
19021903
-**Save Time**: Automate routine data refreshes without manual intervention
19031904
- 🔄 **Stay Updated**: Keep your data fresh with regular scheduled updates
19041905
- 📊 **Consistent Reporting**: Ensure your reports are generated on a reliable schedule
19051906
- 🌐 **Timezone Support**: Schedule based on your local timezone or any timezone you need
19061907
- 🔧 **Flexible Scheduling Options**: Choose from daily, weekly, monthly, or interval-based schedules
19071908

19081909
## Scheduling Options
1910+
19091911
- **Daily**: Run your reports or connectors at the same time every day
19101912
- **Weekly**: Select specific days of the week for execution
19111913
- **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)