@monodog/ci-status 1.1.4 → 1.1.8

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @monodog/ci-status@1.1.4 build /home/runner/work/monodog/monodog/packages/ci-status
2
+ > @monodog/ci-status@1.1.8 build /home/runner/work/monodog/monodog/packages/ci-status
3
3
  > tsc
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @monodog/ci-status
2
2
 
3
+ ## 1.1.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#150](https://github.com/manojkmfsi/monodog/pull/150) [`2546521`](https://github.com/manojkmfsi/monodog/commit/2546521b07923a673b1d908d3524a46a0e608502) Thanks [@manojkmfsi](https://github.com/manojkmfsi)! - jlknjkjlkjlkjlkl
8
+
9
+ ## 1.1.7
10
+
11
+ ### Patch Changes
12
+
13
+ - [#148](https://github.com/manojkmfsi/monodog/pull/148) [`674e0ef`](https://github.com/manojkmfsi/monodog/commit/674e0ef9186c2e9c8019a01205865fcd9e6895cc) Thanks [@manojkmfsi](https://github.com/manojkmfsi)! - vcvcvfdvdvfdvd
14
+
15
+ ## 1.1.6
16
+
17
+ ### Patch Changes
18
+
19
+ - [#144](https://github.com/manojkmfsi/monodog/pull/144) [`338fbc1`](https://github.com/manojkmfsi/monodog/commit/338fbc1b1d3148c2c0f3fd170eb8f5c59ba26c10) Thanks [@manojkmfsi](https://github.com/manojkmfsi)! - vcvcvvccvcvvdc
20
+
21
+ ## 1.1.5
22
+
23
+ ### Patch Changes
24
+
25
+ - 65
26
+
3
27
  ## 1.1.4
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@monodog/ci-status",
3
- "version": "1.1.4",
3
+ "version": "1.1.8",
4
4
  "description": "CI/CD status manager for monorepo packages",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "MIT",
8
+ "private": false,
8
9
  "dependencies": {
9
10
  "@prisma/client": "^5.7.0",
10
- "@monodog/utils": "1.0.1"
11
+ "@monodog/utils": "1.0.2"
11
12
  },
12
13
  "devDependencies": {
13
14
  "@types/node": "^20.10.0",
@@ -17,7 +18,6 @@
17
18
  },
18
19
  "peerDependencies": {},
19
20
  "scripts": {
20
- "o": "tsx",
21
21
  "dev": "tsx watch index.ts",
22
22
  "start": "tsx index.ts",
23
23
  "build": "tsc",