@designestate/dees-domtools
Advanced tools
Comparing version 1.0.52 to 1.0.53
@@ -9,4 +9,5 @@ import * as typedrequest from '@apiglobal/typedrequest'; | ||
import * as websetup from '@pushrocks/websetup'; | ||
export { smartdelay, smartpromise, smartrouter, smartstate, webrequest, websetup }; | ||
import * as webstore from '@pushrocks/webstore'; | ||
export { smartdelay, smartpromise, smartrouter, smartstate, webrequest, websetup, webstore }; | ||
import SweetScroll from 'sweet-scroll'; | ||
export { SweetScroll }; |
@@ -25,3 +25,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SweetScroll = exports.websetup = exports.webrequest = exports.smartstate = exports.smartrouter = exports.smartpromise = exports.smartdelay = exports.typedrequest = void 0; | ||
exports.SweetScroll = exports.webstore = exports.websetup = exports.webrequest = exports.smartstate = exports.smartrouter = exports.smartpromise = exports.smartdelay = exports.typedrequest = void 0; | ||
// api glbal scope | ||
@@ -43,5 +43,7 @@ const typedrequest = __importStar(require("@apiglobal/typedrequest")); | ||
exports.websetup = websetup; | ||
const webstore = __importStar(require("@pushrocks/webstore")); | ||
exports.webstore = webstore; | ||
// third party scope | ||
const sweet_scroll_1 = __importDefault(require("sweet-scroll")); | ||
exports.SweetScroll = sweet_scroll_1.default; | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9tdG9vbHMucGx1Z2lucy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3RzL2RvbXRvb2xzLnBsdWdpbnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLGtCQUFrQjtBQUNsQixzRUFBd0Q7QUFFL0Msb0NBQVk7QUFFckIsa0JBQWtCO0FBQ2xCLGtFQUFvRDtBQU8zQyxnQ0FBVTtBQU5uQixzRUFBd0Q7QUFNbkMsb0NBQVk7QUFMakMsb0VBQXNEO0FBS25CLGtDQUFXO0FBSjlDLGtFQUFvRDtBQUlKLGdDQUFVO0FBSDFELGtFQUFvRDtBQUdRLGdDQUFVO0FBRnRFLDhEQUFnRDtBQUV3Qiw0QkFBUTtBQUVoRixvQkFBb0I7QUFDcEIsZ0VBQXVDO0FBRTlCLHNCQUZGLHNCQUFXLENBRUUifQ== | ||
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZG9tdG9vbHMucGx1Z2lucy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3RzL2RvbXRvb2xzLnBsdWdpbnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLGtCQUFrQjtBQUNsQixzRUFBd0Q7QUFFL0Msb0NBQVk7QUFFckIsa0JBQWtCO0FBQ2xCLGtFQUFvRDtBQVEzQyxnQ0FBVTtBQVBuQixzRUFBd0Q7QUFPbkMsb0NBQVk7QUFOakMsb0VBQXNEO0FBTW5CLGtDQUFXO0FBTDlDLGtFQUFvRDtBQUtKLGdDQUFVO0FBSjFELGtFQUFvRDtBQUlRLGdDQUFVO0FBSHRFLDhEQUFnRDtBQUd3Qiw0QkFBUTtBQUZoRiw4REFBZ0Q7QUFFa0MsNEJBQVE7QUFFMUYsb0JBQW9CO0FBQ3BCLGdFQUF1QztBQUU5QixzQkFGRixzQkFBVyxDQUVFIn0= |
{ | ||
"name": "@designestate/dees-domtools", | ||
"version": "1.0.52", | ||
"version": "1.0.53", | ||
"private": false, | ||
@@ -33,2 +33,3 @@ "description": "tools to simplify complex css structures", | ||
"@pushrocks/websetup": "^2.0.18", | ||
"@pushrocks/webstore": "^1.0.8", | ||
"lit-element": "^2.4.0", | ||
@@ -35,0 +36,0 @@ "sweet-scroll": "^4.0.0" |
@@ -13,4 +13,5 @@ // api glbal scope | ||
import * as websetup from '@pushrocks/websetup'; | ||
import * as webstore from '@pushrocks/webstore'; | ||
export { smartdelay, smartpromise, smartrouter, smartstate, webrequest, websetup }; | ||
export { smartdelay, smartpromise, smartrouter, smartstate, webrequest, websetup, webstore }; | ||
@@ -17,0 +18,0 @@ // third party scope |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
3002586
24196
11
+ Added@pushrocks/webstore@^1.0.8
+ Added@pushrocks/webstore@1.0.18(transitive)
+ Addedidb@7.1.1(transitive)