@revibase/core 0.0.28 → 0.0.29

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/index.d.cts CHANGED
@@ -2965,6 +2965,10 @@ type AuthenticationContext = {
2965
2965
  publicKey: string;
2966
2966
  signature: string;
2967
2967
  };
2968
+ authProviderSignature?: {
2969
+ publicKey: string;
2970
+ signature: string;
2971
+ };
2968
2972
  };
2969
2973
  type BaseResponse = {
2970
2974
  signer: string;
package/dist/index.d.ts CHANGED
@@ -2965,6 +2965,10 @@ type AuthenticationContext = {
2965
2965
  publicKey: string;
2966
2966
  signature: string;
2967
2967
  };
2968
+ authProviderSignature?: {
2969
+ publicKey: string;
2970
+ signature: string;
2971
+ };
2968
2972
  };
2969
2973
  type BaseResponse = {
2970
2974
  signer: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revibase/core",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",