Skip to content

Commit 7081850

Browse files
v1.0.5
1 parent 4e38235 commit 7081850

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

.github/workflows/npm-publish.yml

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 22
17+
node-version: 24
1818
- run: npm run build
1919

2020
- name: Change directory to dist
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: 22
30+
node-version: 24
3131
registry-url: https://registry.npmjs.org/
3232

3333
- name: Publish to npm

.gitignore

100644100755
File mode changed.

LICENSE.md

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Codegyan LLC.
3+
Copyright (c) 2025 Codegyan LLC.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

README.md

100644100755
File mode changed.

package-lock.json

100644100755
Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codegyan-log-colorify",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"scripts": {
@@ -19,7 +19,7 @@
1919
"author": "Codegyan <support@codegyan.in>",
2020
"description": "The Log colorify provides a simple way to log messages with color-coded output in TypeScript.",
2121
"dependencies": {
22-
"typescript": "^5.4.5"
22+
"typescript": "^5.9.2"
2323
},
2424
"files": [
2525
"dist/**/*"

src/index.ts

100644100755
File mode changed.

tsconfig.json

100644100755
File mode changed.

0 commit comments

Comments
 (0)