taoensso / sente

Realtime web comms library for Clojure/Script
https://www.taoensso.com/sente
Eclipse Public License 1.0
1.73k stars 193 forks source link

Switch to encore v2.117.0 #355

Closed jwr closed 4 years ago

jwr commented 4 years ago

Encore v2.117.0 contains a fix for the deprecation of goog.structs/Map, while sente still depends on v2.116.0, which causes problems:

WARNING: Use of undeclared Var goog.structs/Map at line 2870 app/web/js/out/taoensso/encore.cljs

Perhaps the encore dependency could be bumped to v2.117.0 and a new sente tagged/released?

ptaoussanis commented 4 years ago

Hi Jan! Will get back to you about this tonight 👍

ptaoussanis commented 4 years ago

Addressed in https://github.com/ptaoussanis/sente/releases/tag/v1.15.0, now on Clojars 👍