moderndash
Advanced tools
Comparing version 3.6.1 to 3.6.2
@@ -641,3 +641,3 @@ import { Call, Tuples, Objects } from 'hotscript'; | ||
/** | ||
* Transforms a function that takes a function as first argument into a decorator function. | ||
* Transforms a function into a decorator function. | ||
* | ||
@@ -1398,2 +1398,3 @@ * @example | ||
* | ||
* Refers to the {@link PlainObject} type. | ||
* @example | ||
@@ -1400,0 +1401,0 @@ * isPlainObject({}) // => true |
{ | ||
"name": "moderndash", | ||
"version": "3.6.1", | ||
"version": "3.6.2", | ||
"type": "module", | ||
@@ -54,8 +54,10 @@ "description": "A Typescript-First utility library inspired by Lodash. Optimized for modern browsers.", | ||
"homepage": "https://moderndash.io", | ||
"dependencies": { | ||
"hotscript": "1.0.12" | ||
}, | ||
"devDependencies": { | ||
"tsup": "6.7.0", | ||
"ctix": "1.8.2", | ||
"cross-env": "7.0.3", | ||
"hotscript": "1.0.11" | ||
"cross-env": "7.0.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
297962
3
3260
1
+ Addedhotscript@1.0.12
+ Addedhotscript@1.0.12(transitive)