Skip to content

Commit

Permalink
fix: added type declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheidudko committed Oct 22, 2024
1 parent 7996ec9 commit d364f5a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.2.1 / 2024-10-22

### :tada: Enhancements

- Fix: added type declaration

# 1.2.0 / 2024-10-21

### :tada: Enhancements
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "firebase-admin-cli",
"description": "Cli for firebase project",
"version": "1.2.0",
"version": "1.2.1",
"author": "Siarhei Dudko <sergey@dudko.dev>",
"funding": [
{
Expand All @@ -26,7 +26,7 @@
"scripts": {
"start": "node ./bin/firebase-cli.js",
"test": "node ./test/shell.test.js",
"build": "rm -rf lib && ./node_modules/.bin/tsc"
"build": "rm -rf lib && ./node_modules/.bin/tsc --declaration"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d364f5a

Please sign in to comment.