nestjs-firebase-admin 0.5.6 → 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/LICENSE +1 -1
- package/README.md +0 -3
- package/docs/testing.md +1 -1
- package/package.json +5 -5
package/LICENSE
CHANGED
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
|
|
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.
|
|
3
|
+
"version": "0.5.9",
|
|
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
|
|
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",
|
|
@@ -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": "^
|
|
52
|
-
"@typescript-eslint/parser": "^
|
|
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": "^
|
|
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",
|