@slidy/easing
Advanced tools
+2
-2
@@ -183,4 +183,4 @@ declare module "core/src/types" { | ||
| <T extends {}, U>(target: T, source: U): T & U; | ||
| <T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V; | ||
| <T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W; | ||
| <T extends {}, U, V>(target: T, source1: U, source2: V): T & U & V; | ||
| <T extends {}, U, V, W>(target: T, source1: U, source2: V, source3: W): T & U & V & W; | ||
| (target: object, ...sources: any[]): any; | ||
@@ -187,0 +187,0 @@ }, entries: { |
+7
-4
| { | ||
| "name": "@slidy/easing", | ||
| "version": "1.0.6", | ||
| "version": "1.0.7", | ||
| "description": "Simple easing functions for inertion scrolling", | ||
@@ -14,7 +14,10 @@ "main": "dist/index.cjs", | ||
| ".": { | ||
| "browser": { | ||
| "import": "./dist/index.mjs", | ||
| "require": "./dist/index.cjs", | ||
| "default": "./dist/index.js" | ||
| }, | ||
| "types": "./dist/index.d.ts", | ||
| "require": "./dist/index.cjs", | ||
| "import": "./dist/index.mjs", | ||
| "default": "./dist/index.mjs", | ||
| "browser": "./dist/index.js" | ||
| "import": "./dist/index.mjs" | ||
| }, | ||
@@ -21,0 +24,0 @@ "./*": "./dist/*", |
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
16220
0.24%0
-100%