@entropic-bond/firebase 1.13.30 → 1.13.31

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@entropic-bond/firebase",
3
3
  "type": "module",
4
- "version": "1.13.30",
4
+ "version": "1.13.31",
5
5
  "description": "Firebase plugins for Entropic Bond",
6
6
  "main": "./lib/entropic-bond-firebase.umd.cjs",
7
7
  "module": "./lib/entropic-bond-firebase.js",
@@ -37,7 +37,7 @@
37
37
  "build": "vite build",
38
38
  "prepare": "npm run build",
39
39
  "emulators": "firebase emulators:start --project demo-test",
40
- "install-functions-dependencies": "cd functions && npm ci"
40
+ "install-functions-dependencies": "npm_config_allow_scripts= npm --prefix functions ci"
41
41
  },
42
42
  "repository": {
43
43
  "type": "git",
@@ -69,6 +69,7 @@
69
69
  },
70
70
  "allowScripts": {
71
71
  "@firebase/util@1.15.1": true,
72
- "protobufjs@7.6.4": true
72
+ "protobufjs@7.6.4": true,
73
+ "@firebase/util@1.15.1,protobufjs@7.6.4": true
73
74
  }
74
75
  }