nestjs-firebase-admin 0.5.8 → 0.5.9

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.
package/README.md CHANGED
@@ -6,9 +6,6 @@
6
6
  <a href="https://codecov.io/gh/hebertcisco/nestjs-firebase-admin">
7
7
  <img src="https://codecov.io/gh/hebertcisco/nestjs-firebase-admin/branch/main/graph/badge.svg?token=N0IW1UNNIP" alt="codecov">
8
8
  </a>
9
- <a href="https://dl.circleci.com/status-badge/redirect/gh/hebertcisco/nestjs-firebase-admin/tree/main">
10
- <img src="https://dl.circleci.com/status-badge/img/gh/hebertcisco/nestjs-firebase-admin/tree/main.svg?style=svg" alt="CircleCI">
11
- </a>
12
9
  <a href="https://github.com/hebertcisco/nestjs-firebase-admin/actions/workflows/npm-publish.yml">
13
10
  <img src="https://github.com/hebertcisco/nestjs-firebase-admin/actions/workflows/npm-publish.yml/badge.svg" alt="Node.js build and publish package">
14
11
  </a>
package/docs/testing.md CHANGED
@@ -64,4 +64,4 @@ Mock implementations are provided for Firebase services to ensure tests do not m
64
64
 
65
65
  ## Continuous Integration
66
66
 
67
- Tests are automatically run in CI pipelines using GitHub Actions and CircleCI. Refer to the respective configuration files for more details.
67
+ Tests are automatically run in CI pipelines using GitHub Actions. Refer to the respective configuration files for more details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nestjs-firebase-admin",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "description": "Firebase Admin SDK for Nestjs",
5
5
  "author": "Hebert Cisco",
6
6
  "license": "MIT",
@@ -48,12 +48,12 @@
48
48
  "@types/jest": "29.5.14",
49
49
  "@types/node": "20.17.9",
50
50
  "@types/supertest": "^2.0.16",
51
- "@typescript-eslint/eslint-plugin": "^6.21.0",
52
- "@typescript-eslint/parser": "^6.21.0",
51
+ "@typescript-eslint/eslint-plugin": "^8.56.1",
52
+ "@typescript-eslint/parser": "^8.56.1",
53
53
  "eslint": "8.57.1",
54
54
  "eslint-config-prettier": "9.1.0",
55
55
  "eslint-plugin-import": "2.31.0",
56
- "eslint-plugin-jest": "^27.9.0",
56
+ "eslint-plugin-jest": "^28.8.0",
57
57
  "eslint-plugin-prettier": "^5.2.1",
58
58
  "husky": "8.0.3",
59
59
  "jest": "29.7.0",