@dependabit/utils
Advanced tools
+9
-0
| # @dependabit/utils | ||
| ## 0.1.14 | ||
| ### Patch Changes | ||
| - [#76](https://github.com/pradeepmouli/dependabit/pull/76) [`7952538`](https://github.com/pradeepmouli/dependabit/commit/7952538578b97472f9da49056db535abf8c6a26a) Thanks [@pradeepmouli](https://github.com/pradeepmouli)! - - test: trigger CI pipeline | ||
| - Updated dependencies [[`7952538`](https://github.com/pradeepmouli/dependabit/commit/7952538578b97472f9da49056db535abf8c6a26a)]: | ||
| - @dependabit/core@0.1.14 | ||
| ## 0.1.13 | ||
@@ -4,0 +13,0 @@ |
+3
-3
| { | ||
| "name": "@dependabit/utils", | ||
| "version": "0.1.13", | ||
| "version": "0.1.14", | ||
| "repository": { | ||
@@ -28,3 +28,3 @@ "type": "git", | ||
| "dependencies": { | ||
| "@dependabit/core": "0.1.13" | ||
| "@dependabit/core": "0.1.14" | ||
| }, | ||
@@ -45,3 +45,3 @@ "devDependencies": { | ||
| "build": "tsgo -p tsconfig.json", | ||
| "clean": "rm -rf dist", | ||
| "clean": "rm -rf dist tsconfig.tsbuildinfo", | ||
| "dev": "tsx watch src/index.ts", | ||
@@ -48,0 +48,0 @@ "type-check": "tsgo --noEmit -p tsconfig.json", |
71706
0.65%+ Added
- Removed
Updated