@ne1410s/popup
Advanced tools
Comparing version 0.2.35 to 0.2.36
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.ne_pop = {})); | ||
}(this, (function (exports) { 'use strict'; | ||
})(this, (function (exports) { 'use strict'; | ||
@@ -191,2 +191,2 @@ class CustomElementBase extends HTMLElement { | ||
}))); | ||
})); |
{ | ||
"name": "@ne1410s/popup", | ||
"version": "0.2.35", | ||
"version": "0.2.36", | ||
"description": "A lightweight configurable popup.", | ||
@@ -41,15 +41,15 @@ "main": "dist/ne14_pop.cjs.min.js", | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^20.0.0", | ||
"@rollup/plugin-commonjs": "^21.0.1", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@rollup/plugin-node-resolve": "^13.0.4", | ||
"@rollup/plugin-node-resolve": "^13.0.6", | ||
"@rollup/plugin-url": "^6.1.0", | ||
"prettier": "^2.4.1", | ||
"prettier": "^2.5.0", | ||
"rimraf": "^3.0.1", | ||
"rollup": "^2.56.3", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"typescript": "^4.4.3" | ||
"rollup": "^2.60.1", | ||
"rollup-plugin-typescript2": "^0.31.1", | ||
"typescript": "^4.5.2" | ||
}, | ||
"dependencies": { | ||
"@ne1410s/cust-elems": "^0.2.29" | ||
"@ne1410s/cust-elems": "^0.2.31" | ||
} | ||
} |
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
Updated@ne1410s/cust-elems@^0.2.31