@decaf-ts/utils 0.3.6 → 0.3.7

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.
@@ -49,7 +49,7 @@ const plugin_node_resolve_1 = require("@rollup/plugin-node-resolve");
49
49
  const plugin_json_1 = __importDefault(require("@rollup/plugin-json"));
50
50
  const ts = __importStar(require("typescript"));
51
51
  const typescript_1 = require("typescript");
52
- const VERSION_STRING = "0.3.6";
52
+ const VERSION_STRING = "0.3.7";
53
53
  var Modes;
54
54
  (function (Modes) {
55
55
  Modes["CJS"] = "commonjs";
@@ -0,0 +1,4 @@
1
+ export declare const slogans: {
2
+ Slogan: string;
3
+ Tags: string;
4
+ }[];