@prismatic-io/spectral 5.0.0-rc.2 → 5.0.0-rc.3

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.
package/dist/testing.js CHANGED
@@ -18,7 +18,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
18
18
  exports.invokeTrigger = exports.defaultTriggerPayload = exports.invoke = exports.loggerMock = exports.createConnection = void 0;
19
19
  const jest_mock_1 = require("jest-mock");
20
20
  const createConnection = ({ key }, values) => ({
21
- instanceConfigVarId: "",
21
+ configVarKey: "",
22
22
  key,
23
23
  fields: values,
24
24
  });
@@ -34,8 +34,8 @@ export interface CodeInputFieldDefinition extends BaseInputFieldDefinition {
34
34
  export interface Connection {
35
35
  /** Key of the Connection type. */
36
36
  key: string;
37
- /** Identifier for the Config Variable hosting this Connection. */
38
- instanceConfigVarId: string;
37
+ /** Key for the Config Variable hosting this Connection. */
38
+ configVarKey: string;
39
39
  /** Field values supplied to this Connection. */
40
40
  fields: {
41
41
  [key: string]: unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prismatic-io/spectral",
3
- "version": "5.0.0-rc.2",
3
+ "version": "5.0.0-rc.3",
4
4
  "description": "Utility library for building Prismatic components",
5
5
  "keywords": [
6
6
  "prismatic"