@prismatic-io/spectral 10.16.5 → 10.17.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,4 +4,6 @@ export interface FlowAttributes {
4
4
  id: string;
5
5
  /** The name of the currently running flow. */
6
6
  name: string;
7
+ /** The stable ID of the currently running flow. */
8
+ stableId?: string;
7
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prismatic-io/spectral",
3
- "version": "10.16.5",
3
+ "version": "10.17.1",
4
4
  "description": "Utility library for building Prismatic connectors and code-native integrations",
5
5
  "keywords": ["prismatic"],
6
6
  "main": "dist/index.js",
@@ -47,7 +47,7 @@
47
47
  "form-data": "4.0.4",
48
48
  "fs-extra": "^11.2.0",
49
49
  "jest-mock": "29.7.0",
50
- "lodash": "4.17.23",
50
+ "lodash": "^4.18.1",
51
51
  "object-sizeof": "^2.6.4",
52
52
  "prettier": "2.6.2",
53
53
  "safe-stable-stringify": "2.3.1",
@@ -55,7 +55,7 @@
55
55
  "url-join": "5.0.0",
56
56
  "uuid": "8.3.2",
57
57
  "valid-url": "1.0.9",
58
- "yaml": "2.3.4"
58
+ "yaml": "^2.8.3"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@biomejs/biome": "1.6.3",