@causa/workspace-google 0.8.1 → 0.9.0

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.
@@ -41,7 +41,11 @@ export async function mergeFirebaseRulesFiles(displayableType, globs, template,
41
41
  context.logger.info(`🛂 Looking for ${displayableType} rules files.`);
42
42
  const rootPath = context.rootPath;
43
43
  rulesFilePath = join(rootPath, rulesFilePath);
44
- const files = await globby(globs, { cwd: rootPath, gitignore: true });
44
+ const files = await globby(globs, {
45
+ cwd: rootPath,
46
+ gitignore: true,
47
+ followSymbolicLinks: false,
48
+ });
45
49
  files.sort();
46
50
  context.logger.debug(`🛂 Found the following rules files: ${files
47
51
  .map((f) => `'${f}'`)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@causa/workspace-google",
3
- "version": "0.8.1",
3
+ "version": "0.9.0",
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",
@@ -30,8 +30,8 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@causa/cli": ">= 0.5.0 < 1.0.0",
33
- "@causa/workspace": ">= 0.13.0 < 1.0.0",
34
- "@causa/workspace-core": ">= 0.20.0 < 1.0.0",
33
+ "@causa/workspace": ">= 0.15.0 < 1.0.0",
34
+ "@causa/workspace-core": ">= 0.21.0 < 1.0.0",
35
35
  "@causa/workspace-typescript": ">= 0.9.0 < 1.0.0",
36
36
  "@google-cloud/apikeys": "^1.3.0",
37
37
  "@google-cloud/bigquery": "^7.7.0",
@@ -41,14 +41,14 @@
41
41
  "@google-cloud/run": "^1.3.0",
42
42
  "@google-cloud/secret-manager": "^5.6.0",
43
43
  "@google-cloud/service-usage": "^3.4.0",
44
- "@google-cloud/spanner": "7.7.0",
44
+ "@google-cloud/spanner": "7.8.0",
45
45
  "@google-cloud/storage": "^7.11.1",
46
46
  "class-validator": "^0.14.1",
47
47
  "firebase": "^10.12.1",
48
48
  "firebase-admin": "^12.1.1",
49
49
  "globby": "^14.0.1",
50
50
  "google-auth-library": "^9.10.0",
51
- "google-gax": "4.3.2",
51
+ "google-gax": "4.3.3",
52
52
  "googleapis": "^137.1.0",
53
53
  "pino": "^9.1.0",
54
54
  "quicktype-core": "^23.0.168",