@voiceflow/common 7.7.0 → 7.7.1

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.
@@ -4,5 +4,6 @@ export declare enum Environment {
4
4
  LOCAL = "local",
5
5
  E2E = "e2e",
6
6
  TEST = "test",
7
+ /** @deprecated Voiceflow dev envs now use {@link Environment.DEVELOPMENT} */
7
8
  STAGING = "staging"
8
9
  }
@@ -9,6 +9,7 @@ var Environment;
9
9
  Environment["LOCAL"] = "local";
10
10
  Environment["E2E"] = "e2e";
11
11
  Environment["TEST"] = "test";
12
+ /** @deprecated Voiceflow dev envs now use {@link Environment.DEVELOPMENT} */
12
13
  Environment["STAGING"] = "staging";
13
14
  })(Environment = exports.Environment || (exports.Environment = {}));
14
15
  //# sourceMappingURL=environment.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"environment.js","sourceRoot":"","sources":["../../src/constants/environment.ts"],"names":[],"mappings":";AAAA,iDAAiD;;;AAEjD,IAAY,WAOX;AAPD,WAAY,WAAW;IACrB,wCAAyB,CAAA;IACzB,0CAA2B,CAAA;IAC3B,8BAAe,CAAA;IACf,0BAAW,CAAA;IACX,4BAAa,CAAA;IACb,kCAAmB,CAAA;AACrB,CAAC,EAPW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAOtB"}
1
+ {"version":3,"file":"environment.js","sourceRoot":"","sources":["../../src/constants/environment.ts"],"names":[],"mappings":";AAAA,iDAAiD;;;AAEjD,IAAY,WAQX;AARD,WAAY,WAAW;IACrB,wCAAyB,CAAA;IACzB,0CAA2B,CAAA;IAC3B,8BAAe,CAAA;IACf,0BAAW,CAAA;IACX,4BAAa,CAAA;IACb,8EAA8E;IAC9E,kCAAmB,CAAA;AACrB,CAAC,EARW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAQtB"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@voiceflow/common",
3
3
  "description": "Junk drawer of utility functions",
4
- "version": "7.7.0",
4
+ "version": "7.7.1",
5
5
  "author": "Voiceflow",
6
6
  "bugs": {
7
7
  "url": "https://github.com/voiceflow/common/issues"