Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 26, 2025
1 parent 5eb6486 commit f5345af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
- Updated `deepmerge-ts` to version 7.0.3
- Updated `@playform/build` to version 0.1.0
- Updated `@types/node` to version 20.14.10
- Updated project description to "🔧 Maintain "
- Updated project description to "Maintain 🔧"

### Fixed

Expand All @@ -110,7 +110,7 @@
- Updated `deepmerge-ts` to version 7.0.3
- Updated `@playform/build` to version 0.1.0
- Updated `@types/node` to version 20.14.10
- Updated project description to "🔧 Maintain "
- Updated project description to "Maintain 🔧"

### Fixed

Expand All @@ -137,7 +137,7 @@
### Changed

- Updated version to 0.0.4
- Updated project description to "🔧 Maintain "
- Updated project description to "Maintain 🔧"
- Updated homepage URL to use HTTPS
- Updated author information
- Updated dependencies:
Expand Down
2 changes: 1 addition & 1 deletion Source/Class/Maintain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
const _Class = new (await import("commander")).Command()
.name("Maintain")
.description("🔧 Maintain ")
.description("Maintain 🔧")
.version(process.env["VERSION_PACKAGE"] ?? "0.0.1");

(await import("@Variable/Command.js")).default?.forEach(

Check failure on line 12 in Source/Class/Maintain.ts

View workflow job for this annotation

GitHub Actions / Pre-Publish (18)

Cannot find module '@Variable/Command.js' or its corresponding type declarations.

Check failure on line 12 in Source/Class/Maintain.ts

View workflow job for this annotation

GitHub Actions / Pre-Publish (19)

Cannot find module '@Variable/Command.js' or its corresponding type declarations.

Check failure on line 12 in Source/Class/Maintain.ts

View workflow job for this annotation

GitHub Actions / Pre-Publish (20)

Cannot find module '@Variable/Command.js' or its corresponding type declarations.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@playform/maintain",
"version": "0.1.5",
"private": false,
"description": "🔧 Maintain ",
"description": "Maintain 🔧",
"keywords": [
"git",
"github",
Expand Down

0 comments on commit f5345af

Please sign in to comment.