Skip to content

Commit

Permalink
Add uuid constructor to sci (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
djblue authored Feb 12, 2024
1 parent dfc5137 commit 65a96eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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]

- Add uuid constructor to sci

## [0.0.42] - 2024-01-19

- Bump SCI to [ad79a6c476affd1f8208efbfdba57992a68c8056](https://github.com/babashka/sci/commit/ad79a6c476affd1f8208efbfdba57992a68c8056) (from [39ce36540eb4c2c6adc74c23ea76ac6330ca7835](https://github.com/babashka/sci/commit/39ce36540eb4c2c6adc74c23ea76ac6330ca7835))
Expand Down
3 changes: 2 additions & 1 deletion src/joyride/sci.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@
:namespaces {'clojure.core {'IFn (sci/copy-var IFn core-namespace)
'tap> (sci/copy-var tap> core-namespace)
'add-tap (sci/copy-var add-tap core-namespace)
'remove-tap (sci/copy-var remove-tap core-namespace)}
'remove-tap (sci/copy-var remove-tap core-namespace)
'uuid (sci/copy-var uuid core-namespace)}
'clojure.zip zip-namespace
'cljs.test cljs-test-config/cljs-test-namespace
'cljs.pprint cljs-pprint-config/cljs-pprint-namespace
Expand Down

0 comments on commit 65a96eb

Please sign in to comment.