@entropic-bond/firebase 1.13.1 → 1.13.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.
@@ -18,9 +18,9 @@ jobs:
18
18
  with:
19
19
  node-version: "20.x"
20
20
  - run: npm ci
21
- - run: npm run build
22
21
  - run: npm install -g firebase-tools
23
22
  - run: npm test
23
+ - run: npm run build
24
24
  - run: npx semantic-release
25
25
  env:
26
26
  GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
package/README.md CHANGED
File without changes
File without changes
package/firestore.rules CHANGED
File without changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@entropic-bond/firebase",
3
3
  "type": "module",
4
- "version": "1.13.1",
4
+ "version": "1.13.2",
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",
package/storage.rules CHANGED
File without changes