@pelagiccreatures/sargasso
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -6,3 +6,3 @@ /* | ||
import { | ||
Sargasso, utils | ||
Sargasso, utils, loadPageHandler | ||
} | ||
@@ -109,1 +109,3 @@ from '../index.js' // or more likely from '@pelagiccreatures/sargasso' | ||
}) | ||
window.loadPageHandler = loadPageHandler |
@@ -30,8 +30,7 @@ /* | ||
bootSargasso: bootSargasso, | ||
elementTools: elementTools, | ||
loadPageHandler: loadPageHandler | ||
elementTools: elementTools | ||
} | ||
export { | ||
Sargasso, utils | ||
Sargasso, utils, loadPageHandler | ||
} |
@@ -21,3 +21,3 @@ import { | ||
let loadPageHandler | ||
var loadPageHandler | ||
@@ -24,0 +24,0 @@ const bootSargasso = (options = {}) => { |
@@ -358,3 +358,3 @@ /** | ||
let theDOMWatcher, theScrollWatcher, theResizeWatcher, theOrientationWatcher, theWorkerWatcher | ||
var theDOMWatcher, theScrollWatcher, theResizeWatcher, theOrientationWatcher, theWorkerWatcher | ||
@@ -361,0 +361,0 @@ const startServices = (options) => { |
{ | ||
"name": "@pelagiccreatures/sargasso", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Simple, Fast, Reactive, supervised Javascript controllers for html elements.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -48,3 +48,3 @@ # @PelagicCreatures/Sargasso | ||
PelagicCreatures.utils.elementTools - some utilities | ||
PelagicCreatures.utils.loadPageHandler - the bottle neck for loading a page | ||
PelagicCreatures.loadPageHandler - the bottle neck for loading a page | ||
``` | ||
@@ -51,0 +51,0 @@ |
@@ -11,3 +11,4 @@ import commonjs from '@rollup/plugin-commonjs' | ||
file: './example/app-bundle.iife.js', | ||
sourcemap: true | ||
sourcemap: true, | ||
treeshake: false | ||
}], | ||
@@ -14,0 +15,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
516074
0
6265