backend-manager 5.0.28 → 5.0.30

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,6 +1,6 @@
1
1
  {
2
2
  "name": "backend-manager",
3
- "version": "5.0.28",
3
+ "version": "5.0.30",
4
4
  "description": "Quick tools for developing Firebase functions",
5
5
  "main": "src/manager/index.js",
6
6
  "bin": {
package/src/cli/cli.js CHANGED
@@ -517,7 +517,7 @@ Main.prototype.setup = async function () {
517
517
 
518
518
  // Test: Does the project have bm_api in the hosting rewrites
519
519
  await self.test('hosting rewrites have bm_api', () => {
520
- return self.firebaseJSON?.hosting?.rewrites?.some(rewrite => rewrite.source === '{/backend-manager}' && rewrite.function === 'bm_api');
520
+ return self.firebaseJSON?.hosting?.rewrites?.some(rewrite => rewrite.source === '/backend-manager' && rewrite.function === 'bm_api');
521
521
  }, fix_hostingRewrites);
522
522
 
523
523
  // Test: Does the project have the indexes synced
@@ -8,7 +8,7 @@
8
8
  contact: {
9
9
  email: 'support@example.com',
10
10
  },
11
- iamges: {
11
+ images: {
12
12
  wordmark: 'https://example.com/wordmark.png',
13
13
  brandmark: 'https://example.com/wordmark.png',
14
14
  combomark: 'https://example.com/combomark.png',