Skip to content

Commit

Permalink
Add missing promesa.protocols namespace (#86)
Browse files Browse the repository at this point in the history
Fixes #85
  • Loading branch information
PEZ authored Aug 17, 2022
1 parent b6c672b commit bcefb2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changes to Joyride

## [Unreleased]

- Fix: [v0.0.16 is broken, no script using `promesa.protocols` works](https://github.com/BetterThanTomorrow/joyride/issues/85)

## [0.0.16] - 2022-08-16

- [Include `cljs.test`](https://github.com/BetterThanTomorrow/joyride/issues/76)
Expand Down
1 change: 1 addition & 0 deletions src/joyride/sci.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
:allow :all}
:namespaces {'cljs.test cljs-test-config/cljs-test-namespace
'promesa.core promesa-config/promesa-namespace
'promesa.protocols promesa-config/promesa-protocols-namespace
'joyride.core
{'*file* sci/file
'extension-context (sci/copy-var db/extension-context joyride-ns)
Expand Down

0 comments on commit bcefb2b

Please sign in to comment.