nestjs-firebase-admin 0.0.75 → 0.0.77
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/.gitpod.yml +10 -0
- package/package.json +16 -16
package/.gitpod.yml
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# This configuration file was automatically generated by Gitpod.
|
|
2
|
+
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
|
|
3
|
+
# and commit this file to your remote git repository to share the goodness with others.
|
|
4
|
+
|
|
5
|
+
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
|
|
6
|
+
|
|
7
|
+
tasks:
|
|
8
|
+
- init: npm install && npm run build
|
|
9
|
+
|
|
10
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nestjs-firebase-admin",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.77",
|
|
4
4
|
"description": "Firebase Admin SDK for Nestjs",
|
|
5
5
|
"author": "Hebert Cisco",
|
|
6
6
|
"license": "MIT",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"postversion": "git push && git push --tags"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"firebase-admin": "11.
|
|
37
|
+
"firebase-admin": "11.9.0",
|
|
38
38
|
"nest-shared": "^5.0.1",
|
|
39
39
|
"nestjs-firebase-admin": "0.0.74"
|
|
40
40
|
},
|
|
@@ -49,33 +49,33 @@
|
|
|
49
49
|
"!mips"
|
|
50
50
|
],
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@commitlint/cli": "17.5
|
|
53
|
-
"@commitlint/config-angular": "17.
|
|
54
|
-
"@nestjs/common": "9.4.
|
|
55
|
-
"@nestjs/core": "9.4.
|
|
56
|
-
"@nestjs/platform-express": "9.4.
|
|
57
|
-
"@nestjs/testing": "9.4.
|
|
58
|
-
"@types/jest": "29.5.
|
|
59
|
-
"@types/node": "18.
|
|
52
|
+
"@commitlint/cli": "17.6.5",
|
|
53
|
+
"@commitlint/config-angular": "17.6.5",
|
|
54
|
+
"@nestjs/common": "9.4.2",
|
|
55
|
+
"@nestjs/core": "9.4.2",
|
|
56
|
+
"@nestjs/platform-express": "9.4.2",
|
|
57
|
+
"@nestjs/testing": "9.4.2",
|
|
58
|
+
"@types/jest": "29.5.2",
|
|
59
|
+
"@types/node": "18.16.16",
|
|
60
60
|
"@types/supertest": "^2.0.12",
|
|
61
61
|
"@typescript-eslint/eslint-plugin": "^5.57.1",
|
|
62
62
|
"@typescript-eslint/parser": "^5.57.1",
|
|
63
|
-
"eslint": "8.
|
|
63
|
+
"eslint": "8.42.0",
|
|
64
64
|
"eslint-config-prettier": "8.8.0",
|
|
65
65
|
"eslint-plugin-import": "2.27.5",
|
|
66
66
|
"eslint-plugin-jest": "^27.2.1",
|
|
67
67
|
"eslint-plugin-prettier": "^4.2.1",
|
|
68
68
|
"husky": "8.0.3",
|
|
69
69
|
"jest": "29.5.0",
|
|
70
|
-
"lint-staged": "13.2.
|
|
70
|
+
"lint-staged": "13.2.2",
|
|
71
71
|
"prettier": "^2.8.7",
|
|
72
72
|
"reflect-metadata": "0.1.13",
|
|
73
|
-
"release-it": "15.10.
|
|
74
|
-
"rimraf": "
|
|
75
|
-
"rxjs": "7.8.
|
|
73
|
+
"release-it": "15.10.5",
|
|
74
|
+
"rimraf": "5.0.1",
|
|
75
|
+
"rxjs": "7.8.1",
|
|
76
76
|
"supertest": "^6.3.3",
|
|
77
77
|
"ts-jest": "29.1.0",
|
|
78
|
-
"typescript": "5.
|
|
78
|
+
"typescript": "5.1.3"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.2.1",
|