nestjs-firebase-admin 0.5.6 → 0.5.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.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +2 -2
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Hebert F Barros
3
+ Copyright (c) 2026 @hebertcisco
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestjs-firebase-admin",
3
- "version": "0.5.6",
3
+ "version": "0.5.8",
4
4
  "description": "Firebase Admin SDK for Nestjs",
5
5
  "author": "Hebert Cisco",
6
6
  "license": "MIT",
@@ -12,7 +12,7 @@
12
12
  "build": "npx tsc",
13
13
  "prebuild": "rimraf dist",
14
14
  "format": "npx prettier --write \"{lib,test}/**/*.ts\"",
15
- "lint": "npx eslint 'lib/**/*.ts' --fix",
15
+ "lint": "npx eslint \"lib/**/*.ts\" --fix",
16
16
  "prepublish:npm": "npm run build",
17
17
  "publish:npm": "npm publish --access public",
18
18
  "prepublish:next": "npm run build",