@monodog/backend 1.5.34 → 1.5.35

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @monodog/backend
2
2
 
3
+ ## 1.5.35
4
+
5
+ ### Patch Changes
6
+
7
+ - [`7c8f167`](https://github.com/manojkmfsi/monodog/commit/7c8f167f9455360a744dbc0ea3b0fb0982501388) - jijijijijkkkkll
8
+
9
+ - [`fab5078`](https://github.com/manojkmfsi/monodog/commit/fab50783c8ffda7e791e0451072056ee2b92703d) - joijijijijijjjo
10
+
11
+ - [`7971793`](https://github.com/manojkmfsi/monodog/commit/79717935d25619897f585a773354a22ee89e54eb) - ddsdsdsdadsadsads
12
+
13
+ - [`323994d`](https://github.com/manojkmfsi/monodog/commit/323994dabd2859f21909cf7b976327adbc999ea1) - dsdfdsfdfdgdfgg
14
+
15
+ - [`e01c739`](https://github.com/manojkmfsi/monodog/commit/e01c739dd827840851c2d94cb07427474372b220) - jljlkjlkjlknlknlknlknkl
16
+
17
+ - [`3b71737`](https://github.com/manojkmfsi/monodog/commit/3b71737a4aa34155619f77e52551cb87b73c754f) - dguhjlhkhhgfgfdtyu.ki
18
+
19
+ - Updated dependencies [[`7c8f167`](https://github.com/manojkmfsi/monodog/commit/7c8f167f9455360a744dbc0ea3b0fb0982501388), [`fab5078`](https://github.com/manojkmfsi/monodog/commit/fab50783c8ffda7e791e0451072056ee2b92703d), [`f1de12e`](https://github.com/manojkmfsi/monodog/commit/f1de12ee71b8228689834fb65e34d16692e48c46), [`a924fd1`](https://github.com/manojkmfsi/monodog/commit/a924fd1387d471b9e4bdd89a569d3172c30d95dc)]:
20
+ - @monodog/ci-status@1.2.15
21
+ - @monodog/utils@1.0.11
22
+ - @monodog/monorepo-scanner@1.0.20
23
+
3
24
  ## 1.5.34
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monodog/backend",
3
- "version": "1.5.34",
3
+ "version": "1.5.35",
4
4
  "description": "Backend API server for monodog monorepo dashboard",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -8,9 +8,9 @@
8
8
  "monodog-cli": "dist/cli.js"
9
9
  },
10
10
  "dependencies": {
11
- "@monodog/ci-status": "1.2.14",
12
- "@monodog/monorepo-scanner": "1.0.19",
13
- "@monodog/utils": "1.0.10",
11
+ "@monodog/ci-status": "1.2.15",
12
+ "@monodog/monorepo-scanner": "1.0.20",
13
+ "@monodog/utils": "1.0.11",
14
14
  "@prisma/client": "^5.7.0",
15
15
  "body-parser": "^1.20.2",
16
16
  "cors": "^2.8.5",