@dereekb/firebase 12.7.0 → 13.0.1

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 (88) hide show
  1. package/LICENSE +1 -1
  2. package/index.cjs.default.js +1 -0
  3. package/index.cjs.js +5241 -7793
  4. package/index.cjs.mjs +2 -0
  5. package/index.esm.js +5246 -7794
  6. package/package.json +23 -26
  7. package/src/lib/client/storage/driver.accessor.d.ts +1 -1
  8. package/src/lib/common/firestore/query/iterator.d.ts +0 -4
  9. package/src/lib/common/firestore/snapshot/snapshot.field.d.ts +0 -6
  10. package/src/lib/common/model/model.service.d.ts +1 -1
  11. package/src/lib/common/storage/driver/accessor.d.ts +1 -1
  12. package/src/lib/common/storage/types.d.ts +3 -3
  13. package/src/lib/model/notification/notification.api.d.ts +1 -1
  14. package/src/lib/model/notification/notification.config.d.ts +5 -5
  15. package/src/lib/model/notification/notification.d.ts +15 -15
  16. package/src/lib/model/notification/notification.details.d.ts +0 -4
  17. package/src/lib/model/notification/notification.item.d.ts +1 -1
  18. package/src/lib/model/storagefile/storagefile.api.d.ts +4 -4
  19. package/src/lib/model/storagefile/storagefile.d.ts +7 -7
  20. package/src/lib/model/storagefile/storagefile.task.d.ts +1 -13
  21. package/src/lib/model/system/system.d.ts +2 -2
  22. package/test/index.cjs.default.js +1 -0
  23. package/test/index.cjs.js +3889 -0
  24. package/test/index.cjs.mjs +2 -0
  25. package/test/index.esm.js +3803 -0
  26. package/test/package.json +22 -8
  27. package/test/src/lib/client/firebase.authorized.d.ts +2 -2
  28. package/test/src/lib/client/firebase.d.ts +4 -3
  29. package/test/src/lib/client/firestore.mock.item.fixture.authorized.d.ts +2 -2
  30. package/test/src/lib/common/firebase.instance.d.ts +7 -3
  31. package/test/src/lib/common/firestore/firestore.instance.d.ts +7 -3
  32. package/test/src/lib/common/mock/mock.item.collection.fixture.d.ts +5 -2
  33. package/test/src/lib/common/mock/mock.item.storage.fixture.d.ts +4 -4
  34. package/test/src/lib/common/storage/storage.instance.d.ts +7 -3
  35. package/test/CHANGELOG.md +0 -2118
  36. package/test/README.md +0 -11
  37. package/test/src/index.js +0 -5
  38. package/test/src/index.js.map +0 -1
  39. package/test/src/lib/client/firebase.authorized.js +0 -35
  40. package/test/src/lib/client/firebase.authorized.js.map +0 -1
  41. package/test/src/lib/client/firebase.js +0 -125
  42. package/test/src/lib/client/firebase.js.map +0 -1
  43. package/test/src/lib/client/firestore.mock.item.fixture.authorized.js +0 -19
  44. package/test/src/lib/client/firestore.mock.item.fixture.authorized.js.map +0 -1
  45. package/test/src/lib/client/index.js +0 -7
  46. package/test/src/lib/client/index.js.map +0 -1
  47. package/test/src/lib/common/firebase.instance.js +0 -35
  48. package/test/src/lib/common/firebase.instance.js.map +0 -1
  49. package/test/src/lib/common/firestore/firestore.instance.js +0 -24
  50. package/test/src/lib/common/firestore/firestore.instance.js.map +0 -1
  51. package/test/src/lib/common/firestore/firestore.js +0 -67
  52. package/test/src/lib/common/firestore/firestore.js.map +0 -1
  53. package/test/src/lib/common/firestore/index.js +0 -9
  54. package/test/src/lib/common/firestore/index.js.map +0 -1
  55. package/test/src/lib/common/firestore/test.driver.accessor.js +0 -767
  56. package/test/src/lib/common/firestore/test.driver.accessor.js.map +0 -1
  57. package/test/src/lib/common/firestore/test.driver.query.js +0 -1361
  58. package/test/src/lib/common/firestore/test.driver.query.js.map +0 -1
  59. package/test/src/lib/common/firestore/test.iterator.js +0 -221
  60. package/test/src/lib/common/firestore/test.iterator.js.map +0 -1
  61. package/test/src/lib/common/index.js +0 -8
  62. package/test/src/lib/common/index.js.map +0 -1
  63. package/test/src/lib/common/mock/index.js +0 -10
  64. package/test/src/lib/common/mock/index.js.map +0 -1
  65. package/test/src/lib/common/mock/mock.item.collection.fixture.js +0 -64
  66. package/test/src/lib/common/mock/mock.item.collection.fixture.js.map +0 -1
  67. package/test/src/lib/common/mock/mock.item.id.js +0 -3
  68. package/test/src/lib/common/mock/mock.item.id.js.map +0 -1
  69. package/test/src/lib/common/mock/mock.item.js +0 -339
  70. package/test/src/lib/common/mock/mock.item.js.map +0 -1
  71. package/test/src/lib/common/mock/mock.item.query.js +0 -33
  72. package/test/src/lib/common/mock/mock.item.query.js.map +0 -1
  73. package/test/src/lib/common/mock/mock.item.service.js +0 -77
  74. package/test/src/lib/common/mock/mock.item.service.js.map +0 -1
  75. package/test/src/lib/common/mock/mock.item.storage.fixture.js +0 -40
  76. package/test/src/lib/common/mock/mock.item.storage.fixture.js.map +0 -1
  77. package/test/src/lib/common/storage/index.js +0 -7
  78. package/test/src/lib/common/storage/index.js.map +0 -1
  79. package/test/src/lib/common/storage/storage.instance.js +0 -24
  80. package/test/src/lib/common/storage/storage.instance.js.map +0 -1
  81. package/test/src/lib/common/storage/storage.js +0 -37
  82. package/test/src/lib/common/storage/storage.js.map +0 -1
  83. package/test/src/lib/common/storage/test.driver.accessor.js +0 -669
  84. package/test/src/lib/common/storage/test.driver.accessor.js.map +0 -1
  85. package/test/src/lib/index.js +0 -6
  86. package/test/src/lib/index.js.map +0 -1
  87. /package/{index.cjs.d.ts → index.d.ts} +0 -0
  88. /package/{index.esm.d.ts → test/index.d.ts} +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.