@fogo/sessions-sdk 0.0.30 → 0.0.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.
package/cjs/index.js CHANGED
@@ -39,7 +39,7 @@ Signing this intent will allow this app to interact with your on-chain balances.
39
39
  const UNLIMITED_TOKEN_PERMISSIONS_VALUE = "this app may spend any amount of any token";
40
40
  const TOKENLESS_PERMISSIONS_VALUE = "this app may not spend any tokens";
41
41
  const CURRENT_MAJOR = "0";
42
- const CURRENT_MINOR = "3";
42
+ const CURRENT_MINOR = "4";
43
43
  const CURRENT_INTENT_TRANSFER_MAJOR = "0";
44
44
  const CURRENT_INTENT_TRANSFER_MINOR = "2";
45
45
  const CURRENT_BRIDGE_OUT_MAJOR = "0";
package/esm/index.js CHANGED
@@ -29,7 +29,7 @@ Signing this intent will allow this app to interact with your on-chain balances.
29
29
  const UNLIMITED_TOKEN_PERMISSIONS_VALUE = "this app may spend any amount of any token";
30
30
  const TOKENLESS_PERMISSIONS_VALUE = "this app may not spend any tokens";
31
31
  const CURRENT_MAJOR = "0";
32
- const CURRENT_MINOR = "3";
32
+ const CURRENT_MINOR = "4";
33
33
  const CURRENT_INTENT_TRANSFER_MAJOR = "0";
34
34
  const CURRENT_INTENT_TRANSFER_MINOR = "2";
35
35
  const CURRENT_BRIDGE_OUT_MAJOR = "0";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fogo/sessions-sdk",
3
- "version": "0.0.30",
3
+ "version": "0.0.32",
4
4
  "description": "A set of utilities for integrating with Fogo sessions",
5
5
  "repository": {
6
6
  "type": "git",