@stoker-platform/web-client 0.2.9 → 0.3.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.
- package/dist/bundle.js +3606 -3602
- package/dist/types/initializeStoker.d.ts +1 -1
- package/package.json +3 -3
|
@@ -14,7 +14,7 @@ declare global {
|
|
|
14
14
|
declare const getUnsubscribes: () => Unsubscribe[];
|
|
15
15
|
declare const clearUnsubscribes: () => void;
|
|
16
16
|
export declare const initializeStoker: (config: any, collectionFiles: any, envVars: Record<string, string>, context?: any) => Promise<boolean>;
|
|
17
|
-
export declare const getEnv: () => Record<string, string>, getTimezone: () => string, getSchema: (includeComputedFields?: boolean) => CollectionsSchema, getCurrentUser: () => User & {
|
|
17
|
+
export declare const getTenant: () => string, getEnv: () => Record<string, string>, getTimezone: () => string, getSchema: (includeComputedFields?: boolean) => CollectionsSchema, getCurrentUser: () => User & {
|
|
18
18
|
token: {
|
|
19
19
|
claims: ParsedToken;
|
|
20
20
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stoker-platform/web-client",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"files": [
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"test": "echo \"Error: no test specified\""
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@stoker-platform/types": "0.
|
|
27
|
-
"@stoker-platform/utils": "0.
|
|
26
|
+
"@stoker-platform/types": "0.3.1",
|
|
27
|
+
"@stoker-platform/utils": "0.3.1",
|
|
28
28
|
"@types/lodash": "^4.17.21",
|
|
29
29
|
"@types/luxon": "^3.7.1",
|
|
30
30
|
"firebase": "^12.6.0",
|