@thi.ng/atom
Advanced tools
Comparing version 1.4.5 to 1.4.6
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="1.4.6"></a> | ||
## [1.4.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@1.4.5...@thi.ng/atom@1.4.6) (2018-08-01) | ||
**Note:** Version bump only for package @thi.ng/atom | ||
<a name="1.4.5"></a> | ||
@@ -8,0 +16,0 @@ ## [1.4.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/atom@1.4.4...@thi.ng/atom@1.4.5) (2018-07-20) |
@@ -9,2 +9,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var History_1; | ||
const mixin = require("@thi.ng/api/mixins/inotify"); | ||
@@ -229,2 +230,1 @@ const equiv_1 = require("@thi.ng/equiv"); | ||
exports.History = History; | ||
var History_1; |
{ | ||
"name": "@thi.ng/atom", | ||
"version": "1.4.5", | ||
"version": "1.4.6", | ||
"description": "Mutable wrapper for immutable values", | ||
@@ -23,15 +23,15 @@ "main": "./index.js", | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.0", | ||
"@types/node": "^10.0.6", | ||
"mocha": "^5.1.1", | ||
"nyc": "^11.7.1", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.5.5", | ||
"mocha": "^5.2.0", | ||
"nyc": "^12.0.2", | ||
"typedoc": "^0.11.1", | ||
"typescript": "^2.8.3" | ||
"typescript": "^3.0.1" | ||
}, | ||
"dependencies": { | ||
"@thi.ng/api": "^4.0.5", | ||
"@thi.ng/checks": "^1.5.6", | ||
"@thi.ng/equiv": "^0.1.6", | ||
"@thi.ng/errors": "^0.1.5", | ||
"@thi.ng/paths": "^1.5.1" | ||
"@thi.ng/api": "^4.0.6", | ||
"@thi.ng/checks": "^1.5.7", | ||
"@thi.ng/equiv": "^0.1.7", | ||
"@thi.ng/errors": "^0.1.6", | ||
"@thi.ng/paths": "^1.5.2" | ||
}, | ||
@@ -38,0 +38,0 @@ "keywords": [ |
@@ -274,3 +274,3 @@ # @thi.ng/atom | ||
[Source](https://github.com/thi-ng/umbrella/tree/master/examples/login-form) | [Live demo](http://demo.thi.ng/umbrella/login-form/) | ||
[Source](https://github.com/thi-ng/umbrella/tree/master/examples/login-form) | [Live demo](https://demo.thi.ng/umbrella/login-form/) | ||
@@ -277,0 +277,0 @@ ```ts |
71773
Updated@thi.ng/api@^4.0.6
Updated@thi.ng/checks@^1.5.7
Updated@thi.ng/equiv@^0.1.7
Updated@thi.ng/errors@^0.1.6
Updated@thi.ng/paths@^1.5.2