@nextgis/dom
Advanced tools
Comparing version 1.0.0-beta.8 to 1.0.0-beta.10
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.0.0-beta.10](https://github.com/nextgis/nextgis_frontend/compare/v1.0.0-beta.9...v1.0.0-beta.10) (2021-05-18) | ||
**Note:** Version bump only for package @nextgis/dom | ||
# [1.0.0-beta.8](https://github.com/nextgis/nextgis_frontend/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2021-05-02) | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,2 @@ | ||
/** Bundle of @nextgis/dom; version: 1.0.0-beta.8; author: NextGIS */ | ||
/** Bundle of @nextgis/dom; version: 1.0.0-beta.10; author: NextGIS */ | ||
function create(tagName, className, container) { | ||
@@ -3,0 +3,0 @@ const el = window.document.createElement(tagName); |
@@ -1,2 +0,2 @@ | ||
/** Bundle of @nextgis/dom; version: 1.0.0-beta.8; author: NextGIS */ | ||
/** Bundle of @nextgis/dom; version: 1.0.0-beta.10; author: NextGIS */ | ||
function create(tagName, className, container) { | ||
@@ -3,0 +3,0 @@ const el = window.document.createElement(tagName); |
@@ -1,2 +0,2 @@ | ||
/** Bundle of @nextgis/dom; version: 1.0.0-beta.8; author: NextGIS */ | ||
/** Bundle of @nextgis/dom; version: 1.0.0-beta.10; author: NextGIS */ | ||
var Dom = (function (exports) { | ||
@@ -3,0 +3,0 @@ 'use strict'; |
{ | ||
"name": "@nextgis/dom", | ||
"version": "1.0.0-beta.8", | ||
"version": "1.0.0-beta.10", | ||
"description": "Collection of libraries for working with the DOM", | ||
@@ -11,3 +11,3 @@ "main": "lib/dom.global.prod.js", | ||
"devDependencies": { | ||
"@nextgis/build-tools": "^1.0.0-beta.8" | ||
"@nextgis/build-tools": "^1.0.0-beta.10" | ||
}, | ||
@@ -47,3 +47,3 @@ "buildOptions": { | ||
}, | ||
"gitHead": "f113ce4e43a6345a98af3f8470ec8b946b0afa65" | ||
"gitHead": "b418ad462d032f08f81fd6eb5ec09c80e45aeb27" | ||
} |
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
18132