@interactjs/auto-scroll
Advanced tools
Comparing version 1.9.4 to 1.9.5
{ | ||
"name": "@interactjs/auto-scroll", | ||
"version": "1.9.4", | ||
"version": "1.9.5", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
"@interactjs/utils": "1.9.4" | ||
"@interactjs/utils": "1.9.5" | ||
}, | ||
"devDependencies": { | ||
"@interactjs/_dev": "1.9.4" | ||
"@interactjs/_dev": "1.9.5" | ||
}, | ||
"optionalDependencies": { | ||
"@interactjs/interact": "1.9.4" | ||
"@interactjs/interact": "1.9.5" | ||
}, | ||
@@ -17,3 +17,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "090f296d" | ||
"gitHead": "cb94f9a0" | ||
} |
@@ -9,3 +9,3 @@ import interact, { init } from "../../interact/index.js"; | ||
if ("development" !== 'production' && !interact.__warnedUseImport) { | ||
if (("development" !== 'production' || true) && !interact.__warnedUseImport) { | ||
interact.__warnedUseImport = true; // eslint-disable-next-line no-console | ||
@@ -12,0 +12,0 @@ |
@@ -1,2 +0,2 @@ | ||
import i,{init as o}from"../../interact/index.min.js";import n from"../index.min.js";"object"==typeof window&&window&&o(window),i.use(n); | ||
import e,{init as t}from"../../interact/index.min.js";import n from"../index.min.js";"object"==typeof window&&window&&t(window),e.__warnedUseImport||(e.__warnedUseImport=!0,console.warn('[interact.js] The "@interactjs/*/use" packages are not quite stable yet. Use them with caution.')),e.use(n); | ||
//# sourceMappingURL=index.min.js.map |
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
44028
300