@interactjs/modifiers
Advanced tools
Comparing version 1.10.3 to 1.10.5
10
all.js
@@ -1,4 +0,4 @@ | ||
/* eslint-disable node/no-extraneous-import */ | ||
/* eslint-disable node/no-extraneous-import, import/no-unresolved */ | ||
import aspectRatio from "./aspectRatio.js"; | ||
import avoid from "./avoid.js"; | ||
import avoid from "./avoid/avoid.stub.js"; | ||
import restrictEdges from "./restrict/edges.js"; | ||
@@ -8,8 +8,8 @@ import restrict from "./restrict/pointer.js"; | ||
import restrictSize from "./restrict/size.js"; | ||
import rubberband from "./rubberband.js"; | ||
import rubberband from "./rubberband/rubberband.stub.js"; | ||
import snapEdges from "./snap/edges.js"; | ||
import snap from "./snap/pointer.js"; | ||
import snapSize from "./snap/size.js"; | ||
import spring from "./spring.js"; | ||
import transform from "./transform.js"; | ||
import spring from "./spring/spring.stub.js"; | ||
import transform from "./transform/transform.stub.js"; | ||
export default { | ||
@@ -16,0 +16,0 @@ aspectRatio, |
@@ -1,2 +0,2 @@ | ||
import r from"./aspectRatio.prod.js";import o from"./avoid.prod.js";import t from"./restrict/edges.prod.js";import s from"./restrict/pointer.prod.js";import p from"./restrict/rect.prod.js";import i from"./restrict/size.prod.js";import e from"./rubberband.prod.js";import m from"./snap/edges.prod.js";import d from"./snap/pointer.prod.js";import a from"./snap/size.prod.js";import f from"./spring.prod.js";import n from"./transform.prod.js";export default{aspectRatio:r,restrictEdges:t,restrict:s,restrictRect:p,restrictSize:i,snapEdges:m,snap:d,snapSize:a,spring:f,avoid:o,transform:n,rubberband:e}; | ||
import r from"./aspectRatio.prod.js";import o from"./avoid/avoid.stub.prod.js";import t from"./restrict/edges.prod.js";import s from"./restrict/pointer.prod.js";import p from"./restrict/rect.prod.js";import i from"./restrict/size.prod.js";import e from"./rubberband/rubberband.stub.prod.js";import m from"./snap/edges.prod.js";import d from"./snap/pointer.prod.js";import a from"./snap/size.prod.js";import n from"./spring/spring.stub.prod.js";import f from"./transform/transform.stub.prod.js";export default{aspectRatio:r,restrictEdges:t,restrict:s,restrictRect:p,restrictSize:i,snapEdges:m,snap:d,snapSize:a,spring:n,avoid:o,transform:f,rubberband:e}; | ||
//# sourceMappingURL=all.prod.js.map |
{ | ||
"name": "@interactjs/modifiers", | ||
"version": "1.10.3", | ||
"license": "MIT", | ||
"version": "1.10.5", | ||
"dependencies": { | ||
"@interactjs/snappers": "1.10.3" | ||
"@interactjs/snappers": "1.10.5" | ||
}, | ||
"peerDependencies": { | ||
"@interactjs/core": "1.10.3", | ||
"@interactjs/utils": "1.10.3" | ||
"@interactjs/core": "1.10.5", | ||
"@interactjs/utils": "1.10.5" | ||
}, | ||
"optionalDependencies": { | ||
"@interactjs/interact": "1.10.3" | ||
"@interactjs/interact": "1.10.5" | ||
}, | ||
@@ -21,3 +20,4 @@ "publishConfig": { | ||
"**/index.prod.js" | ||
] | ||
], | ||
"license": "MIT" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
213836
91
1271
+ Added@interactjs/core@1.10.5(transitive)
+ Added@interactjs/interact@1.10.5(transitive)
+ Added@interactjs/snappers@1.10.5(transitive)
+ Added@interactjs/types@1.10.5(transitive)
+ Added@interactjs/utils@1.10.5(transitive)
- Removed@interactjs/core@1.10.3(transitive)
- Removed@interactjs/interact@1.10.3(transitive)
- Removed@interactjs/snappers@1.10.3(transitive)
- Removed@interactjs/types@1.10.3(transitive)
- Removed@interactjs/utils@1.10.3(transitive)
Updated@interactjs/snappers@1.10.5