Skip to content

Commit

Permalink
fix: add versioning for generated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanSpeakEasy committed Jan 17, 2025
1 parent e50bf5b commit 4d87d16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lockfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ type LockFile struct {
Features map[string]map[string]string `yaml:"features,omitempty"`
GeneratedFiles []string `yaml:"generatedFiles,omitempty"`
Examples Examples `yaml:"examples,omitempty"`
ExamplesVersion string `yaml:"examplesVersion,omitempty"`
GeneratedTests GeneratedTests `yaml:"generatedTests,omitempty"`
AdditionalProperties map[string]any `yaml:",inline"` // Captures any additional properties that are not explicitly defined for backwards/forwards compatibility
}
Expand Down

0 comments on commit 4d87d16

Please sign in to comment.