@thi.ng/atom
Advanced tools
Comparing version 0.7.2 to 0.7.3
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="0.7.3"></a> | ||
## [0.7.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@0.7.2...@thi.ng/atom@0.7.3) (2018-03-03) | ||
**Note:** Version bump only for package @thi.ng/atom | ||
<a name="0.7.2"></a> | ||
@@ -8,0 +16,0 @@ ## [0.7.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@0.7.1...@thi.ng/atom@0.7.2) (2018-03-02) |
{ | ||
"name": "@thi.ng/atom", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "Mutable wrapper for a immutable values", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -26,3 +26,3 @@ # @thi.ng/atom | ||
[Live demo here](http://demo.thi.ng/umbrella/hiccup-dom/todo-list/) | ||
[Live demo here](http://demo.thi.ng/umbrella/todo-list/) | ||
@@ -177,3 +177,3 @@ ### Atom | ||
an example of a tiny | ||
[@thi.ng/hiccup-dom](https://github.com/thi-ng/umbrella/tree/master/packages/hiccup-dom) | ||
[@thi.ng/hdom](https://github.com/thi-ng/umbrella/tree/master/packages/hdom) | ||
web app, demonstrating how to use derived views to switch the UI for different | ||
@@ -190,3 +190,3 @@ application states / modules. | ||
import { Atom, setIn } from "@thi.ng/atom"; | ||
import { start } from "@thi.ng/hiccup-dom"; | ||
import { start } from "@thi.ng/hdom"; | ||
@@ -269,3 +269,3 @@ // central immutable app state | ||
currView.deref(), | ||
["footer", "Made with @thi.ng/atom and @thi.ng/hiccup-dom"]]; | ||
["footer", "Made with @thi.ng/atom and @thi.ng/hdom"]]; | ||
@@ -272,0 +272,0 @@ start(document.body, app); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57105