@prismatic-io/spectral 7.0.1-pre → 7.0.2-pre

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.
@@ -21,3 +21,4 @@ export * from "./TriggerPayload";
21
21
  export * from "./DataSourceDefinition";
22
22
  export * from "./DataSourcePerformFunction";
23
23
  export * from "./DataSourceResult";
24
+ export * as serverTypes from "../serverTypes";
@@ -14,10 +14,23 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
14
14
  if (k2 === undefined) k2 = k;
15
15
  o[k2] = m[k];
16
16
  }));
17
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
18
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
19
+ }) : function(o, v) {
20
+ o["default"] = v;
21
+ });
17
22
  var __exportStar = (this && this.__exportStar) || function(m, exports) {
18
23
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
19
24
  };
25
+ var __importStar = (this && this.__importStar) || function (mod) {
26
+ if (mod && mod.__esModule) return mod;
27
+ var result = {};
28
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
29
+ __setModuleDefault(result, mod);
30
+ return result;
31
+ };
20
32
  Object.defineProperty(exports, "__esModule", { value: true });
33
+ exports.serverTypes = void 0;
21
34
  __exportStar(require("./ActionDefinition"), exports);
22
35
  __exportStar(require("./ComponentDefinition"), exports);
23
36
  __exportStar(require("./ConnectionDefinition"), exports);
@@ -37,3 +50,4 @@ __exportStar(require("./TriggerPayload"), exports);
37
50
  __exportStar(require("./DataSourceDefinition"), exports);
38
51
  __exportStar(require("./DataSourcePerformFunction"), exports);
39
52
  __exportStar(require("./DataSourceResult"), exports);
53
+ exports.serverTypes = __importStar(require("../serverTypes"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prismatic-io/spectral",
3
- "version": "7.0.1-pre",
3
+ "version": "7.0.2-pre",
4
4
  "description": "Utility library for building Prismatic components",
5
5
  "keywords": [
6
6
  "prismatic"