@ctx-core/set
Advanced tools
Comparing version 12.2.135 to 12.2.136
{ | ||
"name": "@ctx-core/set", | ||
"version": "12.2.135", | ||
"version": "12.2.136", | ||
"description": "ctx-core set", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
"dependencies": { | ||
"ctx-core": "^6.2.1" | ||
"ctx-core": "^6.2.3" | ||
}, | ||
@@ -50,7 +50,7 @@ "devDependencies": { | ||
"exec": "$@", | ||
"test": "pnpm test:unit && pnpm test:types", | ||
"test": "pnpm run /^test:/", | ||
"test:types": "check-dts", | ||
"test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'", | ||
"test:unit:coverage": "c8 pnpm test:unit" | ||
"disable:test:unit:coverage": "c8 pnpm test:unit" | ||
} | ||
} |
2192
Updatedctx-core@^6.2.3