@causa/workspace-google 0.9.1 → 0.9.2
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.
|
@@ -43,7 +43,7 @@ export class FirebaseEmulatorService {
|
|
|
43
43
|
* @param options Options when starting the Docker container and waiting for it to be available.
|
|
44
44
|
*/
|
|
45
45
|
async start(containerName, firebaseConfFile, publish, options = {}) {
|
|
46
|
-
await this.dockerEmulatorService.start(`${FIREBASE_TOOLS_IMAGE}:${this.firebaseToolsVersion}-node-
|
|
46
|
+
await this.dockerEmulatorService.start(`${FIREBASE_TOOLS_IMAGE}:${this.firebaseToolsVersion}-node-22-slim`, containerName, publish, {
|
|
47
47
|
...options,
|
|
48
48
|
mounts: [
|
|
49
49
|
...(options.mounts ?? []),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@causa/workspace-google",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.2",
|
|
4
4
|
"description": "The Causa workspace module providing many functionalities related to GCP and its services.",
|
|
5
5
|
"repository": "github:causa-io/workspace-module-google",
|
|
6
6
|
"license": "ISC",
|
|
@@ -29,47 +29,47 @@
|
|
|
29
29
|
"test:cov": "npm run test -- --coverage"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@causa/cli": ">= 0.6.
|
|
33
|
-
"@causa/workspace": ">= 0.16.
|
|
34
|
-
"@causa/workspace-core": ">= 0.22.
|
|
35
|
-
"@causa/workspace-typescript": ">= 0.
|
|
36
|
-
"@google-cloud/apikeys": "^1.3.
|
|
37
|
-
"@google-cloud/bigquery": "^7.9.
|
|
32
|
+
"@causa/cli": ">= 0.6.1 < 1.0.0",
|
|
33
|
+
"@causa/workspace": ">= 0.16.1 < 1.0.0",
|
|
34
|
+
"@causa/workspace-core": ">= 0.22.2 < 1.0.0",
|
|
35
|
+
"@causa/workspace-typescript": ">= 0.10.1 < 1.0.0",
|
|
36
|
+
"@google-cloud/apikeys": "^1.3.1",
|
|
37
|
+
"@google-cloud/bigquery": "^7.9.2",
|
|
38
38
|
"@google-cloud/iam-credentials": "^3.3.0",
|
|
39
|
-
"@google-cloud/pubsub": "^4.
|
|
40
|
-
"@google-cloud/resource-manager": "^5.3.
|
|
41
|
-
"@google-cloud/run": "^1.
|
|
39
|
+
"@google-cloud/pubsub": "^4.10.0",
|
|
40
|
+
"@google-cloud/resource-manager": "^5.3.1",
|
|
41
|
+
"@google-cloud/run": "^1.5.1",
|
|
42
42
|
"@google-cloud/secret-manager": "^5.6.0",
|
|
43
|
-
"@google-cloud/service-usage": "^3.4.
|
|
44
|
-
"@google-cloud/spanner": "7.
|
|
45
|
-
"@google-cloud/storage": "^7.
|
|
43
|
+
"@google-cloud/service-usage": "^3.4.1",
|
|
44
|
+
"@google-cloud/spanner": "7.19.1",
|
|
45
|
+
"@google-cloud/storage": "^7.15.2",
|
|
46
46
|
"class-validator": "^0.14.1",
|
|
47
|
-
"firebase": "^
|
|
48
|
-
"firebase-admin": "^
|
|
49
|
-
"globby": "^14.0
|
|
50
|
-
"google-auth-library": "^9.
|
|
51
|
-
"google-gax": "4.
|
|
52
|
-
"googleapis": "^
|
|
53
|
-
"pino": "^9.
|
|
54
|
-
"quicktype-core": "^23.0.
|
|
55
|
-
"uuid": "^
|
|
47
|
+
"firebase": "^11.4.0",
|
|
48
|
+
"firebase-admin": "^13.2.0",
|
|
49
|
+
"globby": "^14.1.0",
|
|
50
|
+
"google-auth-library": "^9.15.1",
|
|
51
|
+
"google-gax": "4.4.1",
|
|
52
|
+
"googleapis": "^146.0.0",
|
|
53
|
+
"pino": "^9.6.0",
|
|
54
|
+
"quicktype-core": "^23.0.171",
|
|
55
|
+
"uuid": "^11.1.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@swc/core": "^1.
|
|
59
|
-
"@swc/jest": "^0.2.
|
|
58
|
+
"@swc/core": "^1.11.10",
|
|
59
|
+
"@swc/jest": "^0.2.37",
|
|
60
60
|
"@tsconfig/node20": "^20.1.4",
|
|
61
|
-
"@types/jest": "^29.5.
|
|
62
|
-
"@types/node": "^18.19.
|
|
61
|
+
"@types/jest": "^29.5.14",
|
|
62
|
+
"@types/node": "^18.19.80",
|
|
63
63
|
"@types/uuid": "^10.0.0",
|
|
64
64
|
"copyfiles": "^2.4.1",
|
|
65
|
-
"eslint": "^9.
|
|
66
|
-
"eslint-config-prettier": "^
|
|
67
|
-
"eslint-plugin-prettier": "^5.2.
|
|
65
|
+
"eslint": "^9.22.0",
|
|
66
|
+
"eslint-config-prettier": "^10.1.1",
|
|
67
|
+
"eslint-plugin-prettier": "^5.2.3",
|
|
68
68
|
"jest": "^29.7.0",
|
|
69
69
|
"jest-extended": "^4.0.2",
|
|
70
70
|
"rimraf": "^6.0.1",
|
|
71
71
|
"ts-node": "^10.9.2",
|
|
72
|
-
"typescript": "^5.
|
|
73
|
-
"typescript-eslint": "^8.
|
|
72
|
+
"typescript": "^5.8.2",
|
|
73
|
+
"typescript-eslint": "^8.26.1"
|
|
74
74
|
}
|
|
75
75
|
}
|