Skip to content

Commit

Permalink
Support additional capabilities needed by SUSHI
Browse files Browse the repository at this point in the history
- Register and search local resources via LOCAL#LOCAL package
- Add sdAbstract, sdImposeProfiles, sdCharacteristics, and sdFlavor to ResourceInfo
- Search by SD "flavors" like Profile, Extension, Logical, Resource, and Type
- Add function to find package info
- Optionally scope resource searches to specific package
- Use * search term to find all resources
- Support special "latest" and wild card patch package versions
  • Loading branch information
cmoesel committed May 29, 2024
1 parent eebcacb commit 847d08b
Show file tree
Hide file tree
Showing 13 changed files with 847 additions and 122 deletions.
196 changes: 196 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"axios": "^1.6.7",
"chalk": "^4.1.2",
"commander": "^11.1.0",
"fhir": "^4.12.0",
"fs-extra": "^11.2.0",
"https-proxy-agent": "^7.0.2",
"lodash": "^4.17.21",
Expand Down
Loading

0 comments on commit 847d08b

Please sign in to comment.