@abtnode/constant 1.16.25-next-bc2f4c63 → 1.16.26-beta-e0056285

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 +1 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -640,4 +640,5 @@ module.exports = Object.freeze({
640
640
  SESSION_TOKEN_STORAGE_KEY: 'login_token',
641
641
  REFRESH_TOKEN_STORAGE_KEY: 'refresh_token',
642
642
  LAUNCH_SESSION_STATUS,
643
+ UNOWNED_DID: 'z'.repeat(35),
643
644
  });
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.25-next-bc2f4c63",
6
+ "version": "1.16.26-beta-e0056285",
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": "499ecf2bde0cdb25dbfdd1cf7807212f5fe37ad9"
23
+ "gitHead": "a79b8637ad50d136e7c5d91bfb41dc7a7c337485"
24
24
  }