@edgedev/firebase 2.1.53 → 2.1.54

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.
Files changed (2) hide show
  1. package/edgeFirebase.ts +2 -2
  2. package/package.json +1 -1
package/edgeFirebase.ts CHANGED
@@ -2137,7 +2137,7 @@ export const EdgeFirebase = class {
2137
2137
  fileSize: file.size,
2138
2138
  directory: filePath,
2139
2139
  filePath: '',
2140
- r2filePath: '',
2140
+ r2FilePath: '',
2141
2141
  r2URL: '',
2142
2142
  isPublic: isPublic,
2143
2143
  toR2: toR2,
@@ -2166,7 +2166,7 @@ export const EdgeFirebase = class {
2166
2166
  directory: filePath,
2167
2167
  fileDocId: fileDocId,
2168
2168
  filePath: tempFilePath,
2169
- r2filePath: '',
2169
+ r2FilePath: '',
2170
2170
  r2URL: '',
2171
2171
  isPublic: isPublic ? 'true' : '',
2172
2172
  toR2: toR2 ? 'true' : '',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edgedev/firebase",
3
- "version": "2.1.53",
3
+ "version": "2.1.54",
4
4
  "description": "Vue 3 / Nuxt 3 Plugin or Nuxt 3 plugin for firebase authentication and firestore.",
5
5
  "main": "index.ts",
6
6
  "scripts": {