Add artifact ID to KCL values that have them (#5205)

* Add artifact ID to KCL values that have them

* Fix tests to use new fields

* Update output after adding artifact IDs

* Update docs
This commit is contained in:
Jonathan Tran
2025-02-05 23:50:00 -05:00
committed by GitHub
parent f4d5578faf
commit bebace193d
65 changed files with 7990 additions and 11 deletions

View File

@ -221,6 +221,7 @@ const newVar = myVar + 1`
},
],
id: expect.any(String),
artifactId: expect.any(String),
units: {
type: 'Mm',
},