@interactjs/dev-tools
Advanced tools
Comparing version 1.10.0 to 1.10.1
@@ -7,8 +7,2 @@ /* eslint-disable import/order, no-console, eol-last */ | ||
init(window); | ||
} // eslint-disable-next-line no-undef | ||
if (("development" !== 'production' || true) && !interact.__warnedUseImport) { | ||
interact.__warnedUseImport = true; | ||
console.warn('[interact.js] The "@interactjs/*/index" packages are not quite stable yet. Use them with caution.'); | ||
} | ||
@@ -15,0 +9,0 @@ |
@@ -1,2 +0,2 @@ | ||
import e,{init as t}from"../interact/index.prod.js";import o from"./plugin.prod.js";"object"==typeof window&&window&&t(window),e.__warnedUseImport||(e.__warnedUseImport=!0,console.warn('[interact.js] The "@interactjs/*/index" packages are not quite stable yet. Use them with caution.')),e.use(o); | ||
import o,{init as i}from"../interact/index.prod.js";import r from"./plugin.prod.js";"object"==typeof window&&window&&i(window),o.use(r); | ||
//# sourceMappingURL=index.prod.js.map |
{ | ||
"name": "@interactjs/dev-tools", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@interactjs/utils": "1.10.0" | ||
"@interactjs/utils": "1.10.1" | ||
}, | ||
"optionalDependencies": { | ||
"@interactjs/interact": "1.10.0" | ||
"@interactjs/interact": "1.10.1" | ||
}, | ||
@@ -11,0 +11,0 @@ "publishConfig": { |
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
23209
173
+ Added@interactjs/core@1.10.1(transitive)
+ Added@interactjs/interact@1.10.1(transitive)
+ Added@interactjs/types@1.10.1(transitive)
+ Added@interactjs/utils@1.10.1(transitive)
- Removed@interactjs/core@1.10.0(transitive)
- Removed@interactjs/interact@1.10.0(transitive)
- Removed@interactjs/types@1.10.0(transitive)
- Removed@interactjs/utils@1.10.0(transitive)
Updated@interactjs/utils@1.10.1