@voiceflow/common 7.15.4 → 7.16.0

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.
@@ -0,0 +1 @@
1
+ export declare const VF_DM_PREFIX = "dm_";
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.VF_DM_PREFIX = void 0;
4
+ exports.VF_DM_PREFIX = 'dm_';
5
+ //# sourceMappingURL=runtime.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtime.js","sourceRoot":"","sources":["../../../src/constants/runtime.ts"],"names":[],"mappings":";;;AAAa,QAAA,YAAY,GAAG,KAAK,CAAC"}
@@ -0,0 +1 @@
1
+ export declare const VF_DM_PREFIX = "dm_";
@@ -0,0 +1,2 @@
1
+ export const VF_DM_PREFIX = 'dm_';
2
+ //# sourceMappingURL=runtime.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runtime.js","sourceRoot":"","sources":["../../../src/constants/runtime.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,YAAY,GAAG,KAAK,CAAC"}
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.15.4",
4
+ "version": "7.16.0",
5
5
  "author": "Voiceflow",
6
6
  "bugs": {
7
7
  "url": "https://github.com/voiceflow/libs/issues"
@@ -73,5 +73,5 @@
73
73
  "test:single": "NODE_ENV=test ts-mocha --paths --config config/tests/mocharc.yml",
74
74
  "test:unit": "NODE_ENV=test nyc --report-dir=nyc_coverage_unit ts-mocha --paths --config config/tests/mocharc.yml 'tests/**/*.unit.ts'"
75
75
  },
76
- "gitHead": "a14e7defd4f1636ec94bfa8d220987f36f0cdc7d"
76
+ "gitHead": "b66fa8163552fa01abf064459f0774d16f3cf0a7"
77
77
  }