sfc-utils 1.4.132 → 1.4.133

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.
Files changed (2) hide show
  1. package/accountswap.js +6 -0
  2. package/package.json +1 -1
package/accountswap.js CHANGED
@@ -12,6 +12,12 @@ const pollForAccount = async function (i, isNav) {
12
12
  i = 0;
13
13
  }
14
14
  // Safecheck for treg since it might not be global yet
15
+ console.log(
16
+ "treg",
17
+ window.treg,
18
+ window.treg.identity,
19
+ window.treg.identity.id
20
+ );
15
21
  if (
16
22
  window &&
17
23
  window.treg &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.4.132",
3
+ "version": "1.4.133",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",