@thi.ng/hdom
Advanced tools
Comparing version 3.0.15 to 3.0.16
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="3.0.16"></a> | ||
## [3.0.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@3.0.15...@thi.ng/hdom@3.0.16) (2018-05-10) | ||
**Note:** Version bump only for package @thi.ng/hdom | ||
<a name="3.0.15"></a> | ||
@@ -8,0 +16,0 @@ ## [3.0.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/hdom@3.0.14...@thi.ng/hdom@3.0.15) (2018-05-09) |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const equiv_1 = require("@thi.ng/api/equiv"); | ||
const equiv_1 = require("@thi.ng/equiv"); | ||
const isa = require("@thi.ng/checks/is-array"); | ||
@@ -5,0 +5,0 @@ const iss = require("@thi.ng/checks/is-string"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const error_1 = require("@thi.ng/api/error"); | ||
const errors_1 = require("@thi.ng/errors"); | ||
const impf = require("@thi.ng/checks/implements-function"); | ||
@@ -44,3 +44,3 @@ const isa = require("@thi.ng/checks/is-array"); | ||
if (!isString(tag) || !(match = api_1.TAG_REGEXP.exec(tag))) { | ||
error_1.illegalArgs(`${tag} is not a valid tag name`); | ||
errors_1.illegalArgs(`${tag} is not a valid tag name`); | ||
} | ||
@@ -47,0 +47,0 @@ // return orig if already normalized and satisfies key requirement |
{ | ||
"name": "@thi.ng/hdom", | ||
"version": "3.0.15", | ||
"version": "3.0.16", | ||
"description": "Lightweight vanilla ES6 UI component & virtual DOM system", | ||
@@ -19,3 +19,3 @@ "main": "./index.js", | ||
"devDependencies": { | ||
"@thi.ng/atom": "^1.3.7", | ||
"@thi.ng/atom": "^1.3.8", | ||
"@types/mocha": "^5.2.0", | ||
@@ -29,6 +29,8 @@ "@types/node": "^10.0.6", | ||
"dependencies": { | ||
"@thi.ng/api": "^2.3.2", | ||
"@thi.ng/diff": "^1.0.11", | ||
"@thi.ng/hiccup": "^1.3.13", | ||
"@thi.ng/iterators": "^4.1.10" | ||
"@thi.ng/api": "^3.0.0", | ||
"@thi.ng/checks": "^1.5.2", | ||
"@thi.ng/diff": "^1.0.12", | ||
"@thi.ng/equiv": "^0.1.0", | ||
"@thi.ng/hiccup": "^1.3.14", | ||
"@thi.ng/iterators": "^4.1.11" | ||
}, | ||
@@ -42,4 +44,4 @@ "keywords": [ | ||
"typescript", | ||
"ui", | ||
"vdom" | ||
"UI", | ||
"VDOM" | ||
], | ||
@@ -46,0 +48,0 @@ "publishConfig": { |
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
72618
6
+ Added@thi.ng/checks@^1.5.2
+ Added@thi.ng/equiv@^0.1.0
+ Added@thi.ng/api@3.0.1(transitive)
- Removed@thi.ng/api@2.3.2(transitive)
Updated@thi.ng/api@^3.0.0
Updated@thi.ng/diff@^1.0.12
Updated@thi.ng/hiccup@^1.3.14
Updated@thi.ng/iterators@^4.1.11