@nu-art/bug-report-backend 0.401.0 → 0.401.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,7 +18,7 @@
18
18
  */
19
19
  import { Module } from '@nu-art/ts-common';
20
20
  import { ApiDef_AdminBugReport } from '@nu-art/bug-report-shared/api';
21
- import { ModuleBE_Firebase } from '@nu-art/firebase-backend';
21
+ import { ModuleBE_Firebase } from '@nu-art/firebase-backend/v1';
22
22
  import { addRoutes, createBodyServerApi, createQueryServerApi } from '@nu-art/thunderstorm-backend';
23
23
  export class ModuleBE_AdminBR_Class extends Module {
24
24
  bugReport;
@@ -17,7 +17,7 @@
17
17
  * limitations under the License.
18
18
  */
19
19
  import { addItemToArray, auditBy, currentTimeMillis, filterInstances, generateHex, Module, padNumber } from '@nu-art/ts-common';
20
- import { ModuleBE_Firebase } from '@nu-art/firebase-backend';
20
+ import { ModuleBE_Firebase } from '@nu-art/firebase-backend/v1';
21
21
  import { addRoutes, createBodyServerApi } from '@nu-art/thunderstorm-backend';
22
22
  import JSZip from 'jszip';
23
23
  import { ApiDef_BugReport } from '@nu-art/bug-report-shared';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nu-art/bug-report-backend",
3
- "version": "0.401.0",
3
+ "version": "0.401.2",
4
4
  "description": "Bug Report Backend",
5
5
  "keywords": [
6
6
  "TacB0sS",
@@ -29,18 +29,18 @@
29
29
  "build": "tsc"
30
30
  },
31
31
  "dependencies": {
32
- "@nu-art/bug-report-shared": "0.401.0",
33
- "@nu-art/firebase-backend": "0.401.0",
34
- "@nu-art/firebase-shared": "0.401.0",
35
- "@nu-art/jira-backend": "0.401.0",
36
- "@nu-art/jira-shared": "0.401.0",
37
- "@nu-art/slack-backend": "0.401.0",
38
- "@nu-art/slack-shared": "0.401.0",
39
- "@nu-art/thunderstorm-backend": "0.401.0",
40
- "@nu-art/thunderstorm-shared": "0.401.0",
41
- "@nu-art/ts-common": "0.401.0",
42
- "@nu-art/user-account-backend": "0.401.0",
43
- "@nu-art/user-account-shared": "0.401.0",
32
+ "@nu-art/bug-report-shared": "0.401.2",
33
+ "@nu-art/firebase-backend": "0.401.2",
34
+ "@nu-art/firebase-shared": "0.401.2",
35
+ "@nu-art/jira-backend": "0.401.2",
36
+ "@nu-art/jira-shared": "0.401.2",
37
+ "@nu-art/slack-backend": "0.401.2",
38
+ "@nu-art/slack-shared": "0.401.2",
39
+ "@nu-art/thunderstorm-backend": "0.401.2",
40
+ "@nu-art/thunderstorm-shared": "0.401.2",
41
+ "@nu-art/ts-common": "0.401.2",
42
+ "@nu-art/user-account-backend": "0.401.2",
43
+ "@nu-art/user-account-shared": "0.401.2",
44
44
  "express": "^4.18.2",
45
45
  "firebase": "^11.9.0",
46
46
  "firebase-admin": "13.4.0",