@abtnode/constant 1.16.27-beta-725ce3a6 → 1.16.27-beta-d1555a79

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
@@ -645,4 +645,5 @@ module.exports = Object.freeze({
645
645
  UNOWNED_DID: 'z'.repeat(35),
646
646
 
647
647
  STUDIO_CONNECTED_STORE: 'studio_connected_store',
648
+ STUDIO_CONNECTED_AND_DEVELOPED: 'studio_connected_and_developed',
648
649
  });
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.27-beta-725ce3a6",
6
+ "version": "1.16.27-beta-d1555a79",
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": "6110607f520136996b78b8d9c05a0744016dfa21"
23
+ "gitHead": "10055507ae6190a13ee83e2f6446fd64523dd298"
24
24
  }