@ctx-core/object
Advanced tools
Comparing version 6.2.12 to 6.2.13
{ | ||
"name": "@ctx-core/object", | ||
"version": "6.2.12", | ||
"version": "6.2.13", | ||
"description": "ctx-core object", | ||
"main": "lib.js", | ||
"module": "lib.js", | ||
"types": "lib.d.ts", | ||
"types": "lib.ts", | ||
"scripts": { | ||
@@ -33,3 +33,3 @@ "build": "npm run clean && npm run compile", | ||
"dependencies": { | ||
"@ctx-core/function": "^10.5.26" | ||
"@ctx-core/function": "^10.5.27" | ||
}, | ||
@@ -39,3 +39,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "6f73f9887bdbf8912ec43f08c9817b27bbf5b9c5" | ||
"gitHead": "17f372f1425a94e10adde852a4168002659e4ae7" | ||
} |
40876
Updated@ctx-core/function@^10.5.27