@nu-art/ts-focused-object-backend 0.500.0 → 0.500.6

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.
@@ -1,3 +1,3 @@
1
1
  import { Module } from '@nu-art/ts-common';
2
2
  export declare const ModulePack_FocusedObjectBE: Module[];
3
- export declare const ModulePackBE_FocusedObject: Module<any, any, import("@nu-art/ts-common").Validator<any> | import("@nu-art/ts-common").TypeValidator<any>>[];
3
+ export declare const ModulePackBE_FocusedObject: Module<any>[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nu-art/ts-focused-object-backend",
3
- "version": "0.500.0",
3
+ "version": "0.500.6",
4
4
  "description": "ts-focused-object - Express & Typescript based backend framework Backend",
5
5
  "keywords": [
6
6
  "TacB0sS",
@@ -31,17 +31,17 @@
31
31
  "build": "tsc"
32
32
  },
33
33
  "dependencies": {
34
- "@nu-art/ts-focused-object-shared": "0.500.0",
35
- "@nu-art/firebase-backend": "0.500.0",
36
- "@nu-art/firebase-shared": "0.500.0",
37
- "@nu-art/ts-common": "0.500.0",
38
- "@nu-art/user-account-backend": "0.500.0",
39
- "@nu-art/user-account-shared": "0.500.0",
34
+ "@nu-art/ts-focused-object-shared": "0.500.6",
35
+ "@nu-art/firebase-backend": "0.500.6",
36
+ "@nu-art/firebase-shared": "0.500.6",
37
+ "@nu-art/ts-common": "0.500.6",
38
+ "@nu-art/user-account-backend": "0.500.6",
39
+ "@nu-art/user-account-shared": "0.500.6",
40
40
  "firebase": "^11.9.0",
41
41
  "firebase-admin": "13.4.0",
42
42
  "firebase-functions": "6.3.2",
43
43
  "react": "^18.0.0",
44
- "@nu-art/http-server": "{{THUNDERSTORM_VERSION}}"
44
+ "@nu-art/http-server": "0.500.6"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/react": "^18.0.0",