@abtnode/constant 1.16.26-beta-818ea1c5 → 1.16.26-beta-351de484

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/index.js +2 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -643,4 +643,6 @@ module.exports = Object.freeze({
643
643
  REFRESH_TOKEN_STORAGE_KEY: 'refresh_token',
644
644
  LAUNCH_SESSION_STATUS,
645
645
  UNOWNED_DID: 'z'.repeat(35),
646
+
647
+ STUDIO_CONNECTED_STORE: 'studio_connected_store',
646
648
  });
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.26-beta-818ea1c5",
6
+ "version": "1.16.26-beta-351de484",
7
7
  "description": "ABT Node constants",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -20,5 +20,5 @@
20
20
  "devDependencies": {
21
21
  "jest": "^29.7.0"
22
22
  },
23
- "gitHead": "94aded9a2c0f4b5a57f0ca0fa2493ec417ef3339"
23
+ "gitHead": "00eba435a21506382c7823ea804abea196390a0f"
24
24
  }