@budibase/pro 3.39.30 → 3.39.32
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.
|
@@ -6,6 +6,9 @@ export declare function getIdentifier(): Promise<OfflineIdentifier>;
|
|
|
6
6
|
export declare function getIdentifierBase64(): Promise<string>;
|
|
7
7
|
export declare function getIdentifierFromBase64(identifierBase64: string): OfflineIdentifier;
|
|
8
8
|
export declare function verifyExpiry(license: OfflineLicense): void;
|
|
9
|
+
export declare class OfflineLicenseMismatchError extends Error {
|
|
10
|
+
}
|
|
9
11
|
export declare function verifyInstallation(license: OfflineLicense): Promise<void>;
|
|
10
12
|
export declare function enrichLicense(license: OfflineLicense): OfflineLicense;
|
|
13
|
+
export declare function verifyOfflineLicenseToken(token: string): Promise<OfflineLicense>;
|
|
11
14
|
export declare function getOfflineLicense(): Promise<License | undefined>;
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"dist"
|
|
5
5
|
],
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
|
-
"version": "3.39.
|
|
7
|
+
"version": "3.39.32",
|
|
8
8
|
"description": "Budibase Pro (Backend)",
|
|
9
9
|
"main": "dist/index.js",
|
|
10
10
|
"types": "dist/index.d.ts",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "2c4f06dd4992d37167f40a3057d49a9b3eb34a61"
|
|
70
70
|
}
|