Skip to content

Commit

Permalink
upgrade recollect@0.4.1 ; release 0.3.4 on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Nov 18, 2017
1 parent e535e0e commit 71b8123
Show file tree
Hide file tree
Showing 19 changed files with 221 additions and 3,557 deletions.
2 changes: 1 addition & 1 deletion app/coir.edn

Large diffs are not rendered by default.

13 changes: 1 addition & 12 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,8 @@
"author": "jiyinyiyong",
"license": "MIT",
"devDependencies": {
"coffeescript": "^2.0.2",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"http-server": "^0.10.0",
"shadow-cljs": "^2.0.45",
"source-map-loader": "^0.2.2",
"style-loader": "^0.19.0",
"uglifyjs-webpack-plugin": "^1.0.1",
"url-loader": "^0.6.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.3",
"webpack-manifest-plugin": "^1.3.1"
"shadow-cljs": "^2.0.89"
},
"dependencies": {}
}
6 changes: 3 additions & 3 deletions app/shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
{:source-paths ["src"]
:dependencies [[mvc-works/hsl "0.1.2"]
[mvc-works/shell-page "0.1.6"]
[cumulo/recollect "0.3.0"]
[respo/ui "0.1.9"]
[cumulo/recollect "0.4.1"]
[respo/ui "0.2.0"]
[mvc-works/polyfill "0.1.1"]
[mvc-works/verbosely "0.1.0-rc2"]
[mvc-works/verbosely "0.1.1"]
[respo "0.7.1"]
[respo/markdown "0.1.7"]]
:open-file-command ["subl" ["%s:%s:%s" :file :line :column]]
Expand Down
4 changes: 2 additions & 2 deletions app/src/app/network.cljs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

(ns app.network (:require [cljs.reader :as reader] [recollect.patch :refer [patch-bunch]]))
(ns app.network (:require [cljs.reader :as reader] [recollect.patch :refer [patch-twig]]))

(defonce *global-ws (atom nil))

Expand All @@ -17,4 +17,4 @@
(fn [event]
(let [changes (reader/read-string event.data)]
(comment println "Changes" (count changes))
(reset! *store (patch-bunch @*store changes)))))))
(reset! *store (patch-twig @*store changes)))))))
Loading

0 comments on commit 71b8123

Please sign in to comment.